HomeSort by relevance Sort by last modified time
    Searched refs:bonnie (Results 1 - 4 of 4) sorted by null

  /external/ltp/tools/pounder21/test_repo/T90ramp/
D01bonnie++ 4 $POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/bonnie++
  /external/ltp/tools/pounder21/test_scripts/
bonnie++ 3 # Runs the bonnie++ test on filesystems...
24 # Try to find bonnie++ on the system
25 BONNIE=`which bonnie++ 2> /dev/null`
27 if [ -z "$BONNIE" ]; then
28 BONNIE=`ls $POUNDER_OPTDIR/bonnie++*/bonnie++`
29 if [ -z "$BONNIE" ]; then
30 echo "Cannot find bonnie++; did you run Install?
    [all...]
  /external/ltp/tools/pounder21/build_scripts/
bonnie++ 3 # Builds bonnie++
23 PKGNAME=bonnie++-1.03e
25 PROGNAME=bonnie++
47 echo "[bonnie++] Insufficient space. Free space: $FREE_SPACE kB. Space required: $SPACE_REQUIRED kB. Not building bonnie."
64 wget "http://www.coker.com.au/bonnie++/$TARNAME"
  /external/autotest/client/tests/bonnie/
bonnie.py 26 class bonnie(test.test): class in inherits:test.test
33 # http://www.coker.com.au/bonnie++/bonnie++-1.03a.tgz
34 def setup(self, tarball = 'bonnie++-1.03a.tgz'):
40 utils.system('patch -p1 < ../bonnie++-1.03a-gcc43.patch')
53 cmd = self.srcdir + '/bonnie++ ' + args

Completed in 159 milliseconds