mirror of
https://github.com/ceph/ceph
synced 2024-12-24 20:33:27 +00:00
07ac5d3e74
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1068 29311d96-e01e-0410-9327-a35deaab8ce9
33 lines
730 B
Perl
33 lines
730 B
Perl
#!/usr/bin/perl
|
|
|
|
# hi there
|
|
{
|
|
'sleep' => 3,
|
|
|
|
'nummds' => [1, 2, 4, 8, 16, 32, 64, 96, 128], #2, 4, 8, 16, 32, 48, 64, 80, 96],
|
|
|
|
'cper' => [25, 50, 100, 150],# 100, 150, 200],
|
|
|
|
'_dep' => [ 'cnode' => '$nummds',
|
|
'numclient' => '$nummds * $cper',
|
|
'numosd' => '$nummds',
|
|
'n' => '1 + $cnode + $nummds + $numosd' ],
|
|
|
|
# parameters
|
|
'fs' => 'ebofs',
|
|
|
|
'mds_bal_hash_wr' => 1000,
|
|
|
|
'until' => 180, # --syn until $n ... when to stop clients
|
|
'kill_after' => 250,
|
|
'start' => 30,
|
|
'end' => 180,
|
|
|
|
'custom' => '--tcp_skip_rank0 --meta_log_layout_num_rep 1 --meta_dir_layout_num_rep 1 --mds_shutdown_check 60 --syn makefiles 100000 1000 0',
|
|
|
|
'comb' => {
|
|
'x' => 'nummds',
|
|
'vars' => [ 'mds.req', 'cl.lat' ]
|
|
}
|
|
};
|