-
Type:
Improvement
-
Resolution: Incomplete
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The Admin command connPoolStats lists information about replicaSets. It would be useful if this included:
- slaveDelay
- priority
Current sample output for connPoolStats, replicaSets
"test-rs0" : {
"hosts" : [
{
"addr" : "Jonathans-MacBook-Pro.local:31100",
"ok" : true,
"ismaster" : true,
"hidden" : false,
"secondary" : false,
"pingTimeMillis" : 0
},
{
"addr" : "Jonathans-MacBook-Pro.local:31101",
"ok" : true,
"ismaster" : false,
"hidden" : false,
"secondary" : true,
"pingTimeMillis" : 0,
"tags" : {
"dc" : "backup"
}
},