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

« back to all changes in this revision

Viewing changes to src/jobs/osd/mds_log

  • 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
        #'_psub' => 'jobs/alc.tp',
 
6
        'sleep' => 3,
 
7
 
 
8
        'nummds' => 1,
 
9
        'numclient' => [5, 10, 15, 25, 50, 100, 200, 300, 400],
 
10
        #'numclient' => [ 50, 100, 200 ],
 
11
        'numosd' => [2,4],#[ 4, 8, 12, 16, 20, 24 ], 
 
12
        'n' => 12,
 
13
 
 
14
        # parameters
 
15
        'fs' => 'fakestore',#['fakestore','obfs'],
 
16
        #'fs' => 'ebofs',
 
17
        #'osd_maxthreads' => [ 0, 1, 2, 4, 8 ],
 
18
 
 
19
        'until' => 100,     # --syn until $n    ... when to stop clients
 
20
        'kill_after' => 300,
 
21
        'start' => 20,
 
22
        'end' => 90,
 
23
        
 
24
        'makedirs' => 1,
 
25
        'makedirs_dirs' => 10,
 
26
        'makedirs_files' => 10,
 
27
        'makedirs_depth' => 3,
 
28
                
 
29
 
 
30
        #'meta_log_layout_ssize' => [256, 512, 1024, 4096, 16384, 65536, 262400],
 
31
        #'meta_log_layout_scount' => [2, 4, 8],
 
32
        #'meta_log_layout_num_rep' => [1, 2],
 
33
        #'meta_log_layout_num_rep' => 1,
 
34
 
 
35
        'custom' => '--tcp_skip_rank0 --mds_shutdown_check 60',
 
36
        #'custom' => '--debug_after 110 --debug_osd 15 --debug_filer 15 --debug 5',
 
37
        
 
38
        'comb' => {
 
39
                'x' => 'numclient',#'meta_log_layout_ssize',
 
40
                'vars' => [ 'mds.req' ]
 
41
        }
 
42
};