[BACK]Return to run.dbench10 CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfstests

File: [Development] / xfs-cmds / xfstests / run.dbench10 (download)

Revision 1.2, Sat Nov 9 05:49:41 2002 UTC (14 years, 11 months ago) by fsgqa
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.1: +3 -1 lines

Small updates to dbench test runs, and integrate some bonnie++ runs too.
minor updates - pass args onto common script, ensure here var is set.

#!/bin/sh
# 
# Does a dbench run with 10 clients
# 
DBENCH_CLIENTS=10
export DBENCH_CLIENTS

[ ! -d "$here" ] && here=`pwd`

exec $here/common.dbench $@