mirror of
https://github.com/ceph/ceph
synced 2024-12-14 07:25:50 +00:00
ba83e8c6dd
No replay interval.
11 lines
213 B
Bash
Executable File
11 lines
213 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rados -p rbd load-gen \
|
|
--num-objects 10240 \
|
|
--min-object-size 1048576 \
|
|
--max-object-size 25600000 \
|
|
--max-ops 1024 \
|
|
--max-backlog 1024 \
|
|
--percent 50 \
|
|
--run-length 1200
|