]> 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)
committerYingxin Cheng <yingxin.cheng@intel.com>
Mon, 3 Jul 2023 05:50:18 +0000 (13:50 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
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,