Skip to content

Instantly share code, notes, and snippets.

@danared
Created April 2, 2015 21:47
Show Gist options
  • Save danared/3e048d241752b7b8b695 to your computer and use it in GitHub Desktop.
Save danared/3e048d241752b7b8b695 to your computer and use it in GitHub Desktop.
meteor:PRIMARY> db.currentOp()
{
"inprog" : [
{
"opid" : 345,
"active" : true,
"secs_running" : 4,
"op" : "getmore",
"ns" : "local.oplog.rs",
"query" : {
"ns" : {
"$regex" : "^meteor\\."
},
"$or" : [
{
"op" : {
"$in" : [
"i",
"u",
"d"
]
}
},
{
"op" : "c",
"o.drop" : {
"$exists" : true
}
}
],
"ts" : {
"$gt" : Timestamp(1422200128, 7)
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment