Commit 0826ebdd authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

close[t:4806] fix status text to say memory in use for locks

git-svn-id: file:///svn/toku/tokudb@44581 c7de825b-a66e-492c-adef-691d508d4ae1
parent 363ff440
......@@ -58,7 +58,7 @@ status_init(toku_ltm* mgr) {
STATUS_INIT(LTM_LOCKS_LIMIT, UINT64, "number of locks allowed");
STATUS_INIT(LTM_LOCKS_CURR, UINT64, "number of locks in existence");
STATUS_INIT(LTM_LOCK_MEMORY_LIMIT, UINT64, "maximum amount of memory allowed for locks");
STATUS_INIT(LTM_LOCK_MEMORY_CURR, UINT64, "maximum amount of memory allowed for locks");
STATUS_INIT(LTM_LOCK_MEMORY_CURR, UINT64, "memory in use for locks");
STATUS_INIT(LTM_LOCK_ESCALATION_SUCCESSES, UINT64, "number of times lock escalation succeeded");
STATUS_INIT(LTM_LOCK_ESCALATION_FAILURES, UINT64, "number of times lock escalation failed");
STATUS_INIT(LTM_READ_LOCK, UINT64, "number of times read lock taken successfully");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment