mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Record the number of open db iterators.
Summary: Enhance the statitics to report the number of open db iterators. Test Plan: make check Reviewers: haobo, emayanke Reviewed By: emayanke CC: leveldb Differential Revision: https://reviews.facebook.net/D10983
This commit is contained in:
@@ -47,7 +47,8 @@ enum Tickers {
|
||||
// write throttle because of too many files in L0
|
||||
STALL_L0_NUM_FILES_MICROS = 15,
|
||||
RATE_LIMIT_DELAY_MILLIS = 16,
|
||||
TICKER_ENUM_MAX = 17
|
||||
NO_ITERATORS = 17, // number of iterators currently open
|
||||
TICKER_ENUM_MAX = 18
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user