]> git.proxmox.com Git - ceph.git/blob - ceph/src/jobs/osd/osd_threads
ef271f9e8871054da2d0e83d070012019404d8ce
[ceph.git] / ceph / src / jobs / osd / osd_threads
1 # hi there
2 {
3 # startup
4 'n' => 30, # mpi nodes
5 'sleep' => 10, # seconds between runs
6 'nummds' => 1,
7 'numosd' => 8,
8 'numclient' => 50,
9
10 # parameters
11 'fs' => [
12 # 'obfs',
13 'fakestore',
14 'ebofs'
15 ],
16 'until' => 100, # --syn until $n ... when to stop clients
17 'writefile' => 1,
18 'writefile_size' => [
19 1024000,
20 131072,
21 65536,
22 16
23 ],
24 'writefile_mb' => 1000,
25
26 'osd_maxthreads' => [0, 1, 2, 4, 8],
27
28 'custom' => '--tcp_skip_rank0',
29
30 # for final summation (script/sum.pl)
31 'start' => 30,
32 'end' => 90
33 };