2011-03-02 23:54:43 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2011-08-10 21:01:06 +00:00
|
|
|
command="/usr/lib/ltp/testcases/bin/fsstress -d fsstress-`hostname`$$ -l 1 -n 1000 -p 10 -v"
|
2011-03-02 23:54:43 +00:00
|
|
|
|
|
|
|
echo "Starting fsstress $command"
|
|
|
|
mkdir fsstress`hostname`-$$
|
|
|
|
$command
|