~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/jobs/osd/wr_lat2

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
};