Files
percona-toolkit/src/go/tests/doc/out/insert_3.4.7
2017-10-15 04:14:21 +02:00

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" : ""
}