0

I need to find out how many entity writes/reads or deletes a mongo cluster does within a specific period for internal metrics.

Only found db.currentOp().inprog.length which counts current op log.

Obviously, would be great if I don't need to do it through code, but from the sharded cluster out of the box system.

Later edit: logging all queries will be another option, but not for my production DB as it's too much and I need to do it over a 30 days period at least to have a good average

Alexandru R
  • 8,560
  • 16
  • 64
  • 98

0 Answers0