Hmmm. Still no luck. For example, I'm trying:
define file name=c3t50060E80047F0B02d3s4, path=/dev/rdsk define process name=randWriteProcess,instances=$nprocs { thread name=randWriteThread1, memsize=16m, instances=$nthreads { flowop write name=randWriter1, filename=c3t50060E80047F0B02d3s4, iosize=$iosize, random, workingset=$workingset, directio=$directio, dsync=$dsync } } Ultimately, I'm trying to test against a raw vxvm volume, but that didn't work, so I tried the DMP device and finally just one of the c-t-d-s devices, with no joy. I can dd to and from the device, but filebench says: uchits065 $ ./randomwrite.f FileBench Version 1.3.4 7730: 0.378: Random Write Version 2.0 IO personality successfully loaded 7730: 0.379: Creating/pre-allocating files and filesets 7730: 0.389: File c3t50060E80047F0B02d3s4: mbytes=0 7730: 0.404: Removed any existing file c3t50060E80047F0B02d3s4 in 1 seconds 7730: 0.405: Creating file c3t50060E80047F0B02d3s4... 7730: 0.405: Preallocated 0 of 1 of file c3t50060E80047F0B02d3s4 in 1 seconds 7730: 0.405: waiting for fileset pre-allocation to finish 7730: 0.405: Starting 1 randWriteProcess instances 7733: 1.409: Starting 1 randWriteThread1 threads 7730: 4.418: Running... 7733: 4.468: WARNING! Run stopped early: flowop randWriter1-1 could not obtain a file. Please reduce runtime, increase fileset entries ($nfiles), or switch modes. 7730: 5.428: Run took 1 seconds... 7730: 5.428: Shutting down processes ...Demetri P.S. Yes, by all means, I'm being tip-toe careful, especially with data-scribbly stuff. Being the somewhat paranoid type, I change the device or directory ownership and do the testing as my own uid (and this keeps filebench from removing my special files and replacing them with directories!) -- This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org