Home
last modified time | relevance | path

Searched refs:statistic (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/advisor/advisor/
Ddb_timeseries_parser.py46 self, entities, statistic, window_sec, threshold, percent argument
72 if statistic not in self.keys_ts[entity]:
74 timestamps = sorted(list(self.keys_ts[entity][statistic].keys()))
78 first_val = self.keys_ts[entity][statistic][first_ts]
79 last_val = self.keys_ts[entity][statistic][last_ts]
/rocksdb-6.9/docs/_posts/
D2017-05-14-core-local-stats.markdown42 Implementing this approach involved a couple challenges. First, each query for a statistic's global…
/rocksdb-6.9/
DHISTORY.md378 * Start populating `NO_FILE_CLOSES` ticker statistic, which was always zero previously.