• Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.3.17, mongodb-3.0
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      for rc6, add descriptions for currentOp/serverStatus output for lockStats;

      acquireCount - Number of times the lock was acquired in the specified mode (regardless of whether the lock acquisition had to wait or not).
      acquireWaitCount - Number of times the above lock acqusitions had to wait, because the lock was held in a conflicting mode. This value is always less than the acquireCount.
      timeAcquiringMicros - Cummulative time lock aquisitions waited, because the lock was held in a conflicting mode (in microseconds). timeAcquiringMicros/acquireWaitCount gives an approximate average wait time for the particular lock mode.
      deadlockCount - Number of times lock acquisitions encountered deadlock when they waited for a lock to be granted. This value should be very low.

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 15 weeks ago