missing test data

This commit is contained in:
Kamil Dziedzic
2017-09-06 13:45:23 +02:00
parent 185076f8ec
commit 59add04961
10 changed files with 397 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"op" : "command",
"ns" : "test.$cmd",
"command" : {
"$eval" : "db"
},
"keyUpdates" : 0,
"numYield" : 0,
"lockStats" : {
"timeLockedMicros" : {
"R" : NumberLong(0),
"W" : NumberLong(64994)
},
"timeAcquiringMicros" : {
"R" : NumberLong(0),
"W" : NumberLong(5),
"r" : NumberLong(0),
"w" : NumberLong(7)
}
},
"responseLength" : 108,
"millis" : 65,
"execStats" : {
},
"ts" : ISODate("2017-09-05T19:39:24.522Z"),
"client" : "127.0.0.1",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,42 @@
{
"op" : "command",
"ns" : "test.$cmd",
"command" : {
"$eval" : "db"
},
"keyUpdates" : 0,
"writeConflicts" : 0,
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(3),
"W" : NumberLong(1)
}
},
"MMAPV1Journal" : {
"acquireCount" : {
"w" : NumberLong(1)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"R" : NumberLong(1)
}
}
},
"responseLength" : 108,
"millis" : 35,
"execStats" : {
},
"ts" : ISODate("2017-09-05T19:39:32.054Z"),
"client" : "127.0.0.1",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,38 @@
{
"op" : "command",
"ns" : "test",
"command" : {
"$eval" : "db"
},
"keyUpdates" : 0,
"writeConflicts" : 0,
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(3),
"W" : NumberLong(1)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"responseLength" : 93,
"protocol" : "op_command",
"millis" : 88,
"execStats" : {
},
"ts" : ISODate("2017-09-05T19:39:41.581Z"),
"client" : "127.0.0.1",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,34 @@
{
"op" : "command",
"ns" : "test",
"command" : {
"$eval" : "db"
},
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(3),
"W" : NumberLong(1)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"responseLength" : 93,
"protocol" : "op_command",
"millis" : 91,
"ts" : ISODate("2017-09-05T19:39:48.888Z"),
"client" : "127.0.0.1",
"appName" : "MongoDB Shell",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,35 @@
{
"op" : "command",
"ns" : "test",
"command" : {
"$eval" : "db",
"$db" : "test"
},
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(3),
"W" : NumberLong(1)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"responseLength" : 93,
"protocol" : "op_msg",
"millis" : 47,
"ts" : ISODate("2017-09-05T19:40:00.171Z"),
"client" : "127.0.0.1",
"appName" : "MongoDB Shell",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,46 @@
{
"op" : "query",
"ns" : "test.coll",
"query" : {
"query" : {
},
"$explain" : true
},
"ntoreturn" : 0,
"ntoskip" : 0,
"nscanned" : 44,
"nscannedObjects" : 44,
"keyUpdates" : 0,
"numYield" : 0,
"lockStats" : {
"timeLockedMicros" : {
"r" : NumberLong(95),
"w" : NumberLong(0)
},
"timeAcquiringMicros" : {
"r" : NumberLong(14),
"w" : NumberLong(6)
}
},
"nreturned" : 1,
"responseLength" : 583,
"millis" : 0,
"execStats" : {
"type" : "COLLSCAN",
"works" : 46,
"yields" : 0,
"unyields" : 0,
"invalidates" : 0,
"advanced" : 44,
"needTime" : 1,
"needFetch" : 0,
"isEOF" : 1,
"docsTested" : 44,
"children" : [ ]
},
"ts" : ISODate("2017-09-05T19:39:24.666Z"),
"client" : "127.0.0.1",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,50 @@
{
"op" : "command",
"ns" : "test.$cmd",
"command" : {
"explain" : {
"find" : "coll",
"filter" : {
},
"options" : {
}
},
"verbosity" : "queryPlanner"
},
"keyUpdates" : 0,
"writeConflicts" : 0,
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(2)
}
},
"MMAPV1Journal" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"R" : NumberLong(1)
}
}
},
"responseLength" : 379,
"millis" : 0,
"execStats" : {
},
"ts" : ISODate("2017-09-05T19:39:32.210Z"),
"client" : "127.0.0.1",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,43 @@
{
"op" : "command",
"ns" : "test.coll",
"command" : {
"explain" : {
"find" : "coll",
"filter" : {
}
},
"verbosity" : "queryPlanner"
},
"keyUpdates" : 0,
"writeConflicts" : 0,
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(2)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"responseLength" : 364,
"protocol" : "op_command",
"millis" : 0,
"execStats" : {
},
"ts" : ISODate("2017-09-05T19:39:41.753Z"),
"client" : "127.0.0.1",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,39 @@
{
"op" : "command",
"ns" : "test.coll",
"command" : {
"explain" : {
"find" : "coll",
"filter" : {
}
},
"verbosity" : "queryPlanner"
},
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(2)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"responseLength" : 328,
"protocol" : "op_command",
"millis" : 0,
"ts" : ISODate("2017-09-05T19:39:49.065Z"),
"client" : "127.0.0.1",
"appName" : "MongoDB Shell",
"allUsers" : [ ],
"user" : ""
}

View File

@@ -0,0 +1,40 @@
{
"op" : "command",
"ns" : "test.coll",
"command" : {
"explain" : {
"find" : "coll",
"filter" : {
}
},
"verbosity" : "queryPlanner",
"$db" : "test"
},
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(2)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"responseLength" : 329,
"protocol" : "op_msg",
"millis" : 0,
"ts" : ISODate("2017-09-05T19:40:00.433Z"),
"client" : "127.0.0.1",
"appName" : "MongoDB Shell",
"allUsers" : [ ],
"user" : ""
}