Last active
May 10, 2018 01:42
-
-
Save sarjarapu/467039ac63a75c430af9c4b24d824876 to your computer and use it in GitHub Desktop.
The MongoDB currentOp command via a db.currentOp() wrapper function.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db.currentOp() | |
// or | |
db.currentOp({"$ownOps" : true}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment