Skip to content

Commit d9993b9

Browse files
authored
DAOS-19021 doc: dbench quick start guide updates (#18376) (#18383)
Update dbench quick start guide to install only on one client. Also simplify the command syntax. Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
1 parent 19cebbb commit d9993b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/testing/dbench.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Run dbench
22

3-
Install dbench on all client nodes:
3+
Install dbench on a client node:
44

55
!!! note
66
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:
99
$ sudo dnf -y install dbench
1010
```
1111

12-
From one of the client node:
12+
Run dbench:
1313

1414
```sh
15-
$ dbench --clients-per-process 10 --directory /tmp/daos_dfuse/ --loadfile /usr/share/dbench/client.txt --timelimit 10 10
15+
$ dbench -D /tmp/daos_dfuse/ -c /usr/share/dbench/client.txt -t 10 10
1616

1717
dbench version 4.00 - Copyright Andrew Tridgell 1999-2004
1818

0 commit comments

Comments
 (0)