ceph/qa/workunits/fsstress.sh
Samuel Just 3fccc0a9f2 qa/workunits: added fsstress.sh
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
2011-03-02 15:55:48 -08:00

8 lines
175 B
Bash
Executable File

#!/bin/bash
command="/usr/lib/ltp/testcases/bin/fsstress -d fsstress-`hostname`$$ -l 1 -n 1000 -p 10"
echo "Starting fsstress $command"
mkdir fsstress`hostname`-$$
$command