Skip to content

Instantly share code, notes, and snippets.

@jehuty0shift
Last active September 9, 2016 16:04
Show Gist options
  • Save jehuty0shift/58b4f82db4f38d6345153c591373cf33 to your computer and use it in GitHub Desktop.
Save jehuty0shift/58b4f82db4f38d6345153c591373cf33 to your computer and use it in GitHub Desktop.
Mongo DB Graylog Profiling #1
{
"op" : "query",
"ns" : "graylog2.streamrules",
"query" : {
"find" : "streamrules",
"filter" : {
"_id" : ObjectId("57a0b43a58c60d0001945495")
},
"limit" : 1,
"singleBatch" : true,
"readConcern" : {
"level" : "majority"
}
},
"keysExamined" : 1,
"docsExamined" : 1,
"idhack" : true,
"cursorExhausted" : true,
"keyUpdates" : 0,
"writeConflicts" : 0,
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(2)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"nreturned" : 1,
"responseLength" : 266,
"protocol" : "op_query",
"millis" : 0,
"execStats" : {
"stage" : "IDHACK",
"nReturned" : 1,
"executionTimeMillisEstimate" : 0,
"works" : 2,
"advanced" : 1,
"needTime" : 0,
"needYield" : 0,
"saveState" : 0,
"restoreState" : 0,
"isEOF" : 1,
"invalidates" : 0,
"keysExamined" : 1,
"docsExamined" : 1
},
"ts" : ISODate("2016-09-09T15:48:13.989Z"),
"client" : "167.114.228.241",
"allUsers" : [ ],
"user" : ""
}
{
"op" : "query",
"ns" : "graylog2.streamrules",
"query" : {
"find" : "streamrules",
"filter" : {
"stream_id" : ObjectId("579f667758c60d0001930178")
},
"readConcern" : {
"level" : "majority"
}
},
"keysExamined" : 0,
"docsExamined" : 3054,
"cursorExhausted" : true,
"keyUpdates" : 0,
"writeConflicts" : 0,
"numYield" : 23,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(48)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(24)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(24)
}
}
},
"nreturned" : 1,
"responseLength" : 266,
"protocol" : "op_query",
"millis" : 2,
"execStats" : {
"stage" : "COLLSCAN",
"filter" : {
"stream_id" : {
"$eq" : ObjectId("579f667758c60d0001930178")
}
},
"nReturned" : 1,
"executionTimeMillisEstimate" : 0,
"works" : 3056,
"advanced" : 1,
"needTime" : 3054,
"needYield" : 0,
"saveState" : 23,
"restoreState" : 23,
"isEOF" : 1,
"invalidates" : 0,
"direction" : "forward",
"docsExamined" : 3054
},
"ts" : ISODate("2016-09-09T15:48:13.994Z"),
"client" : "167.114.240.44",
"allUsers" : [ ],
"user" : ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment