Merge pull request #5400 from tchaikov/wip-12451

tools/rados: update the help message

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2015-08-03 15:14:37 -04:00
commit 06d1546464

View File

@ -196,11 +196,12 @@ void usage(ostream& out)
" --num-objects total number of objects\n"
" --min-object-size min object size\n"
" --max-object-size max object size\n"
" --min-ops min number of operations\n"
" --min-op-len min io size of operations\n"
" --max-op-len max io size of operations\n"
" --max-ops max number of operations\n"
" --max-backlog max backlog (in MB)\n"
" --percent percent of operations that are read\n"
" --target-throughput target throughput (in MB)\n"
" --max-backlog max backlog size\n"
" --read-percent percent of operations that are read\n"
" --target-throughput target throughput (in bytes)\n"
" --run-length total time (in seconds)\n"
;
}