-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The secs_running is helpful for really long running queries, but it would be nice if you could see how many milliseconds an operation took/has taken (currently 999 ms == 0 seconds).
{
"opid" : 1813818233,
"active" : true,
"lockType" : "write",
"waitingForLock" : false,
"secs_running" : 0,
"op" : "update",
"ns" : "something.hosts",
"query" :
,
"client" : "11.202.96.207:33107",
"desc" : "conn"
},
- duplicates
-
SERVER-13368 Need to expose better timing information in currentOps
- Closed