mirror of
https://github.com/ceph/ceph
synced 2024-12-13 06:57:21 +00:00
6ff95e9d23
Signed-off-by: Sage Weil <sage@newdream.net>
12 lines
223 B
Bash
Executable File
12 lines
223 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rados -p data load-gen \
|
|
--num-objects 102400 \
|
|
--min-object-size 1 \
|
|
--max-object-size 1048576 \
|
|
--min-ops 4 \
|
|
--max-ops 128 \
|
|
--max-backlog 128 \
|
|
--percent 90 \
|
|
--run-length 600
|