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

Track lock queue and active stats per lock (db)

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Concurrency
    • Storage Execution

      Track stats on number of waiting requests/acquires per state, per lock, and active threads/ops per state, like we do for the globalLock section.

                      "currentQueue" : {
      			"total" : 205,
      			"readers" : 200,
      			"writers" : 5
      		},
      		"activeClients" : {
      			"total" : 100,
      			"readers" : 100,
      			"writers" : 0
      		}
      

      Also, need stats on the number of acquires/transitions for each locks + state. How many times was the read lock (for each lock instance) acquired and released?

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: