Track lock queue and active stats per lock (db)

XMLWordPrintableJSON

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

      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:
              [DO NOT USE] Backlog - Storage Execution Team
              Reporter:
              Scott Hernandez (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: