From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/rgw/rgw_perf_counters.h | 60 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 src/rgw/rgw_perf_counters.h (limited to 'src/rgw/rgw_perf_counters.h') diff --git a/src/rgw/rgw_perf_counters.h b/src/rgw/rgw_perf_counters.h new file mode 100644 index 000000000..3c4e4e97f --- /dev/null +++ b/src/rgw/rgw_perf_counters.h @@ -0,0 +1,60 @@ +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- +// vim: ts=8 sw=2 smarttab ft=cpp + +#pragma once + +#include "include/common_fwd.h" + +extern PerfCounters *perfcounter; + +extern int rgw_perf_start(CephContext *cct); +extern void rgw_perf_stop(CephContext *cct); + +enum { + l_rgw_first = 15000, + l_rgw_req, + l_rgw_failed_req, + + l_rgw_get, + l_rgw_get_b, + l_rgw_get_lat, + + l_rgw_put, + l_rgw_put_b, + l_rgw_put_lat, + + l_rgw_qlen, + l_rgw_qactive, + + l_rgw_cache_hit, + l_rgw_cache_miss, + + l_rgw_keystone_token_cache_hit, + l_rgw_keystone_token_cache_miss, + + l_rgw_gc_retire, + + l_rgw_lc_expire_current, + l_rgw_lc_expire_noncurrent, + l_rgw_lc_expire_dm, + l_rgw_lc_transition_current, + l_rgw_lc_transition_noncurrent, + l_rgw_lc_abort_mpu, + + l_rgw_pubsub_event_triggered, + l_rgw_pubsub_event_lost, + l_rgw_pubsub_store_ok, + l_rgw_pubsub_store_fail, + l_rgw_pubsub_events, + l_rgw_pubsub_push_ok, + l_rgw_pubsub_push_failed, + l_rgw_pubsub_push_pending, + l_rgw_pubsub_missing_conf, + + l_rgw_lua_current_vms, + l_rgw_lua_script_ok, + l_rgw_lua_script_fail, + + l_rgw_last, +}; + -- cgit v1.2.3