Subject: CVS commit: pkgsrc/benchmarks/iozone
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/10/2003 13:06:52
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Mar 10 11:06:51 UTC 2003

Modified Files:
	pkgsrc/benchmarks/iozone: Makefile PLIST distinfo
	pkgsrc/benchmarks/iozone/patches: patch-aa
Removed Files:
	pkgsrc/benchmarks/iozone/patches: patch-ab

Log Message:
Update to 3.161. Extract of changes, excluding bug fixes
and portability stuff:
Added -z option. This is to be used with the -a option. It
provides more complete testing for small record sizes
when the file sizes are very large.
Added -y and -q to set record size range
Added command line to output
Put auto cross over back to 16 Meg
Add labels to the latency/offset output files.
Prevent mixed modes. Auto and throughput.
Added support for the Plus extended options.
Added support for -+u option. Cpu utilization.
Added network testing mode. -+m  (Experimental) Tested: Linux, HP-UX
Added -xflag support for distributed mode.
Handle interrupts when in distributed mode.
Disable CPU utilization in distributed mode.
Add -+m cluster option to the help list and the list of options.
Enable more options in Cluster mode.
Add protocol version checking for distributed messages.
Add -+d file I/O diagnostic mode.
Fix some compiler warnings and implement the -+x option for
setting the multiplier used for file and record size incrementing.
Reduce the message traffic due to master's distribution of STOP. Only
one STOP distribution is needed. More can lead to socket buffer overflows.
Add -+p percentage read option.
Improve the mixed mode distribution algorithm.
Introduce -+r for O_RSYNC.
Add speed check code.
Increase maximum threads/procs to 256
Add contribs and -+t to help splash screen.
Disable fread and fwrite testing if mmap or async is in use.
Add pread/pwrite throughput testing
Permit smaller values for -n and -g
Make initial write in initfile() a page size request.
Stop test if file can not be written.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/benchmarks/iozone/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/benchmarks/iozone/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/benchmarks/iozone/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/benchmarks/iozone/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/benchmarks/iozone/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.