]> git.proxmox.com Git - ceph.git/blob - ceph/src/jobs/osd/wr_lat2
47053dd61f3ab18778bc99f1a47e09e6236ddf49
[ceph.git] / ceph / src / jobs / osd / wr_lat2
1 #!/usr/bin/perl
2
3 # hi there
4 {
5 'sleep' => 3,
6
7 'nummds' => 1,
8 'numosd' => [12],
9 'numclient' => [1],#, 40, 80, 160 ],
10 'n' => 16,
11
12 'fs' => 'ebofs',
13
14 'start' => 10,
15 'end' => 40,
16 'until' => 40,
17 'kill_after' => 90,
18
19 'writefile' => 1,
20 'writefile_size' => [4096,
21 8*1024,
22 16*1024,
23 32*1024,
24 64*1024,
25 128*1024,
26 256*1024,
27 512*1024,
28 1024*1024],
29 'writefile_mb' => 10000,
30
31 #'tcp_multi_out' => [0,1],
32
33 # 'mds_local_osd' => [ 0, 1 ],
34 'file_layout_num_rep' => [1,2,3],#, 2, 3, 4],
35
36 'client_oc' => [0,1],
37
38 'custom' => '--tcp_skip_rank0',
39
40 'comb' => {
41 'x' => 'writefile_size',#'file_layout_num_rep',
42 'vars' => [ 'osd.c_wrb','cl.wrlat' ]
43 }
44 };