mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
44 lines
688 B
Groff
44 lines
688 B
Groff
{
|
|
"op" : "insert",
|
|
"ns" : "test.coll",
|
|
"query" : {
|
|
"insert" : "coll",
|
|
"documents" : [
|
|
{
|
|
"_id" : 1
|
|
}
|
|
],
|
|
"ordered" : true
|
|
},
|
|
"ninserted" : 1,
|
|
"keysInserted" : 1,
|
|
"numYield" : 0,
|
|
"locks" : {
|
|
"Global" : {
|
|
"acquireCount" : {
|
|
"r" : NumberLong(3),
|
|
"w" : NumberLong(3)
|
|
}
|
|
},
|
|
"Database" : {
|
|
"acquireCount" : {
|
|
"w" : NumberLong(2),
|
|
"W" : NumberLong(1)
|
|
}
|
|
},
|
|
"Collection" : {
|
|
"acquireCount" : {
|
|
"w" : NumberLong(2)
|
|
}
|
|
}
|
|
},
|
|
"responseLength" : 29,
|
|
"protocol" : "op_command",
|
|
"millis" : 11,
|
|
"ts" : ISODate("2017-10-15T01:54:45.681Z"),
|
|
"client" : "127.0.0.1",
|
|
"appName" : "MongoDB Shell",
|
|
"allUsers" : [ ],
|
|
"user" : ""
|
|
}
|