Skip to content

Commit 010b4ea

Browse files
authored
Merge pull request #261 from aisakaki/dev
crimson/tools: stress tool update Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
2 parents 5309e3c + 7dd0468 commit 010b4ea

File tree

2 files changed

+184
-92
lines changed

2 files changed

+184
-92
lines changed

tools/crimson/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ Example:
103103
104104
sudo ./crimson_stress_tool.py \
105105
--client-list 4 8 --thread-list 2 4 6 --taskset 16-31 --time 300 \
106-
--write 0.75 \
106+
--rand-write 0.75 \
107107
--rand-read 0.25 \
108-
--reactor-utilization True \
109-
--perf True \
108+
--reactor-utilization \
109+
--perf \
110110
--scenario crimson-seastore
111111
112112
The tool will run rados bench write and read test case with the combination
@@ -122,12 +122,12 @@ Example of result:
122122

123123
.. code-block:: console
124124
125-
write_bandwidth 3.10453 3.541689 3.5182199999999995 2.51662
126-
write_iops 793.0 903.0 900.0 642.0
127-
write_latency 0.0037714466666666662 0.006630723333333334 0.006629473333333333 0.0186881
128-
read_bandwidth 2.84725 2.68286 3.05852 1.471667
129-
read_iops 728.0 686.0 782.0 376.0
130-
read_latency 0.00136141 0.002904295000000000 0.00254781 0.01060875
125+
rw_bandwidth 3.10453 3.541689 3.5182199999999995 2.51662
126+
rw_iops 793.0 903.0 900.0 642.0
127+
rw_latency 0.0037714466666666662 0.006630723333333334 0.006629473333333333 0.0186881
128+
rr_bandwidth 2.84725 2.68286 3.05852 1.471667
129+
rr_iops 728.0 686.0 782.0 376.0
130+
rr_latency 0.00136141 0.002904295000000000 0.00254781 0.01060875
131131
reactor_utilization 51.76855957999997 63.44185818000002 62.81135658000002 57.04136848000001
132132
context-switches 21343 20060 20770 18164
133133
cpu_cycle 4617829192 4504157482 4539431704 4732829464

0 commit comments

Comments
 (0)