I'd like to find the total number of current operations in MongoDB. Something like:
db.currentOp().count()
db.currentOp().inprog.length
The inprog is an array of current operations
inprog