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

« back to all changes in this revision

Viewing changes to src/jobs/osd/ebofs

  • 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
# hi there
 
2
{
 
3
        # startup
 
4
        'n' => 30,          # mpi nodes
 
5
        'sleep' => 3,      # seconds between runs
 
6
        'nummds' => 1,
 
7
        'numosd' => 8,
 
8
        'numclient' => 100,#[10, 50, 100, 200, 400],
 
9
        
 
10
'kill_after' => 200,
 
11
 
 
12
        # parameters
 
13
        'fs' => 'ebofs',#[ 
 
14
#                         'obfs',
 
15
#                         'fakestore',
 
16
#                         'ebofs' 
 
17
#                         ],
 
18
        'until' => 100,     # --syn until $n    ... when to stop clients
 
19
        'writefile' => 1,
 
20
        'writefile_size' => [ 
 
21
#                                                 2560000,
 
22
                                                  1024000,
 
23
                                                  262144,
 
24
#                                                 131072,
 
25
#                                                 98304,
 
26
                                                  65536,
 
27
#                                                 16384,
 
28
#                                                 4096,
 
29
                                                  256,
 
30
#                                                 16,
 
31
#                                                 1
 
32
                                                  ],
 
33
        'writefile_mb' => 1000,
 
34
        
 
35
#       'custom' => '--tcp_skip_rank0',# --osd_maxthreads 0',
 
36
                        'custom' => '--debug_after 110 --debug_osd 15 --debug_filer 15 --debug 5',
 
37
 
 
38
        # for final summation (script/sum.pl)
 
39
        'start' => 30,
 
40
        'end' => 90,
 
41
 
 
42
'comb' => {
 
43
                        'x' => 'writefile_size',
 
44
                        'vars' => [ 'osd.c_wrb' ],
 
45
#                       'maptitle' => { 'osd_object_layout=' => '',
 
46
#                                                       ',osd_pg_layout=' => ' + '}
 
47
                        }
 
48
};