root/trunk/test/automated/vfs-tests.d/iozone @ 5819

Revision 5819, 278 bytes (checked in by robl, 7 years ago)

pushd/popd mask errors in iozone

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3cd ${EXTRA_TESTS}/iozone3_239/src/current  || exit 1
4make linux  || exit 1
5# -y min record size
6# -q max record size
7# -n min file size
8# -g max file size
9./iozone -a -y 4096 -q $((1024*16)) -n 4096 -g $((1024*16*2)) \
10        -f ${PVFS2_MOUNTPOINT}/test_iozone_file
Note: See TracBrowser for help on using the browser.