rocksdb/monitoring
anand76 98d8a85624 New PerfContext counters for block cache bytes read (#12459)
Summary:
Add PerfContext counters for measuring the cumulative size of blocks found in the block cache.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/12459

Reviewed By: ajkr

Differential Revision: D55170694

Pulled By: anand1976

fbshipit-source-id: 8cbba76eece116cefce7f00e2fc9d74757661d25
2024-03-21 10:46:46 -07:00
..
file_read_sample.h
histogram.cc
histogram.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
histogram_test.cc
histogram_windowing.cc
histogram_windowing.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
in_memory_stats_history.cc
in_memory_stats_history.h
instrumented_mutex.cc
instrumented_mutex.h
iostats_context.cc
iostats_context_imp.h
iostats_context_test.cc
perf_context.cc New PerfContext counters for block cache bytes read (#12459) 2024-03-21 10:46:46 -07:00
perf_context_imp.h Add a perf level for measuring user thread block time (#12368) 2024-02-22 12:14:53 -08:00
perf_level.cc
perf_level_imp.h
perf_step_timer.h
persistent_stats_history.cc
persistent_stats_history.h
statistics.cc Retry block reads on checksum mismatch (#12427) 2024-03-18 16:16:05 -07:00
statistics_impl.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
statistics_test.cc
stats_history_test.cc Prefer static_cast in place of most reinterpret_cast (#12308) 2024-02-07 10:44:11 -08:00
thread_status_impl.cc
thread_status_updater.cc
thread_status_updater.h
thread_status_updater_debug.cc
thread_status_util.cc fix linking without thread status support (#12400) 2024-03-04 17:39:03 -08:00
thread_status_util.h
thread_status_util_debug.cc