Demetri,
As I said in my previous answer, the way the rest of us do what you
want to do is through .prof scripts interpreted by filebench.pl. Each
entry in the profile script causes go_filebench to be run, modified
with any changes specified. For example:
#
# CDDL HEADER START
#
# The conte
Hi Drew,
It *sorta* works if I create processes before the loop (and use Rich's
suggestion of sleep 10 instead of run 10):
create files
create processes
foreach $iosize in 8k, 16k, 64k
{
stats clear
sleep $runtime
stats snap
}
shutdown processes
quit
...but then I can'