Skip to content

Commit e2a3e97

Browse files
committed
tools/crimson/crimson_stress_tool: fix bugs
fix single core parameter doesn't work. fix node process will not be killed in the lateset ceph master. fix ReactorUtilizationCollectorThread will not run in the target core. some parameter changes. Signed-off-by: Xinyu Huang <xinyu.huang@intel.com>
1 parent 6316671 commit e2a3e97

File tree

2 files changed

+80
-69
lines changed

2 files changed

+80
-69
lines changed

tools/crimson/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Example:
105105
--client-list 4 8 --thread-list 2 4 6 --taskset 16-31 --time 300 \
106106
--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

0 commit comments

Comments
 (0)