Fixed bench marking of other filesystems.

Added error message if bonnie++ is not installed.
This commit is contained in:
fsgqa
2004-06-29 02:16:00 +00:00
parent a96c29f747
commit 8281d48d75
3 changed files with 23 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
##/bin/sh
#check bonnie is installed
if [ "`whereis bonnie++`" == "bonnie++:"]; then
echo $0 error bonnie not installed.
exit
fi
run_bonnie()
{
# dir, no hostname, quiet, fast (no per-char), ram (no sz checks)