*** empty log message ***

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@675 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
sage 2006-02-24 22:51:04 +00:00
parent fdbcbd2537
commit 2a3d57ffbe

38
ceph/jobs/mds/opensshlib Normal file
View File

@ -0,0 +1,38 @@
#!/usr/bin/perl
# hi there
{
'sleep' => 3,
'nummds' => [1, 2, 4, 6, 8, 12, 16, 24, 32, 40, 48, 64],
'cper' => 50,
'_dep' => [ 'cnode' => '$nummds',
'numclient' => '$cnode * $cper',
'numosd' => '$nummds * 2',
'n' => '1 + $cnode + $nummds + $numosd' ],
# parameters
#'fs' => 'ebofs',
'fs' => 'fakestore',
'until' => 400, # --syn until $n ... when to stop clients
'kill_after' => 600,
'start' => 200,
'end' => 400,
# 'makedirs' => 1,
#'makedirs_dirs' => 10,
#'makedirs_files' => 10,
#'makedirs_depth' => 3,
'custom' => '--tcp_skip_rank0 --syn only 0 --syn trace traces/trace.lib 1 --sleep 10 --randomsleep 60 --syn trace traces/trace.openssh.lib',
#'custom' => '--debug_after 110 --debug_osd 15 --debug_filer 15 --debug 5',
# for final summation (script/sum.pl)
'comb' => {
'x' => 'nummds',
'vars' => [ 'mds.req' ]
}
};