The mongostat provides a quick overview of the status of a currently running mongod or mongos instance. mongostat is functionally similar to the UNIX/Linux file system utility vmstat, but provides data regarding mongod and mongos instances.
See the link for syntax of mongostat -
https://docs.mongodb.org/manual/reference/program/mongostat/
Whereas mongotop provides a method to track the amount of time a MongoDB instance spends reading and writing data. mongotop provides statistics on a per-collection level. By default, mongotop returns values every second.
See the link
https://docs.mongodb.org/manual/reference/program/mongotop/