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

« back to all changes in this revision

Viewing changes to src/jobs/osd/osd_threads

  • 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' => 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
};