mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
46 lines
639 B
Plaintext
46 lines
639 B
Plaintext
{
|
|
"op" : "command",
|
|
"ns" : "test.coll",
|
|
"command" : {
|
|
"count" : "coll",
|
|
"query" : {
|
|
"a" : {
|
|
"$gt" : 5
|
|
}
|
|
},
|
|
"fields" : {
|
|
|
|
}
|
|
},
|
|
"keyUpdates" : 0,
|
|
"writeConflicts" : 0,
|
|
"numYield" : 0,
|
|
"locks" : {
|
|
"Global" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(2)
|
|
}
|
|
},
|
|
"Database" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(1)
|
|
}
|
|
},
|
|
"Collection" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(1)
|
|
}
|
|
}
|
|
},
|
|
"responseLength" : 47,
|
|
"protocol" : "op_command",
|
|
"millis" : 42,
|
|
"execStats" : {
|
|
|
|
},
|
|
"ts" : ISODate("2020-01-01T00:00:00Z"),
|
|
"client" : "127.0.0.1",
|
|
"allUsers" : [ ],
|
|
"user" : ""
|
|
}
|