mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
34 lines
497 B
Plaintext
34 lines
497 B
Plaintext
{
|
|
"op" : "remove",
|
|
"ns" : "test.coll",
|
|
"query" : {
|
|
"a" : {
|
|
"$gte" : 2
|
|
},
|
|
"b" : {
|
|
"$gte" : 2
|
|
}
|
|
},
|
|
"ndeleted" : 1,
|
|
"keyUpdates" : 0,
|
|
"numYield" : 0,
|
|
"lockStats" : {
|
|
"timeLockedMicros" : {
|
|
"r" : NumberLong(1234),
|
|
"w" : NumberLong(4321)
|
|
},
|
|
"timeAcquiringMicros" : {
|
|
"r" : NumberLong(9876),
|
|
"w" : NumberLong(6789)
|
|
}
|
|
},
|
|
"millis" : 42,
|
|
"execStats" : {
|
|
|
|
},
|
|
"ts" : ISODate("2020-01-01T00:00:00Z"),
|
|
"client" : "127.0.0.1",
|
|
"allUsers" : [ ],
|
|
"user" : ""
|
|
}
|