mirror of
https://github.com/ceph/ceph
synced 2025-01-09 20:52:09 +00:00
9213a23f14
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1138 29311d96-e01e-0410-9327-a35deaab8ce9
34 lines
586 B
Plaintext
34 lines
586 B
Plaintext
# hi there
|
|
{
|
|
# startup
|
|
'n' => 30, # mpi nodes
|
|
'sleep' => 10, # seconds between runs
|
|
'nummds' => 1,
|
|
'numosd' => 8,
|
|
'numclient' => 50,
|
|
|
|
# parameters
|
|
'fs' => [
|
|
# 'obfs',
|
|
'fakestore',
|
|
'ebofs'
|
|
],
|
|
'until' => 100, # --syn until $n ... when to stop clients
|
|
'writefile' => 1,
|
|
'writefile_size' => [
|
|
1024000,
|
|
131072,
|
|
65536,
|
|
16
|
|
],
|
|
'writefile_mb' => 1000,
|
|
|
|
'osd_maxthreads' => [0, 1, 2, 4, 8],
|
|
|
|
'custom' => '--tcp_skip_rank0',
|
|
|
|
# for final summation (script/sum.pl)
|
|
'start' => 30,
|
|
'end' => 90
|
|
};
|