mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 01:37:54 +00:00
40 lines
613 B
Groff
40 lines
613 B
Groff
{
|
|
"op" : "command",
|
|
"ns" : "test.coll",
|
|
"command" : {
|
|
"explain" : {
|
|
"find" : "coll",
|
|
"filter" : {
|
|
|
|
}
|
|
},
|
|
"verbosity" : "queryPlanner"
|
|
},
|
|
"numYield" : 0,
|
|
"locks" : {
|
|
"Global" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(2)
|
|
}
|
|
},
|
|
"Database" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(1)
|
|
}
|
|
},
|
|
"Collection" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(1)
|
|
}
|
|
}
|
|
},
|
|
"responseLength" : 328,
|
|
"protocol" : "op_command",
|
|
"millis" : 0,
|
|
"ts" : ISODate("2017-09-05T19:39:49.065Z"),
|
|
"client" : "127.0.0.1",
|
|
"appName" : "MongoDB Shell",
|
|
"allUsers" : [ ],
|
|
"user" : ""
|
|
}
|