]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/tools/perf_crimson_msgr: decrease sampling rate
authorYingxin Cheng <yingxin.cheng@intel.com>
Thu, 25 May 2023 06:17:38 +0000 (14:17 +0800)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 17 Oct 2023 16:18:41 +0000 (16:18 +0000)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
(cherry picked from commit 1d4e9678feeb6e02eb5dd8bf7bf715dd1f770884)

src/crimson/tools/perf_crimson_msgr.cc

index f1e331f3176f36c3e3559565eab7a3419637641d..566abd7ba84356af688d63ef46f6902fde0b1dec 100644 (file)
@@ -139,7 +139,7 @@ struct server_config {
   }
 };
 
-const unsigned SAMPLE_RATE = 7;
+const unsigned SAMPLE_RATE = 59;
 
 static seastar::future<> run(
     perf_mode_t mode,