mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
6e5f3cdc69
Signed-off-by: David Zafman <dzafman@redhat.com>
11 lines
208 B
Bash
Executable File
11 lines
208 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rados -p rbd load-gen \
|
|
--num-objects 1024 \
|
|
--min-object-size 1 \
|
|
--max-object-size 1048576 \
|
|
--max-ops 128 \
|
|
--max-backlog 128 \
|
|
--read-percent 50 \
|
|
--run-length 1800
|