ceph/branches/sage/pgs/jobs/mds/makedir_lat
sageweil 9213a23f14 eek
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1138 29311d96-e01e-0410-9327-a35deaab8ce9
2007-02-28 18:42:55 +00:00

34 lines
533 B
Perl

#!/usr/bin/perl
# hi there
{
'sleep' => 3,
'nummds' => 1,
'numosd' => 8,
'numclient' => [1],#, 40, 80, 160 ],
'n' => 20,
'fs' => 'ebofs',
'start' => 20,
'end' => 40,
'until' => 40,
'kill_after' => 60,
'makedirs' => 1,
'makedirs_dirs' => 10,
'makedirs_files' => 10,
'makedirs_depth' => 5,
'mds_local_osd' => [ 0, 1 ],
'meta_log_layout_num_rep' => [ 0, 1, 2, 3, 4],
'custom' => '--tcp_skip_rank0',
'comb' => {
'x' => 'meta_log_layout_num_rep',
'vars' => [ 'mds.log.lat', 'cl.lat', 'osd.rlat' ]
}
};