Skip to content

Instantly share code, notes, and snippets.

@skippy
Created April 21, 2010 07:14
Show Gist options
  • Save skippy/373527 to your computer and use it in GitHub Desktop.
Save skippy/373527 to your computer and use it in GitHub Desktop.
> db.currentOp()
{
"inprog" : [
{
"opid" : 101690,
"active" : false,
"lockType" : "read",
"waitingForLock" : true,
"op" : "getmore",
"ns" : "?ocal.oplog.$main",
"client" : "127.0.0.1:43495",
"desc" : "conn"
},
{
"opid" : 101661,
"active" : true,
"lockType" : "write",
"waitingForLock" : false,
"secs_running" : 15,
"op" : "query",
"ns" : "mydb.$cmd",
"query" : {
"$msg" : "query not recording (too large)"
},
"client" : "10.195.95.47:49582",
"desc" : "conn",
"msg" : "m/r: (1/3) emit phase 8899/12462 71%"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment