The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD benchmarks : iozone21

Performance Test of Sequential File I/O (older version)

 Iozone: 'IO Zone' Benchmark Program (older 2.1 version)

Iozone tests the speed of sequential I/O to actual files.  Therefore,
this measurement factors in the efficiency of your machine's file
system, operating system, C compiler, and C runtime library.  It
produces a measurement which is the number of bytes per second that
your system can read or write to a file.

This is the 2.1 version of iozone.  The new 3.x+ versions of iozone have
completely changed their testing methods, thus their output is useless in
comparing with older statistics. 

http://www.iozone.org/



iozone21 history


v. 1.42
date: 2005/06/04 14:02:13;  author: vs;  state: Exp;  lines: +1 -0
Use PLIST_FILES

v. 1.41 date: 2003/10/11 14:47:27; author: krion; state: Exp; lines: +2 -0 - Add CONFLICTS, because of the same item in pkg-plist Submitted by: Oliver Eikemeier
v. 1.40 date: 2003/02/20 16:50:38; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.39 date: 2002/11/18 23:05:05; author: arved; state: Exp; lines: +1 -1 gzcat -> ${GZCAT} awk -> ${AWK} /bin/sh -> ${SH} PR: 39969 Submitted by: Scott Flatman
v. 1.38 date: 2002/11/10 16:45:12; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.37 date: 2002/11/06 22:44:02; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.36 date: 2002/05/08 20:41:49; author: obrien; state: Exp; lines: +1 -1 To ports@freebsd.org.
v. 1.35 date: 2002/01/19 19:12:54; author: knu; state: Exp; lines: +3 -1 Set LATEST_LINK to "iozone21" to avoid conflict with the package name of benchmarks/iozone. (Maintainer timeout; I think it's too trivial to bother him with.)
v. 1.34 date: 2000/04/08 22:04:13; author: mharo; state: Exp; lines: +6 -6 update with the new PORTNAME/PORTVERSION variables
v. 1.33 date: 2000/03/22 00:26:59; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.32 date: 2000/03/20 02:36:33; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.31 date: 2000/02/13 03:23:30; author: obrien; state: Exp; lines: +6 -5 Style nits in the ports I maintain.
v. 1.30 date: 2000/02/03 15:36:19; author: obrien; state: Exp; lines: +1 -4 Quiet a portlint(1) warning.
v. 1.29 date: 2000/01/09 22:49:52; author: obrien; state: Exp; lines: +12 -17 Revert back to version 2.1 The 3.x versions of iozone have completely changed their testing methods, thus their output is useless in comparing with older statistics.
v. 1.28 date: 1999/09/27 02:01:53; author: steve; state: Exp; lines: +3 -3 The distfile moved around on the MASTER_SITE and changed names. The checksum did not change. Inspired by: a partial commit by Asami-san
v. 1.27 date: 1999/09/22 09:55:06; author: asami; state: Exp; lines: +3 -3 Oops sorry, didn't intend to commit that one....
v. 1.26 date: 1999/09/22 09:07:58; author: asami; state: Exp; lines: +3 -3 iozone has a homepage (which is its master site as well).
v. 1.25 date: 1999/09/20 18:47:25; author: jmz; state: Exp; lines: +3 -3 Upgrade to version 3.9
v. 1.24 date: 1999/09/10 23:58:10; author: asami; state: Exp; lines: +2 -2 ${STRIP} is not a command -- it's the -s flag to install. ;)
v. 1.23 date: 1999/08/25 04:45:42; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.22 date: 1999/08/08 00:08:20; author: billf; state: Exp; lines: +2 -1 Reroll the md5, the FTP site seems to have been updated as of 8/03/1999 While I'm here, strip the binary and make this port respect CFLAGS.
v. 1.21 date: 1999/07/07 22:40:08; author: jmz; state: Exp; lines: +15 -11 Upgrade to version 3.0
v. 1.20 date: 1999/02/03 11:11:39; author: asami; state: Exp; lines: +3 -2 Adjust port Makefiles to new EXTRACT_* variable defaults. See log of bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
v. 1.19 date: 1998/12/01 23:58:23; author: billf; state: Exp; lines: +5 -6 Don't use DISTFILES when you have only one file to fetch. I eliminated DISTFILES and PKGNAME by just using EXTRACT_SUFX. On a funnier note, the MASTER_SITE didn't like us sending our e-mail address as "president@whitehouse.gov" to get around it's "no-root" login policy. So I had to change this to "portsuser@FreeBSD.org". 530- SIR, how'bout using a NSA machine instead? 530 Goodbye.
v. 1.18 date: 1996/11/18 13:57:01; author: asami; state: Exp; lines: +2 -1 Compress a bunch of manpages. Remove unnecessary @ directives from PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
v. 1.17 date: 1996/11/18 11:21:53; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.16 date: 1996/11/14 08:08:04; author: ache; state: Exp; lines: +4 -1 Braindamaged master site not allows root@ password, use followin trick instead: FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
v. 1.15 date: 1995/11/22 11:36:56; author: asami; state: Exp; lines: +2 -2 Category renaming to match the directory names ("benchmarking" -> "benchmarks").
v. 1.14 date: 1995/07/13 01:09:08; author: asami; state: Exp; lines: +2 -2 Change categories to reflect their new homes.
v. 1.13 date: 1995/06/15 11:26:50; author: jmz; state: Exp; lines: +2 -4 Remove the dependency on gshar+gunshar Use awk and sh to extract
v. 1.12 date: 1995/04/23 13:02:24; author: asami; state: Exp; lines: +1 -3 Updated utils Makefiles!
v. 1.11 date: 1995/04/15 03:45:40; author: asami; state: Exp; lines: +16 -4 Another round of Makefile updates, in utils!
v. 1.10 date: 1995/04/11 02:01:29; author: jmz; state: Exp; lines: +1 -0 Add MAINTAINER= jmz@FreeBSD.org
v. 1.9 date: 1995/04/01 12:50:10; author: jkh; state: Exp; lines: +1 -0 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.8 date: 1995/02/18 20:08:32; author: ats; state: Exp; lines: +1 -1 Make parentheses around the gzcat | gunshar shell commands to prevent a ambigious redirect message from the shell from the "<" stdin redirection.
v. 1.7 date: 1995/02/17 16:44:28; author: ache; state: Exp; lines: +1 -1 Remove cd WRKDIR
v. 1.6 date: 1995/02/11 13:50:58; author: asami; state: Exp; lines: +1 -1 Converted Makefiles as much as I could. (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
v. 1.5 date: 1995/01/17 23:44:34; author: ache; state: Exp; lines: +1 -1 Put cd command under brackets for proper exit code
v. 1.4 date: 1995/01/13 13:15:20; author: jkh; state: Exp; lines: +1 -1 Update DEPENDS lines to point to the new relocated ports.
v. 1.3 date: 1994/12/28 05:46:22; author: ache; state: Exp; lines: +8 -4 Upgrade.
v. 1.2 date: 1994/10/06 01:01:47; author: jkh; state: Exp; lines: +3 -0 Update of this port from Jean-Marc Zucconi Submitted by: jmz
v. 1.1 date: 1994/09/26 13:26:55; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/09/26 13:26:56; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's iozone port. Submitted by: jmz =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm