Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-3057

Add millisecond view to current operation object

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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" :

      { "_id" : "b4e71929015b7627b921c166569b6228" }

      ,
      "client" : "11.202.96.207:33107",
      "desc" : "conn"
      },

            Assignee:
            Unassigned Unassigned
            Reporter:
            rn@deftlabs.com Ryan Nitz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: