rocksdb/monitoring
Andrew Kryczka efc361ef7d Add user stats Reset API
Summary:
It resets all the ticker and histogram stats to zero. Needed to change the locking a bit since Reset() is the only operation that manipulates multiple tickers/histograms together, and that operation should be seen as atomic by other operations that access tickers/histograms.
Closes https://github.com/facebook/rocksdb/pull/2213

Differential Revision: D4952232

Pulled By: ajkr

fbshipit-source-id: c0475c3e4c7b940120d53891b69c3091149a0679
2017-04-26 15:57:01 -07:00
..
histogram.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
histogram.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
histogram_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
histogram_windowing.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
histogram_windowing.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
instrumented_mutex.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
instrumented_mutex.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
iostats_context.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
iostats_context_imp.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
iostats_context_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
perf_context.cc Fixing Solaris Sparc crash due to cached TLS 2017-04-20 11:06:09 -07:00
perf_context_imp.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
perf_level.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
perf_level_imp.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
perf_step_timer.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
statistics.cc Add user stats Reset API 2017-04-26 15:57:01 -07:00
statistics.h Add user stats Reset API 2017-04-26 15:57:01 -07:00
statistics_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
thread_status_impl.cc Move various string utility functions into string_util 2017-04-06 14:54:12 -07:00
thread_status_updater.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
thread_status_updater.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
thread_status_updater_debug.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
thread_status_util.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
thread_status_util.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
thread_status_util_debug.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00