mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
36 lines
561 B
Groff
36 lines
561 B
Groff
{
|
|
"op" : "command",
|
|
"ns" : "test",
|
|
"command" : {
|
|
"$eval" : "1",
|
|
"$db" : "test"
|
|
},
|
|
"numYield" : 0,
|
|
"locks" : {
|
|
"Global" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(3),
|
|
"W" : NumberLong(1)
|
|
}
|
|
},
|
|
"Database" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(1)
|
|
}
|
|
},
|
|
"Collection" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(1)
|
|
}
|
|
}
|
|
},
|
|
"responseLength" : 38,
|
|
"protocol" : "op_msg",
|
|
"millis" : 42,
|
|
"ts" : ISODate("2020-01-01T00:00:00Z"),
|
|
"client" : "127.0.0.1",
|
|
"appName" : "MongoDB Shell",
|
|
"allUsers" : [ ],
|
|
"user" : ""
|
|
}
|