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

« back to all changes in this revision

Viewing changes to src/jobs/alcdat/openshared

  • 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, 4, 16, 64, 128, 192 ],
 
8
 
 
9
        'cper' => [10, 50, 100, 150],
 
10
        '_dep' => [ 'cnode' => '$nummds',# > 30 ? 30:$nummds',
 
11
                                'numclient' => '$nummds*$cper',
 
12
                                'numosd' => '$nummds > 30 ? 30:$nummds',
 
13
                                'n' => '1 + $cnode + $nummds + $numosd' ],
 
14
        
 
15
        # parameters
 
16
        'fs' => 'ebofs',
 
17
 
 
18
        'mds_bal_interval' => 10000,
 
19
        'mds_bal_hash_wr' => 1000,
 
20
 
 
21
        'until' => 120,     # --syn until $n    ... when to stop clients
 
22
        'kill_after' => 180,
 
23
        'start' => 10,
 
24
        'end' => 120,
 
25
        
 
26
        'custom' => '--tcp_skip_rank0 --debug_mds_balancer 10 --mds_shutdown_check 60 --syn only 0 --syn createshared 10 --syn sleep 5 --syn openshared 10 10000',
 
27
        
 
28
        'comb' => {
 
29
                'x' => 'nummds',
 
30
                'vars' => [ 'mds.req', 'cl.lat' ]
 
31
        }
 
32
};