Question :
Is it possible to get the number of hits on single collection as well as bandwith usage in mongodb ?
Answer :
There is a documentation section for Analyzing Performance, another for Monitoring, and one specifically for free monitoring.
You can also run the command db.serverStatus()
to retrieve server statistics.