How can I see the number of reads and writes in MongoDB?

Viewed 16

I want to see how many reads or writes I've done since mongodb is charged per write or read.
For example, I open the insert graph from the view monitoring tab.
but in that graph it says = The average rate of inserts performed per second over the selected sample period.
I don't want an average value.How can I find out how many reads and writes I have done?

0 Answers
Related