File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ metrics.
7575
7676Finally, run ``seastore_metrics_analyze.py `` to generate plots in png format.
7777
78- Rados bench stress tool
78+ Crimson stress tool
7979=======================
8080
8181This is a crimson stress tool for multiple clients and multiple threads
@@ -95,13 +95,13 @@ ceph cluster because the tool will do that. Put this tool in the ceph build
9595directory. Since we will decide which processors the bench threads execute on
9696, sudo is needed.
9797
98- Run ``./rados_bench_tools .py --help `` to get the detail parameter information.
98+ Run ``./crimson_stress_tool .py --help `` to get the detail parameter information.
9999
100100Example:
101101
102102.. code-block :: console
103103
104- sudo ./rados_bench_tools .py \
104+ sudo ./crimson_stress_tool .py \
105105 --client-list 4 8 --thread-list 2 4 6 --taskset 16-31 --time 300 \
106106 --write 0.75 \
107107 --rand-read 0.25 \
File renamed without changes.
You can’t perform that action at this time.
0 commit comments