Running top command on mongos gives the following successful result without any useful information.
{ "totals" : { "note" : "all times in microseconds" }, "ok" : 1 }
It would be better to disallow top command on mongos, since a user might expect a summary of statistics from all shards.
So far, mongotop shows an error when running against mongos, top command should follow the same way.