0

Is it possible to get the number of hits on single collection as well as bandwith usage in mongodb ?

1 Answers1

1

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.