|
Yes, still an issue (see the sections below under opcountersRepl, and metrics.repl):
db.serverStatus()
|
{
|
"host" : "FOO",
|
"advisoryHostFQDNs" : [ "BAR" ],
|
"version" : "3.3.2-93-g487da54",
|
"process" : "mongod",
|
"pid" : NumberLong("22484234098234892349823423123123123039234987897234987234987234897234987"),
|
"uptime" : 67714,
|
"uptimeMillis" : NumberLong("6771408998798787"),
|
"uptimeEstimate" : 15697,
|
"localTime" : ISODate("2016-03-08T15:56:08.835Z"),
|
"asserts" : {
|
"regular" : 0,
|
"warning" : 0,
|
"msg" : 0,
|
"user" : 18,
|
"rollovers" : 0
|
},
|
"connections" : { ... },
|
"opcounters" : {
|
"insert" : 0,
|
"query" : 1,
|
"update" : 21,
|
"delete" : 0,
|
"getmore" : 0,
|
"command" : 17
|
},
|
"opcountersRepl" : {
|
"insert" : 0,
|
"query" : 0,
|
"update" : 0,
|
"delete" : 0,
|
"getmore" : 0,
|
"command" : 0
|
},
|
"storageEngine" : {
|
"name" : "wiredTiger",
|
"supportsCommittedReads" : true,
|
"readOnly" : false,
|
"persistent" : true
|
},
|
...
|
"metrics" : {
|
...
|
"record" : {
|
"moves" : NumberLong(0)
|
},
|
"repl" : {
|
"executor" : {
|
"counters" : {
|
"eventCreated" : 0,
|
"eventWait" : 0,
|
"cancels" : 0,
|
"waits" : 0,
|
"scheduledNetCmd" : 0,
|
"scheduledDBWork" : 0,
|
"scheduledXclWork" : 0,
|
"scheduledWorkAt" : 0,
|
"scheduledWork" : 0,
|
"schedulingFailures" : 0
|
},
|
"queues" : {
|
"networkInProgress" : 0,
|
"dbWorkInProgress" : 0,
|
"exclusiveInProgress" : 0,
|
"sleepers" : 0,
|
"ready" : 0,
|
"free" : 0
|
},
|
"unsignaledEvents" : 0,
|
"eventWaiters" : 0,
|
"shuttingDown" : false,
|
"networkInterface" : "\n NetworkInterfaceASIO:\n\t Operations _inGetConnection: 0\n\t Operations _inProgress: 0\n\n"
|
},
|
"apply" : {
|
"batches" : {
|
"num" : 0,
|
"totalMillis" : 0
|
},
|
"ops" : NumberLong(0)
|
},
|
"buffer" : {
|
"count" : NumberLong(0),
|
"maxSizeBytes" : 268435456,
|
"sizeBytes" : NumberLong(0)
|
},
|
"network" : {
|
"bytes" : NumberLong(0),
|
"getmores" : {
|
"num" : 0,
|
"totalMillis" : 0
|
},
|
"ops" : NumberLong(0),
|
"readersCreated" : NumberLong(0)
|
},
|
"preload" : {
|
"docs" : {
|
"num" : 0,
|
"totalMillis" : 0
|
},
|
"indexes" : {
|
"num" : 0,
|
"totalMillis" : 0
|
}
|
}
|
},
|
"storage" : {
|
"freelist" : {
|
"search" : {
|
"bucketExhausted" : NumberLong(0),
|
"requests" : NumberLong(0),
|
"scanned" : NumberLong(0)
|
}
|
}
|
},
|
"ttl" : {
|
"deletedDocuments" : NumberLong(0),
|
"passes" : NumberLong(308)
|
}
|
},
|
"ok" : 1
|
}
|
|