From 6dc6dae26cb1a6addeca4e9c8d42b05fc0916a7a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 25 Aug 2020 17:02:06 -0400 Subject: [PATCH] Disable gtod_reduce for benchmarks This ended up disabling latency measurements entirely, so don't use this option for benchmarks. --- api-daemon/pvcapid/benchmark.py | 1 - client-cli/cli_lib/ceph.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/api-daemon/pvcapid/benchmark.py b/api-daemon/pvcapid/benchmark.py index 8b200d29..1c622dfa 100755 --- a/api-daemon/pvcapid/benchmark.py +++ b/api-daemon/pvcapid/benchmark.py @@ -236,7 +236,6 @@ def run_benchmark(self, pool): --rbdname={volume} \ --direct=1 \ --randrepeat=1 \ - --gtod_reduce=1 \ --iodepth=64 \ --size=8G \ --name={test} \ diff --git a/client-cli/cli_lib/ceph.py b/client-cli/cli_lib/ceph.py index 07e760b3..5d710617 100644 --- a/client-cli/cli_lib/ceph.py +++ b/client-cli/cli_lib/ceph.py @@ -1527,7 +1527,7 @@ def format_info_benchmark(config, benchmark_information): bandwidth_length=bandwidth_column_length, iops="IOPS", iops_length=iops_column_length, - latency="Latency", + latency="Latency (μs)", latency_length=latency_column_length, cpuutil_label='', cpuutil_label_length=cpuutil_label_length,