Whamcloud - gitweb
land b_md onto HEAD. the highlights:
[fs/lustre-release.git] / lustre / tests / rundbench
1 #!/bin/sh
2
3 #[ -e /proc/sys/portals/debug ] && echo 0 > /proc/sys/portals/debug 
4 TGT=/mnt/lustre/client.txt
5 SRC=/usr/lib/dbench/client.txt
6 [ ! -e $TGT -a -e $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
7 SRC=/usr/lib/dbench/client_plain.txt
8 [ ! -e $TGT -a -e $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
9 cd /mnt/lustre
10 dbench -c client.txt $@