]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/perf_counters: track maximum increment value for LONGRUNAVG perf
authorIgor Fedotov <igor.fedotov@croit.io>
Mon, 18 Sep 2023 16:21:18 +0000 (19:21 +0300)
committerIgor Fedotov <igor.fedotov@croit.io>
Tue, 12 Aug 2025 14:32:59 +0000 (17:32 +0300)
commitc826e155538ea29f2bad1b251e51390b75db8496
treef10065f049fb8af7119cb90f176788f2c38539f8
parent07ab7ecbfd0530de9051150da4592c3698c104ed
common/perf_counters: track maximum increment value for LONGRUNAVG perf

counters

This e.g. allows to track maximum observed latencies along with average
values which might be helpful for bottleneck detection.

Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
src/common/perf_counters.cc
src/common/perf_counters.h
src/test/perf_counters.cc