Skip to content

Instantly share code, notes, and snippets.

@schfkt
Last active January 8, 2016 11:31
Show Gist options
  • Save schfkt/8c4a88c9c31b72a92faa to your computer and use it in GitHub Desktop.
Save schfkt/8c4a88c9c31b72a92faa to your computer and use it in GitHub Desktop.
Mongodb profiler's output
{
"op" : "getmore",
"ns" : "some.namespace",
"query" : {
"some": "query"
},
"cursorid" : NumberLong(6375683362946191350),
"ntoreturn" : 0,
"keyUpdates" : 0,
"numYield" : 773,
"lockStats" : {
"timeLockedMicros" : {
"r" : NumberLong(1873378),
"w" : NumberLong(0)
},
"timeAcquiringMicros" : {
"r" : NumberLong(4915750),
"w" : NumberLong(110)
}
},
"nreturned" : 3325,
"responseLength" : 176245,
"millis" : 4941,
"ts" : ISODate("2016-01-01T09:48:51.003Z"),
"client" : "127.0.0.1",
"allUsers" : [],
"user" : ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment