diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-26 13:26:57 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-26 13:26:57 +0000 |
commit | a3198effcbbb3fe8b6f06962f5b21b7160937693 (patch) | |
tree | 2e92ead2402b16d4a68f88a2c897d63620860438 /benchmarks | |
parent | a8e4000541ac8b2fa0d2106cd5f6726149d0ac7c (diff) | |
download | FreeBSD-ports-a3198effcbbb3fe8b6f06962f5b21b7160937693.zip FreeBSD-ports-a3198effcbbb3fe8b6f06962f5b21b7160937693.tar.gz |
Jean-Marc Zucconi's iozone port.
Submitted by: jmz
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/iozone/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/iozone/pkg-descr | 7 | ||||
-rw-r--r-- | benchmarks/iozone/pkg-plist | 6 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/iozone21/files/patch-aa | 34 | ||||
-rw-r--r-- | benchmarks/iozone21/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/iozone21/pkg-descr | 7 | ||||
-rw-r--r-- | benchmarks/iozone21/pkg-plist | 6 |
9 files changed, 70 insertions, 0 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile new file mode 100644 index 0000000..4c1c18b --- /dev/null +++ b/benchmarks/iozone/Makefile @@ -0,0 +1,4 @@ +DISTNAME= iozone-1.16 +MASTER_SITES= ftp://liasun3.epfl.ch/pub/util/ + +.include <bsd.port.mk> diff --git a/benchmarks/iozone/pkg-comment b/benchmarks/iozone/pkg-comment new file mode 100644 index 0000000..0c42ffc --- /dev/null +++ b/benchmarks/iozone/pkg-comment @@ -0,0 +1 @@ +IOZONE: Performance Test of Sequential File I/O -- V1.16 (10/28/92) diff --git a/benchmarks/iozone/pkg-descr b/benchmarks/iozone/pkg-descr new file mode 100644 index 0000000..b113b73 --- /dev/null +++ b/benchmarks/iozone/pkg-descr @@ -0,0 +1,7 @@ +Iozone: 'IO Zone' Benchmark Program + +Iozone tests the speed of sequential I/O to actual files. Therefore, +this measurement factors in the efficiency of you machines 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. diff --git a/benchmarks/iozone/pkg-plist b/benchmarks/iozone/pkg-plist new file mode 100644 index 0000000..c18e951 --- /dev/null +++ b/benchmarks/iozone/pkg-plist @@ -0,0 +1,6 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/iozone +@mode 644 +man/man1/iozone.1 diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile new file mode 100644 index 0000000..4c1c18b --- /dev/null +++ b/benchmarks/iozone21/Makefile @@ -0,0 +1,4 @@ +DISTNAME= iozone-1.16 +MASTER_SITES= ftp://liasun3.epfl.ch/pub/util/ + +.include <bsd.port.mk> diff --git a/benchmarks/iozone21/files/patch-aa b/benchmarks/iozone21/files/patch-aa new file mode 100644 index 0000000..94c8579 --- /dev/null +++ b/benchmarks/iozone21/files/patch-aa @@ -0,0 +1,34 @@ +*** /dev/null Sat Sep 24 18:38:46 1994 +--- Makefile Sat Sep 24 19:16:52 1994 +*************** +*** 0 **** +--- 1,29 ---- ++ all: iozone ++ ++ iozone: ++ cc -O -o iozone iozone.c ++ ++ install: ++ mkdir -p /usr/local/bin ++ mkdir -p /usr/local/man/man1 ++ install -c -o bin -m 755 iozone /usr/local/bin ++ echo .Dd `/bin/date` > iozone.1 ++ echo .Dt IOZONE 1 >> iozone.1 ++ echo .Sh NAME >> iozone.1 ++ echo .Nm iozone >> iozone.1 ++ echo .Nd Performance Test of Sequential File I/O >> iozone.1 ++ echo .Sh SYNOPSIS >> iozone.1 ++ echo .Nm iozone >> iozone.1 ++ echo .Op Ar megabytes >> iozone.1 ++ echo .Op Ar record_length_in_bytes >> iozone.1 ++ echo .Op Ar [path]filename>> iozone.1 ++ echo .Nm iozone >> iozone.1 ++ echo .Ar help >> iozone.1 ++ echo .Nm iozone >> iozone.1 ++ echo .Ar auto >> iozone.1 ++ echo .Sh DESCRIPTION >> iozone.1 ++ ./iozone help|awk '{if (/Copyright/) x++} {if (/For V1.06/) exit;}\ ++ {if (x) print $0}' >>iozone.1 ++ echo .Sh AUTHOR >> iozone.1 ++ echo Bill Norcott >> iozone.1 ++ install -m 644 iozone.1 /usr/local/man/man1 diff --git a/benchmarks/iozone21/pkg-comment b/benchmarks/iozone21/pkg-comment new file mode 100644 index 0000000..0c42ffc --- /dev/null +++ b/benchmarks/iozone21/pkg-comment @@ -0,0 +1 @@ +IOZONE: Performance Test of Sequential File I/O -- V1.16 (10/28/92) diff --git a/benchmarks/iozone21/pkg-descr b/benchmarks/iozone21/pkg-descr new file mode 100644 index 0000000..b113b73 --- /dev/null +++ b/benchmarks/iozone21/pkg-descr @@ -0,0 +1,7 @@ +Iozone: 'IO Zone' Benchmark Program + +Iozone tests the speed of sequential I/O to actual files. Therefore, +this measurement factors in the efficiency of you machines 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. diff --git a/benchmarks/iozone21/pkg-plist b/benchmarks/iozone21/pkg-plist new file mode 100644 index 0000000..c18e951 --- /dev/null +++ b/benchmarks/iozone21/pkg-plist @@ -0,0 +1,6 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/iozone +@mode 644 +man/man1/iozone.1 |