We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cebbb commit d9993b9Copy full SHA for d9993b9
1 file changed
docs/testing/dbench.md
@@ -1,6 +1,6 @@
1
# Run dbench
2
3
-Install dbench on all client nodes:
+Install dbench on a client node:
4
5
!!! note
6
The example below makes use of DAOS pools and containers setup as part of [Run IOR and mdtest](https://docs.daos.io/v2.6/testing/ior/)
@@ -9,10 +9,10 @@ Install dbench on all client nodes:
9
$ sudo dnf -y install dbench
10
```
11
12
-From one of the client node:
+Run dbench:
13
14
```sh
15
-$ dbench --clients-per-process 10 --directory /tmp/daos_dfuse/ --loadfile /usr/share/dbench/client.txt --timelimit 10 10
+$ dbench -D /tmp/daos_dfuse/ -c /usr/share/dbench/client.txt -t 10 10
16
17
dbench version 4.00 - Copyright Andrew Tridgell 1999-2004
18
0 commit comments