- inserts
- deletes
- updates
When doing batched inserts from C++, mongostat reports a batched insert of 50k objects as a single insert. This is a tad confusing as 100% busy server looks like it is doing 1 insert/s or so.
At some level, it probably is only 1 insert, but still.