ceph/branches/ebofs/jobs/runjobsample
sageweil dc48f25847 branch for ebofs changes
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2100 29311d96-e01e-0410-9327-a35deaab8ce9
2007-11-21 00:32:00 +00:00

27 lines
485 B
Perl

#!/usr/bin/perl
# hi there
{
'_sleep' => 3,
'nummds' => 1,
'numosd' => 16, #[8],#10,14,16],
'numclient' => 32,#,4,10,20,40], #[10*16],
'_n' => 32,
'_start' => 15,
'_end' => 45,
'_kill_after' => 190,
'osd_pg_bits' => [4, 6],
'osd_auto_weight' => [0,1],
'file_layout_pg_size' => [1,2],
'_custom' => '--syn createobjects 1000000 1048576 2',
'_comb' => {
'x' => 'osd_pg_bits',
'vars' => [ 'osd.c_wrb' ]
}
};