Skip to content

Commit db4c804

Browse files
committed
crimson/tools: rename the rados_bench_tools
Signed-off-by: Xinyu Huang <xinyu.huang@intel.com>
1 parent e5a64dd commit db4c804

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/crimson/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ metrics.
7575

7676
Finally, run ``seastore_metrics_analyze.py`` to generate plots in png format.
7777

78-
Rados bench stress tool
78+
Crimson stress tool
7979
=======================
8080

8181
This 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
9595
directory. 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

100100
Example:
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 \

0 commit comments

Comments
 (0)