From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- benchmarks/benchfft/DESCR | 6 ++ benchmarks/benchfft/PLIST | 3 + benchmarks/benchfft/pkg/DESCR | 6 -- benchmarks/benchfft/pkg/PLIST | 3 - benchmarks/bonnie++/DESCR | 17 +++++ benchmarks/bonnie++/PLIST | 9 +++ benchmarks/bonnie++/pkg/DESCR | 17 ----- benchmarks/bonnie++/pkg/PLIST | 9 --- benchmarks/bonnie/DESCR | 17 +++++ benchmarks/bonnie/PLIST | 4 ++ benchmarks/bonnie/pkg/DESCR | 17 ----- benchmarks/bonnie/pkg/PLIST | 4 -- benchmarks/bytebench/DESCR | 5 ++ benchmarks/bytebench/PLIST | 39 ++++++++++++ benchmarks/bytebench/pkg/DESCR | 5 -- benchmarks/bytebench/pkg/PLIST | 39 ------------ benchmarks/dhrystone/DESCR | 7 +++ benchmarks/dhrystone/PLIST | 6 ++ benchmarks/dhrystone/pkg/DESCR | 7 --- benchmarks/dhrystone/pkg/PLIST | 6 -- benchmarks/fib/DESCR | 2 + benchmarks/fib/PLIST | 2 + benchmarks/fib/pkg/DESCR | 2 - benchmarks/fib/pkg/PLIST | 2 - benchmarks/flops/DESCR | 13 ++++ benchmarks/flops/PLIST | 4 ++ benchmarks/flops/pkg/DESCR | 13 ---- benchmarks/flops/pkg/PLIST | 4 -- benchmarks/hbench/DESCR | 9 +++ benchmarks/hbench/MESSAGE | 8 +++ benchmarks/hbench/PLIST.common | 30 +++++++++ benchmarks/hbench/PLIST.i386 | 29 +++++++++ benchmarks/hbench/PLIST.md | 28 +++++++++ benchmarks/hbench/pkg/DESCR | 9 --- benchmarks/hbench/pkg/MESSAGE | 8 --- benchmarks/hbench/pkg/PLIST.common | 30 --------- benchmarks/hbench/pkg/PLIST.i386 | 29 --------- benchmarks/hbench/pkg/PLIST.md | 28 --------- benchmarks/heapsort/DESCR | 15 +++++ benchmarks/heapsort/PLIST | 2 + benchmarks/heapsort/pkg/DESCR | 15 ----- benchmarks/heapsort/pkg/PLIST | 2 - benchmarks/hint/DESCR | 18 ++++++ benchmarks/hint/PLIST | 4 ++ benchmarks/hint/pkg/DESCR | 18 ------ benchmarks/hint/pkg/PLIST | 4 -- benchmarks/httperf/DESCR | 4 ++ benchmarks/httperf/PLIST | 3 + benchmarks/httperf/pkg/DESCR | 4 -- benchmarks/httperf/pkg/PLIST | 3 - benchmarks/iozone/DESCR | 3 + benchmarks/iozone/PLIST | 5 ++ benchmarks/iozone/pkg/DESCR | 3 - benchmarks/iozone/pkg/PLIST | 5 -- benchmarks/linpack-bench/DESCR | 14 +++++ benchmarks/linpack-bench/PLIST | 3 + benchmarks/linpack-bench/pkg/DESCR | 14 ----- benchmarks/linpack-bench/pkg/PLIST | 3 - benchmarks/lmbench/DESCR | 11 ++++ benchmarks/lmbench/MESSAGE | 8 +++ benchmarks/lmbench/PLIST | 124 +++++++++++++++++++++++++++++++++++++ benchmarks/lmbench/pkg/DESCR | 11 ---- benchmarks/lmbench/pkg/MESSAGE | 8 --- benchmarks/lmbench/pkg/PLIST | 124 ------------------------------------- benchmarks/netio/DESCR | 8 +++ benchmarks/netio/PLIST | 4 ++ benchmarks/netio/pkg/DESCR | 8 --- benchmarks/netio/pkg/PLIST | 4 -- benchmarks/netpipe/DESCR | 4 ++ benchmarks/netpipe/PLIST | 3 + benchmarks/netpipe/pkg/DESCR | 4 -- benchmarks/netpipe/pkg/PLIST | 3 - benchmarks/nsieve/DESCR | 9 +++ benchmarks/nsieve/PLIST | 2 + benchmarks/nsieve/pkg/DESCR | 9 --- benchmarks/nsieve/pkg/PLIST | 2 - benchmarks/paranoia/DESCR | 5 ++ benchmarks/paranoia/PLIST | 2 + benchmarks/paranoia/pkg/DESCR | 5 -- benchmarks/paranoia/pkg/PLIST | 2 - benchmarks/postmark/DESCR | 14 +++++ benchmarks/postmark/PLIST | 2 + benchmarks/postmark/pkg/DESCR | 14 ----- benchmarks/postmark/pkg/PLIST | 2 - benchmarks/ttcp/DESCR | 5 ++ benchmarks/ttcp/PLIST | 4 ++ benchmarks/ttcp/pkg/DESCR | 5 -- benchmarks/ttcp/pkg/PLIST | 4 -- benchmarks/whetstone/DESCR | 11 ++++ benchmarks/whetstone/PLIST | 2 + benchmarks/whetstone/pkg/DESCR | 11 ---- benchmarks/whetstone/pkg/PLIST | 2 - benchmarks/xengine/DESCR | 6 ++ benchmarks/xengine/PLIST | 5 ++ benchmarks/xengine/pkg/DESCR | 6 -- benchmarks/xengine/pkg/PLIST | 5 -- 96 files changed, 538 insertions(+), 538 deletions(-) create mode 100644 benchmarks/benchfft/DESCR create mode 100644 benchmarks/benchfft/PLIST delete mode 100644 benchmarks/benchfft/pkg/DESCR delete mode 100644 benchmarks/benchfft/pkg/PLIST create mode 100644 benchmarks/bonnie++/DESCR create mode 100644 benchmarks/bonnie++/PLIST delete mode 100644 benchmarks/bonnie++/pkg/DESCR delete mode 100644 benchmarks/bonnie++/pkg/PLIST create mode 100644 benchmarks/bonnie/DESCR create mode 100644 benchmarks/bonnie/PLIST delete mode 100644 benchmarks/bonnie/pkg/DESCR delete mode 100644 benchmarks/bonnie/pkg/PLIST create mode 100644 benchmarks/bytebench/DESCR create mode 100644 benchmarks/bytebench/PLIST delete mode 100644 benchmarks/bytebench/pkg/DESCR delete mode 100644 benchmarks/bytebench/pkg/PLIST create mode 100644 benchmarks/dhrystone/DESCR create mode 100644 benchmarks/dhrystone/PLIST delete mode 100644 benchmarks/dhrystone/pkg/DESCR delete mode 100644 benchmarks/dhrystone/pkg/PLIST create mode 100644 benchmarks/fib/DESCR create mode 100644 benchmarks/fib/PLIST delete mode 100644 benchmarks/fib/pkg/DESCR delete mode 100644 benchmarks/fib/pkg/PLIST create mode 100644 benchmarks/flops/DESCR create mode 100644 benchmarks/flops/PLIST delete mode 100644 benchmarks/flops/pkg/DESCR delete mode 100644 benchmarks/flops/pkg/PLIST create mode 100644 benchmarks/hbench/DESCR create mode 100644 benchmarks/hbench/MESSAGE create mode 100644 benchmarks/hbench/PLIST.common create mode 100644 benchmarks/hbench/PLIST.i386 create mode 100644 benchmarks/hbench/PLIST.md delete mode 100644 benchmarks/hbench/pkg/DESCR delete mode 100644 benchmarks/hbench/pkg/MESSAGE delete mode 100644 benchmarks/hbench/pkg/PLIST.common delete mode 100644 benchmarks/hbench/pkg/PLIST.i386 delete mode 100644 benchmarks/hbench/pkg/PLIST.md create mode 100644 benchmarks/heapsort/DESCR create mode 100644 benchmarks/heapsort/PLIST delete mode 100644 benchmarks/heapsort/pkg/DESCR delete mode 100644 benchmarks/heapsort/pkg/PLIST create mode 100644 benchmarks/hint/DESCR create mode 100644 benchmarks/hint/PLIST delete mode 100644 benchmarks/hint/pkg/DESCR delete mode 100644 benchmarks/hint/pkg/PLIST create mode 100644 benchmarks/httperf/DESCR create mode 100644 benchmarks/httperf/PLIST delete mode 100644 benchmarks/httperf/pkg/DESCR delete mode 100644 benchmarks/httperf/pkg/PLIST create mode 100644 benchmarks/iozone/DESCR create mode 100644 benchmarks/iozone/PLIST delete mode 100644 benchmarks/iozone/pkg/DESCR delete mode 100644 benchmarks/iozone/pkg/PLIST create mode 100644 benchmarks/linpack-bench/DESCR create mode 100644 benchmarks/linpack-bench/PLIST delete mode 100644 benchmarks/linpack-bench/pkg/DESCR delete mode 100644 benchmarks/linpack-bench/pkg/PLIST create mode 100644 benchmarks/lmbench/DESCR create mode 100644 benchmarks/lmbench/MESSAGE create mode 100644 benchmarks/lmbench/PLIST delete mode 100644 benchmarks/lmbench/pkg/DESCR delete mode 100644 benchmarks/lmbench/pkg/MESSAGE delete mode 100644 benchmarks/lmbench/pkg/PLIST create mode 100644 benchmarks/netio/DESCR create mode 100644 benchmarks/netio/PLIST delete mode 100644 benchmarks/netio/pkg/DESCR delete mode 100644 benchmarks/netio/pkg/PLIST create mode 100644 benchmarks/netpipe/DESCR create mode 100644 benchmarks/netpipe/PLIST delete mode 100644 benchmarks/netpipe/pkg/DESCR delete mode 100644 benchmarks/netpipe/pkg/PLIST create mode 100644 benchmarks/nsieve/DESCR create mode 100644 benchmarks/nsieve/PLIST delete mode 100644 benchmarks/nsieve/pkg/DESCR delete mode 100644 benchmarks/nsieve/pkg/PLIST create mode 100644 benchmarks/paranoia/DESCR create mode 100644 benchmarks/paranoia/PLIST delete mode 100644 benchmarks/paranoia/pkg/DESCR delete mode 100644 benchmarks/paranoia/pkg/PLIST create mode 100644 benchmarks/postmark/DESCR create mode 100644 benchmarks/postmark/PLIST delete mode 100644 benchmarks/postmark/pkg/DESCR delete mode 100644 benchmarks/postmark/pkg/PLIST create mode 100644 benchmarks/ttcp/DESCR create mode 100644 benchmarks/ttcp/PLIST delete mode 100644 benchmarks/ttcp/pkg/DESCR delete mode 100644 benchmarks/ttcp/pkg/PLIST create mode 100644 benchmarks/whetstone/DESCR create mode 100644 benchmarks/whetstone/PLIST delete mode 100644 benchmarks/whetstone/pkg/DESCR delete mode 100644 benchmarks/whetstone/pkg/PLIST create mode 100644 benchmarks/xengine/DESCR create mode 100644 benchmarks/xengine/PLIST delete mode 100644 benchmarks/xengine/pkg/DESCR delete mode 100644 benchmarks/xengine/pkg/PLIST (limited to 'benchmarks') diff --git a/benchmarks/benchfft/DESCR b/benchmarks/benchfft/DESCR new file mode 100644 index 00000000000..0dea5878e75 --- /dev/null +++ b/benchmarks/benchfft/DESCR @@ -0,0 +1,6 @@ +This is benchFFT 2.0, a program to measure the speed and accuracy of a +wide variety of FFT implementations in both C and Fortran. + +Included (in the c_source/ and f_source/ directories) are the source +codes for many publicly available FFTs, all of which are incorporated +into the benchmark. diff --git a/benchmarks/benchfft/PLIST b/benchmarks/benchfft/PLIST new file mode 100644 index 00000000000..fbf166f6565 --- /dev/null +++ b/benchmarks/benchfft/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:06 zuntum Exp $ +bin/bench-fft +bin/run-fftbench diff --git a/benchmarks/benchfft/pkg/DESCR b/benchmarks/benchfft/pkg/DESCR deleted file mode 100644 index 0dea5878e75..00000000000 --- a/benchmarks/benchfft/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -This is benchFFT 2.0, a program to measure the speed and accuracy of a -wide variety of FFT implementations in both C and Fortran. - -Included (in the c_source/ and f_source/ directories) are the source -codes for many publicly available FFTs, all of which are incorporated -into the benchmark. diff --git a/benchmarks/benchfft/pkg/PLIST b/benchmarks/benchfft/pkg/PLIST deleted file mode 100644 index 09defcc40c1..00000000000 --- a/benchmarks/benchfft/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/21 19:35:56 garbled Exp $ -bin/bench-fft -bin/run-fftbench diff --git a/benchmarks/bonnie++/DESCR b/benchmarks/bonnie++/DESCR new file mode 100644 index 00000000000..9cec6b294b1 --- /dev/null +++ b/benchmarks/bonnie++/DESCR @@ -0,0 +1,17 @@ +Bonnie: Filesystem Benchmark Program + +Bonnie++ is a benchmark suite that is aimed at performing a number of +simple tests of hard drive and file system performance. Then you can +decide which test is important and decide how to compare different systems +after running it. I have no plans to ever have it produce a single number, +because I don't think that a single number can be useful when comparing +such things. The main program tests database type access to a single file +(or a set of files if you wish to test more than 1G of storage), and it +tests creation, reading, and deleting of small files which can simulate +the usage of programs such as Squid, INN, or Maildir format email. The +ZCAV program which I initially released as a seperate package tests the +performance of different zones of a hard drive. It does not write any data +(so you can use it on full file systems). It can show why comparing the +speed of Windows at the start of a hard drive to Linux at the end of the +hard drive (typical dual-boot scenario) isn't a valid comparison. Bonnie++ +was based on the code for Bonnie by Tim Bray. diff --git a/benchmarks/bonnie++/PLIST b/benchmarks/bonnie++/PLIST new file mode 100644 index 00000000000..fef0d296cf2 --- /dev/null +++ b/benchmarks/bonnie++/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:10 zuntum Exp $ +sbin/bonnie++ +sbin/zcav +man/man1/bon_csv2html.1 +man/man1/bon_csv2txt.1 +man/man8/bonnie++.8 +man/man8/zcav.8 +bin/bon_csv2html +bin/bon_csv2txt diff --git a/benchmarks/bonnie++/pkg/DESCR b/benchmarks/bonnie++/pkg/DESCR deleted file mode 100644 index 9cec6b294b1..00000000000 --- a/benchmarks/bonnie++/pkg/DESCR +++ /dev/null @@ -1,17 +0,0 @@ -Bonnie: Filesystem Benchmark Program - -Bonnie++ is a benchmark suite that is aimed at performing a number of -simple tests of hard drive and file system performance. Then you can -decide which test is important and decide how to compare different systems -after running it. I have no plans to ever have it produce a single number, -because I don't think that a single number can be useful when comparing -such things. The main program tests database type access to a single file -(or a set of files if you wish to test more than 1G of storage), and it -tests creation, reading, and deleting of small files which can simulate -the usage of programs such as Squid, INN, or Maildir format email. The -ZCAV program which I initially released as a seperate package tests the -performance of different zones of a hard drive. It does not write any data -(so you can use it on full file systems). It can show why comparing the -speed of Windows at the start of a hard drive to Linux at the end of the -hard drive (typical dual-boot scenario) isn't a valid comparison. Bonnie++ -was based on the code for Bonnie by Tim Bray. diff --git a/benchmarks/bonnie++/pkg/PLIST b/benchmarks/bonnie++/pkg/PLIST deleted file mode 100644 index d9b81131e14..00000000000 --- a/benchmarks/bonnie++/pkg/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/16 23:20:43 garbled Exp $ -sbin/bonnie++ -sbin/zcav -man/man1/bon_csv2html.1 -man/man1/bon_csv2txt.1 -man/man8/bonnie++.8 -man/man8/zcav.8 -bin/bon_csv2html -bin/bon_csv2txt diff --git a/benchmarks/bonnie/DESCR b/benchmarks/bonnie/DESCR new file mode 100644 index 00000000000..b93807f2ffc --- /dev/null +++ b/benchmarks/bonnie/DESCR @@ -0,0 +1,17 @@ +Bonnie: Filesystem Benchmark Program + +Bonnie tests the speed of file I/O using standard C library calls. +It does reads and writes of blocks, testing for the limit of sustained +data rate (usually limited by the drive or controller) and updates on +a file (better simulating normal operating conditions and quite dependent +on drive and OS optimisations). +The per character read and write tests are generally limited by CPU speed +only on current generation hardware. It takes some 35 SPECint92 to read +or write a file at a rate of 1MB/s using getc() and putc(). +The seek tests are dependent on the buffer cache size, since the fraction +of disk blocks that fits into the buffer cache will be found without any +disk operation and will contribute zero seek time readings. I.e. if the +buffer cache is 16MB and the Bonnie test file is 32MB in size, then the +seek time will come out as half its real value. The seek time includes +rotational delay, and will thus always come out higher than specified for +a drive. diff --git a/benchmarks/bonnie/PLIST b/benchmarks/bonnie/PLIST new file mode 100644 index 00000000000..dc9fb6bfb09 --- /dev/null +++ b/benchmarks/bonnie/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:08 zuntum Exp $ +bin/bonnie +man/cat1/bonnie.0 +man/man1/bonnie.1 diff --git a/benchmarks/bonnie/pkg/DESCR b/benchmarks/bonnie/pkg/DESCR deleted file mode 100644 index b93807f2ffc..00000000000 --- a/benchmarks/bonnie/pkg/DESCR +++ /dev/null @@ -1,17 +0,0 @@ -Bonnie: Filesystem Benchmark Program - -Bonnie tests the speed of file I/O using standard C library calls. -It does reads and writes of blocks, testing for the limit of sustained -data rate (usually limited by the drive or controller) and updates on -a file (better simulating normal operating conditions and quite dependent -on drive and OS optimisations). -The per character read and write tests are generally limited by CPU speed -only on current generation hardware. It takes some 35 SPECint92 to read -or write a file at a rate of 1MB/s using getc() and putc(). -The seek tests are dependent on the buffer cache size, since the fraction -of disk blocks that fits into the buffer cache will be found without any -disk operation and will contribute zero seek time readings. I.e. if the -buffer cache is 16MB and the Bonnie test file is 32MB in size, then the -seek time will come out as half its real value. The seek time includes -rotational delay, and will thus always come out higher than specified for -a drive. diff --git a/benchmarks/bonnie/pkg/PLIST b/benchmarks/bonnie/pkg/PLIST deleted file mode 100644 index 19f4043f1db..00000000000 --- a/benchmarks/bonnie/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1998/02/26 23:32:17 tron Exp $ -bin/bonnie -man/cat1/bonnie.0 -man/man1/bonnie.1 diff --git a/benchmarks/bytebench/DESCR b/benchmarks/bytebench/DESCR new file mode 100644 index 00000000000..226b8113473 --- /dev/null +++ b/benchmarks/bytebench/DESCR @@ -0,0 +1,5 @@ +BYTE's UNIX benchmarking suite is small enough to port easily to any UNIX +system, yet diverse and flexible enough to be useful for a wide spectrum of +benchmarking requirements. Besides, they're in the public domain, so they can +be obtained for little, if any, cost. What better reason do you need to use +them? diff --git a/benchmarks/bytebench/PLIST b/benchmarks/bytebench/PLIST new file mode 100644 index 00000000000..fa741f5154c --- /dev/null +++ b/benchmarks/bytebench/PLIST @@ -0,0 +1,39 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:11 zuntum Exp $ +bin/run-byte +libexec/bytebench/arithoh +libexec/bytebench/byte.logo +libexec/bytebench/cleanup.sh +libexec/bytebench/context1 +libexec/bytebench/dhry2 +libexec/bytebench/dhry2reg +libexec/bytebench/double +libexec/bytebench/execl +libexec/bytebench/float +libexec/bytebench/fs.awk +libexec/bytebench/fstime +libexec/bytebench/hanoi +libexec/bytebench/index.awk +libexec/bytebench/index.base +libexec/bytebench/index.sh +libexec/bytebench/int +libexec/bytebench/long +libexec/bytebench/looper +libexec/bytebench/loopm.awk +libexec/bytebench/loops.awk +libexec/bytebench/multi.sh +libexec/bytebench/pipe +libexec/bytebench/register +libexec/bytebench/report.awk +libexec/bytebench/report.sh +libexec/bytebench/short +libexec/bytebench/spawn +libexec/bytebench/syscall +libexec/bytebench/tst.sh +share/bytebench/cctest.c +share/bytebench/dc.dat +share/bytebench/sort.src +share/doc/bytebench/bench.doc +share/doc/bytebench/bench3.doc +@dirrm share/doc/bytebench +@unexec rm -rf %D/share/bytebench +@dirrm libexec/bytebench diff --git a/benchmarks/bytebench/pkg/DESCR b/benchmarks/bytebench/pkg/DESCR deleted file mode 100644 index 226b8113473..00000000000 --- a/benchmarks/bytebench/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -BYTE's UNIX benchmarking suite is small enough to port easily to any UNIX -system, yet diverse and flexible enough to be useful for a wide spectrum of -benchmarking requirements. Besides, they're in the public domain, so they can -be obtained for little, if any, cost. What better reason do you need to use -them? diff --git a/benchmarks/bytebench/pkg/PLIST b/benchmarks/bytebench/pkg/PLIST deleted file mode 100644 index 0fe72267009..00000000000 --- a/benchmarks/bytebench/pkg/PLIST +++ /dev/null @@ -1,39 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/08/04 08:50:17 jlam Exp $ -bin/run-byte -libexec/bytebench/arithoh -libexec/bytebench/byte.logo -libexec/bytebench/cleanup.sh -libexec/bytebench/context1 -libexec/bytebench/dhry2 -libexec/bytebench/dhry2reg -libexec/bytebench/double -libexec/bytebench/execl -libexec/bytebench/float -libexec/bytebench/fs.awk -libexec/bytebench/fstime -libexec/bytebench/hanoi -libexec/bytebench/index.awk -libexec/bytebench/index.base -libexec/bytebench/index.sh -libexec/bytebench/int -libexec/bytebench/long -libexec/bytebench/looper -libexec/bytebench/loopm.awk -libexec/bytebench/loops.awk -libexec/bytebench/multi.sh -libexec/bytebench/pipe -libexec/bytebench/register -libexec/bytebench/report.awk -libexec/bytebench/report.sh -libexec/bytebench/short -libexec/bytebench/spawn -libexec/bytebench/syscall -libexec/bytebench/tst.sh -share/bytebench/cctest.c -share/bytebench/dc.dat -share/bytebench/sort.src -share/doc/bytebench/bench.doc -share/doc/bytebench/bench3.doc -@dirrm share/doc/bytebench -@unexec rm -rf %D/share/bytebench -@dirrm libexec/bytebench diff --git a/benchmarks/dhrystone/DESCR b/benchmarks/dhrystone/DESCR new file mode 100644 index 00000000000..744552e6cb8 --- /dev/null +++ b/benchmarks/dhrystone/DESCR @@ -0,0 +1,7 @@ +Here is Reinhold Weicker's DHRYSTONE 2.1 benchmark, slightly modified +by me for instrumentation purposes only. This is an integer CPU +benchmark. The differences between 2.0 and 2.1 are minor, and +I believe that 2.0 and 2.1 results are comparable. + +Best results will be achieved by running the benchmark with more than +1 million iterations. diff --git a/benchmarks/dhrystone/PLIST b/benchmarks/dhrystone/PLIST new file mode 100644 index 00000000000..a519a486ce5 --- /dev/null +++ b/benchmarks/dhrystone/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:13 zuntum Exp $ +bin/dry2 +bin/dry2reg +share/doc/dhrystone/clarify.doc +share/doc/dhrystone/Rationale +@dirrm share/doc/dhrystone diff --git a/benchmarks/dhrystone/pkg/DESCR b/benchmarks/dhrystone/pkg/DESCR deleted file mode 100644 index 744552e6cb8..00000000000 --- a/benchmarks/dhrystone/pkg/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -Here is Reinhold Weicker's DHRYSTONE 2.1 benchmark, slightly modified -by me for instrumentation purposes only. This is an integer CPU -benchmark. The differences between 2.0 and 2.1 are minor, and -I believe that 2.0 and 2.1 results are comparable. - -Best results will be achieved by running the benchmark with more than -1 million iterations. diff --git a/benchmarks/dhrystone/pkg/PLIST b/benchmarks/dhrystone/pkg/PLIST deleted file mode 100644 index 8eea1da851c..00000000000 --- a/benchmarks/dhrystone/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 1998/08/30 17:39:22 garbled Exp $ -bin/dry2 -bin/dry2reg -share/doc/dhrystone/clarify.doc -share/doc/dhrystone/Rationale -@dirrm share/doc/dhrystone diff --git a/benchmarks/fib/DESCR b/benchmarks/fib/DESCR new file mode 100644 index 00000000000..ffce64a985a --- /dev/null +++ b/benchmarks/fib/DESCR @@ -0,0 +1,2 @@ +This benchmark times how long it takes your computer to compute the +fourtieth Fibonacci Number. diff --git a/benchmarks/fib/PLIST b/benchmarks/fib/PLIST new file mode 100644 index 00000000000..3d665cb2aa8 --- /dev/null +++ b/benchmarks/fib/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:15 zuntum Exp $ +bin/fib diff --git a/benchmarks/fib/pkg/DESCR b/benchmarks/fib/pkg/DESCR deleted file mode 100644 index ffce64a985a..00000000000 --- a/benchmarks/fib/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This benchmark times how long it takes your computer to compute the -fourtieth Fibonacci Number. diff --git a/benchmarks/fib/pkg/PLIST b/benchmarks/fib/pkg/PLIST deleted file mode 100644 index f2cef369dd9..00000000000 --- a/benchmarks/fib/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/22 05:55:46 garbled Exp $ -bin/fib diff --git a/benchmarks/flops/DESCR b/benchmarks/flops/DESCR new file mode 100644 index 00000000000..c8e1f5296cd --- /dev/null +++ b/benchmarks/flops/DESCR @@ -0,0 +1,13 @@ + Flops.c is a 'c' program which attempts to estimate your systems + floating-point 'MFLOPS' rating for the FADD, FSUB, FMUL, and FDIV + operations based on specific 'instruction mixes' (discussed below). + The program provides an estimate of PEAK MFLOPS performance by making + maximal use of register variables with minimal interaction with main + memory. The execution loops are all small so that they will fit in + any cache. Flops.c can be used along with Linpack and the Livermore + kernels (which exercise memory much more extensively) to gain further + insight into the limits of system performance. The flops.c execution + modules include various percent weightings of FDIV's (from 0% to 25% + FDIV's) so that the range of performance can be obtained when using + FDIV's. FDIV's, being computationally more intensive than FADD's or + FMUL's, can impact performance considerably on some systems. diff --git a/benchmarks/flops/PLIST b/benchmarks/flops/PLIST new file mode 100644 index 00000000000..b067320cfad --- /dev/null +++ b/benchmarks/flops/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:16 zuntum Exp $ +bin/flops +share/doc/flops/flops.doc +@dirrm share/doc/flops diff --git a/benchmarks/flops/pkg/DESCR b/benchmarks/flops/pkg/DESCR deleted file mode 100644 index c8e1f5296cd..00000000000 --- a/benchmarks/flops/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ - Flops.c is a 'c' program which attempts to estimate your systems - floating-point 'MFLOPS' rating for the FADD, FSUB, FMUL, and FDIV - operations based on specific 'instruction mixes' (discussed below). - The program provides an estimate of PEAK MFLOPS performance by making - maximal use of register variables with minimal interaction with main - memory. The execution loops are all small so that they will fit in - any cache. Flops.c can be used along with Linpack and the Livermore - kernels (which exercise memory much more extensively) to gain further - insight into the limits of system performance. The flops.c execution - modules include various percent weightings of FDIV's (from 0% to 25% - FDIV's) so that the range of performance can be obtained when using - FDIV's. FDIV's, being computationally more intensive than FADD's or - FMUL's, can impact performance considerably on some systems. diff --git a/benchmarks/flops/pkg/PLIST b/benchmarks/flops/pkg/PLIST deleted file mode 100644 index d971bf612d4..00000000000 --- a/benchmarks/flops/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/22 05:26:33 garbled Exp $ -bin/flops -share/doc/flops/flops.doc -@dirrm share/doc/flops diff --git a/benchmarks/hbench/DESCR b/benchmarks/hbench/DESCR new file mode 100644 index 00000000000..fe0863bc1e4 --- /dev/null +++ b/benchmarks/hbench/DESCR @@ -0,0 +1,9 @@ +HBench-OS is a suite of portable benchmarks designed to measure the +performance of primitive functionality provided by an operating +system/hardware platform. HBench-OS was designed primarily as a +research tool for the systems research and OS development communities, +and thus its major design goal is to provide a flexible system for +reproducible, accurate, and statistically-sound performance analysis +and evaluation. These characteristics make it ideal for both +performance research as well as more traditional consumer-oriented +performance measurement and analysis. diff --git a/benchmarks/hbench/MESSAGE b/benchmarks/hbench/MESSAGE new file mode 100644 index 00000000000..b9c171811f8 --- /dev/null +++ b/benchmarks/hbench/MESSAGE @@ -0,0 +1,8 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 23:45:18 zuntum Exp $ + +Execute "run-hbench" to run the benchmark. +There is a Makefile in the ${PREFIX}/share/hbench/Results directory +that can be used to format and summarize your results as well. + +====================================================================== diff --git a/benchmarks/hbench/PLIST.common b/benchmarks/hbench/PLIST.common new file mode 100644 index 00000000000..b0aa71dd69b --- /dev/null +++ b/benchmarks/hbench/PLIST.common @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST.common,v 1.1 2001/10/31 23:48:36 zuntum Exp $ +bin/hbench/argsort +bin/hbench/config.guess +bin/hbench/config.sub +bin/hbench/create-all-analyses +bin/hbench/create-all-latgraphs +bin/hbench/create-all-summaries +bin/hbench/depend +bin/hbench/gen-analysis +bin/hbench/gen-latgraph +bin/hbench/gen-summary +bin/hbench/getostype +bin/hbench/interactive-setup +bin/hbench/maindriver +bin/hbench/stats-full +bin/hbench/stats-single +bin/run-hbench +share/doc/hbench/README +share/doc/hbench/benchmark-descriptions +share/doc/hbench/interpreting-results +share/doc/hbench/sigmetrics97-paper.ps.gz +share/doc/hbench/using-hbench +share/hbench/Results/Makefile +share/hbench/conf/full.test +share/hbench/conf/sample.run +@dirrm bin/hbench +@dirrm share/doc/hbench +@dirrm share/hbench/Results +@dirrm share/hbench/conf +@dirrm share/hbench diff --git a/benchmarks/hbench/PLIST.i386 b/benchmarks/hbench/PLIST.i386 new file mode 100644 index 00000000000..25a2c1dd21e --- /dev/null +++ b/benchmarks/hbench/PLIST.i386 @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST.i386,v 1.1 2001/10/31 23:48:36 zuntum Exp $ +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_bzero +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_file_rd +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_mem_cp +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_mem_rd +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_mem_wr +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_mmap_rd +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_pipe +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_tcp +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/hello +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/hello-s +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_connect +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_ctx +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_ctx2 +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_fs +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_fslayer +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_mem_rd +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_mmap +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_pipe +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_proc +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_rpc +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_sig +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_syscall +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_tcp +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_udp +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/memsize +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/mhz +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/mhz-counter +@dirrm bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c diff --git a/benchmarks/hbench/PLIST.md b/benchmarks/hbench/PLIST.md new file mode 100644 index 00000000000..eb8d29ce3f5 --- /dev/null +++ b/benchmarks/hbench/PLIST.md @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST.md,v 1.1 2001/10/31 23:48:36 zuntum Exp $ +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_bzero +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_file_rd +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_mem_cp +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_mem_rd +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_mem_wr +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_mmap_rd +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_pipe +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_tcp +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/hello +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/hello-s +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_connect +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_ctx +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_ctx2 +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_fs +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_fslayer +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_mem_rd +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_mmap +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_pipe +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_proc +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_rpc +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_sig +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_syscall +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_tcp +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_udp +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/memsize +bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/mhz +@dirrm bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH} diff --git a/benchmarks/hbench/pkg/DESCR b/benchmarks/hbench/pkg/DESCR deleted file mode 100644 index fe0863bc1e4..00000000000 --- a/benchmarks/hbench/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -HBench-OS is a suite of portable benchmarks designed to measure the -performance of primitive functionality provided by an operating -system/hardware platform. HBench-OS was designed primarily as a -research tool for the systems research and OS development communities, -and thus its major design goal is to provide a flexible system for -reproducible, accurate, and statistically-sound performance analysis -and evaluation. These characteristics make it ideal for both -performance research as well as more traditional consumer-oriented -performance measurement and analysis. diff --git a/benchmarks/hbench/pkg/MESSAGE b/benchmarks/hbench/pkg/MESSAGE deleted file mode 100644 index 504533c593e..00000000000 --- a/benchmarks/hbench/pkg/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ -====================================================================== -$NetBSD: MESSAGE,v 1.2 2001/02/06 14:24:04 wiz Exp $ - -Execute "run-hbench" to run the benchmark. -There is a Makefile in the ${PREFIX}/share/hbench/Results directory -that can be used to format and summarize your results as well. - -====================================================================== diff --git a/benchmarks/hbench/pkg/PLIST.common b/benchmarks/hbench/pkg/PLIST.common deleted file mode 100644 index abae761c853..00000000000 --- a/benchmarks/hbench/pkg/PLIST.common +++ /dev/null @@ -1,30 +0,0 @@ -@comment $NetBSD: PLIST.common,v 1.2 2000/08/28 23:03:55 wiz Exp $ -bin/hbench/argsort -bin/hbench/config.guess -bin/hbench/config.sub -bin/hbench/create-all-analyses -bin/hbench/create-all-latgraphs -bin/hbench/create-all-summaries -bin/hbench/depend -bin/hbench/gen-analysis -bin/hbench/gen-latgraph -bin/hbench/gen-summary -bin/hbench/getostype -bin/hbench/interactive-setup -bin/hbench/maindriver -bin/hbench/stats-full -bin/hbench/stats-single -bin/run-hbench -share/doc/hbench/README -share/doc/hbench/benchmark-descriptions -share/doc/hbench/interpreting-results -share/doc/hbench/sigmetrics97-paper.ps.gz -share/doc/hbench/using-hbench -share/hbench/Results/Makefile -share/hbench/conf/full.test -share/hbench/conf/sample.run -@dirrm bin/hbench -@dirrm share/doc/hbench -@dirrm share/hbench/Results -@dirrm share/hbench/conf -@dirrm share/hbench diff --git a/benchmarks/hbench/pkg/PLIST.i386 b/benchmarks/hbench/pkg/PLIST.i386 deleted file mode 100644 index 1e0fb51dd89..00000000000 --- a/benchmarks/hbench/pkg/PLIST.i386 +++ /dev/null @@ -1,29 +0,0 @@ -@comment $NetBSD: PLIST.i386,v 1.3 1999/09/06 04:48:54 sakamoto Exp $ -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_bzero -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_file_rd -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_mem_cp -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_mem_rd -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_mem_wr -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_mmap_rd -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_pipe -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/bw_tcp -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/hello -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/hello-s -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_connect -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_ctx -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_ctx2 -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_fs -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_fslayer -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_mem_rd -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_mmap -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_pipe -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_proc -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_rpc -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_sig -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_syscall -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_tcp -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/lat_udp -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/memsize -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/mhz -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c/mhz-counter -@dirrm bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}-c diff --git a/benchmarks/hbench/pkg/PLIST.md b/benchmarks/hbench/pkg/PLIST.md deleted file mode 100644 index 8740c2b5b45..00000000000 --- a/benchmarks/hbench/pkg/PLIST.md +++ /dev/null @@ -1,28 +0,0 @@ -@comment $NetBSD: PLIST.md,v 1.3 1999/09/06 04:48:54 sakamoto Exp $ -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_bzero -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_file_rd -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_mem_cp -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_mem_rd -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_mem_wr -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_mmap_rd -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_pipe -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/bw_tcp -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/hello -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/hello-s -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_connect -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_ctx -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_ctx2 -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_fs -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_fslayer -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_mem_rd -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_mmap -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_pipe -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_proc -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_rpc -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_sig -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_syscall -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_tcp -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/lat_udp -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/memsize -bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH}/mhz -@dirrm bin/hbench/${LOWER_OPSYS}${OS_VERSION}-${MACHINE_ARCH} diff --git a/benchmarks/heapsort/DESCR b/benchmarks/heapsort/DESCR new file mode 100644 index 00000000000..5b5e893272b --- /dev/null +++ b/benchmarks/heapsort/DESCR @@ -0,0 +1,15 @@ +Based on the Heap Sort code in 'Numerical Recipes in C' by William H. +Press, Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling, +Cambridge University Press, 1990, ISBN 0-521-35465-X. + +The MIPS rating is based upon the program run time (runtime) for one +iteration and a gcc 2.1 unoptimized (gcc -DUNIX) assembly dump count of +instructions per iteration for a i486 machine (assuming 80386 code). This +is the reference used. + +The maximum amount of memory allocated is based on the 'imax' variable in +main(). Memory size = (2000*sizeof(long))*2^imax. imax is currently set to +8, but this value may be increased or decreased depending upon your system +memory limits. For standard Intel PC CPU machines a value of imax = 3 must +be used else your system may crash or hang up despite code in the program +to prevent this. diff --git a/benchmarks/heapsort/PLIST b/benchmarks/heapsort/PLIST new file mode 100644 index 00000000000..04c8814383d --- /dev/null +++ b/benchmarks/heapsort/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:20 zuntum Exp $ +bin/heapsort diff --git a/benchmarks/heapsort/pkg/DESCR b/benchmarks/heapsort/pkg/DESCR deleted file mode 100644 index 5b5e893272b..00000000000 --- a/benchmarks/heapsort/pkg/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -Based on the Heap Sort code in 'Numerical Recipes in C' by William H. -Press, Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling, -Cambridge University Press, 1990, ISBN 0-521-35465-X. - -The MIPS rating is based upon the program run time (runtime) for one -iteration and a gcc 2.1 unoptimized (gcc -DUNIX) assembly dump count of -instructions per iteration for a i486 machine (assuming 80386 code). This -is the reference used. - -The maximum amount of memory allocated is based on the 'imax' variable in -main(). Memory size = (2000*sizeof(long))*2^imax. imax is currently set to -8, but this value may be increased or decreased depending upon your system -memory limits. For standard Intel PC CPU machines a value of imax = 3 must -be used else your system may crash or hang up despite code in the program -to prevent this. diff --git a/benchmarks/heapsort/pkg/PLIST b/benchmarks/heapsort/pkg/PLIST deleted file mode 100644 index 22f98711670..00000000000 --- a/benchmarks/heapsort/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/22 06:07:24 garbled Exp $ -bin/heapsort diff --git a/benchmarks/hint/DESCR b/benchmarks/hint/DESCR new file mode 100644 index 00000000000..673f746a507 --- /dev/null +++ b/benchmarks/hint/DESCR @@ -0,0 +1,18 @@ +HINT (Hierarchical INTegration) is a computer benchmarking tool +developed at the Scalable Computing Laboratory of the Ames Laboratory, +a US Department of Energy laboratory. Unlike traditional benchmarks, +HINT neither fixes the size of the problem nor the calculation time. +Instead, it uses a rigorously defined measure called QUIPS (QUality +Improvements Per Second). + +The output of HINT is data which can be plotted (the gnuplot graphics +package is useful for plotting HINT output). The plot shows the speed +of the computation as the size of the problem increases. The HINT +graph shows the peak processor speed and the effects of different +levels of cache and memory on processing speed. See +http://www.scl.ameslab.gov/Projects/HINT/ for more information and +an on-line database of HINT results. + +HINT also outputs a single number which is the integral of the HINT +curve. This number, called NetQUIPS, can be used for general +comparison between machines. diff --git a/benchmarks/hint/PLIST b/benchmarks/hint/PLIST new file mode 100644 index 00000000000..14778662113 --- /dev/null +++ b/benchmarks/hint/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:22 zuntum Exp $ +bin/hint-double +bin/hint-int +man/man1/hint.1 diff --git a/benchmarks/hint/pkg/DESCR b/benchmarks/hint/pkg/DESCR deleted file mode 100644 index 673f746a507..00000000000 --- a/benchmarks/hint/pkg/DESCR +++ /dev/null @@ -1,18 +0,0 @@ -HINT (Hierarchical INTegration) is a computer benchmarking tool -developed at the Scalable Computing Laboratory of the Ames Laboratory, -a US Department of Energy laboratory. Unlike traditional benchmarks, -HINT neither fixes the size of the problem nor the calculation time. -Instead, it uses a rigorously defined measure called QUIPS (QUality -Improvements Per Second). - -The output of HINT is data which can be plotted (the gnuplot graphics -package is useful for plotting HINT output). The plot shows the speed -of the computation as the size of the problem increases. The HINT -graph shows the peak processor speed and the effects of different -levels of cache and memory on processing speed. See -http://www.scl.ameslab.gov/Projects/HINT/ for more information and -an on-line database of HINT results. - -HINT also outputs a single number which is the integral of the HINT -curve. This number, called NetQUIPS, can be used for general -comparison between machines. diff --git a/benchmarks/hint/pkg/PLIST b/benchmarks/hint/pkg/PLIST deleted file mode 100644 index 09923ceb5c0..00000000000 --- a/benchmarks/hint/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 1999/02/10 18:49:18 explorer Exp $ -bin/hint-double -bin/hint-int -man/man1/hint.1 diff --git a/benchmarks/httperf/DESCR b/benchmarks/httperf/DESCR new file mode 100644 index 00000000000..045c1f22152 --- /dev/null +++ b/benchmarks/httperf/DESCR @@ -0,0 +1,4 @@ +httperf is a popular web server benchmarking program that supports +the HTTP/1.1 protocol + +It was written by David Mosberger at Hewlett-Packard. diff --git a/benchmarks/httperf/PLIST b/benchmarks/httperf/PLIST new file mode 100644 index 00000000000..31adf9e32cf --- /dev/null +++ b/benchmarks/httperf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:24 zuntum Exp $ +bin/httperf +man/man1/httperf.1 diff --git a/benchmarks/httperf/pkg/DESCR b/benchmarks/httperf/pkg/DESCR deleted file mode 100644 index 045c1f22152..00000000000 --- a/benchmarks/httperf/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -httperf is a popular web server benchmarking program that supports -the HTTP/1.1 protocol - -It was written by David Mosberger at Hewlett-Packard. diff --git a/benchmarks/httperf/pkg/PLIST b/benchmarks/httperf/pkg/PLIST deleted file mode 100644 index f0560698fe3..00000000000 --- a/benchmarks/httperf/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/16 22:53:28 thorpej Exp $ -bin/httperf -man/man1/httperf.1 diff --git a/benchmarks/iozone/DESCR b/benchmarks/iozone/DESCR new file mode 100644 index 00000000000..f975af6442b --- /dev/null +++ b/benchmarks/iozone/DESCR @@ -0,0 +1,3 @@ +This test writes a X MEGABYTE sequential file in Y byte chunks, then +rewinds it and reads it back. [The size of the file should be +big enough to factor out the effect of any disk cache.] diff --git a/benchmarks/iozone/PLIST b/benchmarks/iozone/PLIST new file mode 100644 index 00000000000..d72a1002840 --- /dev/null +++ b/benchmarks/iozone/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:25 zuntum Exp $ +bin/iozone +man/man1/iozone.1 +share/doc/IOzone/IOzone_ps.gz +@dirrm share/doc/IOzone diff --git a/benchmarks/iozone/pkg/DESCR b/benchmarks/iozone/pkg/DESCR deleted file mode 100644 index f975af6442b..00000000000 --- a/benchmarks/iozone/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -This test writes a X MEGABYTE sequential file in Y byte chunks, then -rewinds it and reads it back. [The size of the file should be -big enough to factor out the effect of any disk cache.] diff --git a/benchmarks/iozone/pkg/PLIST b/benchmarks/iozone/pkg/PLIST deleted file mode 100644 index 9202ef1b511..00000000000 --- a/benchmarks/iozone/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2000/05/03 09:13:16 pooka Exp $ -bin/iozone -man/man1/iozone.1 -share/doc/IOzone/IOzone_ps.gz -@dirrm share/doc/IOzone diff --git a/benchmarks/linpack-bench/DESCR b/benchmarks/linpack-bench/DESCR new file mode 100644 index 00000000000..948be490455 --- /dev/null +++ b/benchmarks/linpack-bench/DESCR @@ -0,0 +1,14 @@ +Translated to C by Bonnie Toy 5/88 + +LINPACK is a collection of Fortran subroutines that analyze and solve +linear equations and linear least-squares problems. The package solves +linear systems whose matrices are general, banded, symmetric indefinite, +symmetric positive definite, triangular, and tridiagonal square. In +addition, the package computes the QR and singular value decompositions of +rectangular matrices and applies them to least-squares problems. LINPACK +uses column-oriented algorithms to increase efficiency by preserving +locality of reference. + +LINPACK was designed for supercomputers in use in the 1970s and early +1980s. LINPACK has been largely superceded by LAPACK, which has been +designed to run efficiently on shared-memory, vector supercomputers. diff --git a/benchmarks/linpack-bench/PLIST b/benchmarks/linpack-bench/PLIST new file mode 100644 index 00000000000..911b02c5dc5 --- /dev/null +++ b/benchmarks/linpack-bench/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:27 zuntum Exp $ +bin/linpackd +bin/linpacks diff --git a/benchmarks/linpack-bench/pkg/DESCR b/benchmarks/linpack-bench/pkg/DESCR deleted file mode 100644 index 948be490455..00000000000 --- a/benchmarks/linpack-bench/pkg/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -Translated to C by Bonnie Toy 5/88 - -LINPACK is a collection of Fortran subroutines that analyze and solve -linear equations and linear least-squares problems. The package solves -linear systems whose matrices are general, banded, symmetric indefinite, -symmetric positive definite, triangular, and tridiagonal square. In -addition, the package computes the QR and singular value decompositions of -rectangular matrices and applies them to least-squares problems. LINPACK -uses column-oriented algorithms to increase efficiency by preserving -locality of reference. - -LINPACK was designed for supercomputers in use in the 1970s and early -1980s. LINPACK has been largely superceded by LAPACK, which has been -designed to run efficiently on shared-memory, vector supercomputers. diff --git a/benchmarks/linpack-bench/pkg/PLIST b/benchmarks/linpack-bench/pkg/PLIST deleted file mode 100644 index 0bc91017276..00000000000 --- a/benchmarks/linpack-bench/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 22:29:40 jtb Exp $ -bin/linpackd -bin/linpacks diff --git a/benchmarks/lmbench/DESCR b/benchmarks/lmbench/DESCR new file mode 100644 index 00000000000..8a9f3d97e7c --- /dev/null +++ b/benchmarks/lmbench/DESCR @@ -0,0 +1,11 @@ + lmbench is a micro-benchmark suite designed to focus attention + on the basic building blocks of many common system applications, + such as databases, simulations, software development, and + networking. In almost all cases, the individual tests are + the result of analysis and isolation of a customer's actual + performance problem. These tools can be, and currently are, + used to compare different system implementations from different + vendors. The tools have been and continue to be used by processor + designers. In several cases, the benchmarks have uncovered + previously unknown bugs and design flaws. lmbench includes an + extensible database of results from systems current as of late 1995. diff --git a/benchmarks/lmbench/MESSAGE b/benchmarks/lmbench/MESSAGE new file mode 100644 index 00000000000..532e111df5b --- /dev/null +++ b/benchmarks/lmbench/MESSAGE @@ -0,0 +1,8 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 23:45:29 zuntum Exp $ + +Execute "run-lmbench" to run the benchmark. +There is a Makefile in the ${PREFIX}/share/lmbench/results directory +that can be used to format your results as well. + +====================================================================== diff --git a/benchmarks/lmbench/PLIST b/benchmarks/lmbench/PLIST new file mode 100644 index 00000000000..530040b0dc0 --- /dev/null +++ b/benchmarks/lmbench/PLIST @@ -0,0 +1,124 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:29 zuntum Exp $ +bin/run-lmbench +bin/lmbench/bw_file_rd +bin/lmbench/bw_mem +bin/lmbench/bw_mmap_rd +bin/lmbench/bw_pipe +bin/lmbench/bw_tcp +bin/lmbench/bw_unix +bin/lmbench/disk +bin/lmbench/enough +bin/lmbench/flushdisk +bin/lmbench/hello +bin/lmbench/lat_connect +bin/lmbench/lat_ctx +bin/lmbench/lat_fifo +bin/lmbench/lat_fs +bin/lmbench/lat_http +bin/lmbench/lat_mem_rd +bin/lmbench/lat_mmap +bin/lmbench/lat_pagefault +bin/lmbench/lat_pipe +bin/lmbench/lat_proc +bin/lmbench/lat_rpc +bin/lmbench/lat_select +bin/lmbench/lat_sig +bin/lmbench/lat_syscall +bin/lmbench/lat_tcp +bin/lmbench/lat_udp +bin/lmbench/lmdd +bin/lmbench/lat_unix +bin/lmbench/lat_unix_connect +bin/lmbench/lmhttp +bin/lmbench/loop_o +bin/lmbench/memsize +bin/lmbench/mhz +bin/lmbench/msleep +bin/lmbench/timing_o +bin/lmbench/allctx +bin/lmbench/allmem +bin/lmbench/bargraph +bin/lmbench/bghtml +bin/lmbench/compiler +bin/lmbench/config +bin/lmbench/config-run +bin/lmbench/depend +bin/lmbench/do_ctx +bin/lmbench/getbg +bin/lmbench/getbw +bin/lmbench/getctx +bin/lmbench/getdisk +bin/lmbench/getlist +bin/lmbench/getmax +bin/lmbench/getmem +bin/lmbench/getpercent +bin/lmbench/getsummary +bin/lmbench/gifs +bin/lmbench/gnu-os +bin/lmbench/graph +bin/lmbench/os +bin/lmbench/html-list +bin/lmbench/html-man +bin/lmbench/info +bin/lmbench/info-template +bin/lmbench/lmbench +bin/lmbench/man2html +bin/lmbench/mkrelease +bin/lmbench/new2oldctx +bin/lmbench/opercent +bin/lmbench/percent +bin/lmbench/rccs +bin/lmbench/results +bin/lmbench/save +bin/lmbench/stats +bin/lmbench/synchronize +bin/lmbench/target +bin/lmbench/version +bin/lmbench/xroff +man/man1/graph.1 +man/man1/bargraph.1 +man/man3/lmbench.3 +man/man3/reporting.3 +man/man3/results.3 +man/man3/timing.3 +man/man8/lmbench.8 +man/man8/lat_proc.8 +man/man8/lat_mmap.8 +man/man8/lat_ctx.8 +man/man8/lat_syscall.8 +man/man8/lat_pipe.8 +man/man8/lat_tcp.8 +man/man8/lat_udp.8 +man/man8/lat_rpc.8 +man/man8/lat_connect.8 +man/man8/lat_fs.8 +man/man8/lat_pagefault.8 +man/man8/lat_mem_rd.8 +man/man8/bw_file_rd.8 +man/man8/bw_mem_cp.8 +man/man8/bw_mem_rd.8 +man/man8/bw_mem_wr.8 +man/man8/bw_mmap_rd.8 +man/man8/bw_pipe.8 +man/man8/bw_tcp.8 +man/man8/mhz.8 +man/man8/lmdd.8 +share/lmbench/results/Makefile +share/lmbench/webpage-lm/URLS +share/lmbench/webpage-lm/index.html +share/lmbench/webpage-lm/gifs/blueline +share/lmbench/webpage-lm/gifs/cclip3.gif +share/lmbench/webpage-lm/gifs/eyes.gif +share/lmbench/webpage-lm/gifs/eyesleft.gif +share/lmbench/webpage-lm/gifs/line1.gif +share/lmbench/webpage-lm/gifs/new.gif +share/lmbench/webpage-lm/gifs/pookline.gif +share/lmbench/webpage-lm/gifs/rib_bar_wh.gif +share/lmbench/webpage-lm/gifs/sgi_logo.gif +share/lmbench/webpage-lm/gifs/snow-bg2.jpg +share/lmbench/webpage-lm/gifs/spam-not.gif +share/lmbench/webpage-lm/pictures/me-small.jpg +@dirrm share/lmbench/webpage-lm/gifs +@dirrm share/lmbench/webpage-lm/pictures +@dirrm share/lmbench/webpage-lm +@dirrm bin/lmbench diff --git a/benchmarks/lmbench/pkg/DESCR b/benchmarks/lmbench/pkg/DESCR deleted file mode 100644 index 8a9f3d97e7c..00000000000 --- a/benchmarks/lmbench/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ - lmbench is a micro-benchmark suite designed to focus attention - on the basic building blocks of many common system applications, - such as databases, simulations, software development, and - networking. In almost all cases, the individual tests are - the result of analysis and isolation of a customer's actual - performance problem. These tools can be, and currently are, - used to compare different system implementations from different - vendors. The tools have been and continue to be used by processor - designers. In several cases, the benchmarks have uncovered - previously unknown bugs and design flaws. lmbench includes an - extensible database of results from systems current as of late 1995. diff --git a/benchmarks/lmbench/pkg/MESSAGE b/benchmarks/lmbench/pkg/MESSAGE deleted file mode 100644 index b2de29b8c04..00000000000 --- a/benchmarks/lmbench/pkg/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ -====================================================================== -$NetBSD: MESSAGE,v 1.2 2001/02/06 14:24:04 wiz Exp $ - -Execute "run-lmbench" to run the benchmark. -There is a Makefile in the ${PREFIX}/share/lmbench/results directory -that can be used to format your results as well. - -====================================================================== diff --git a/benchmarks/lmbench/pkg/PLIST b/benchmarks/lmbench/pkg/PLIST deleted file mode 100644 index a7df2c0e627..00000000000 --- a/benchmarks/lmbench/pkg/PLIST +++ /dev/null @@ -1,124 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 1998/08/30 17:46:27 garbled Exp $ -bin/run-lmbench -bin/lmbench/bw_file_rd -bin/lmbench/bw_mem -bin/lmbench/bw_mmap_rd -bin/lmbench/bw_pipe -bin/lmbench/bw_tcp -bin/lmbench/bw_unix -bin/lmbench/disk -bin/lmbench/enough -bin/lmbench/flushdisk -bin/lmbench/hello -bin/lmbench/lat_connect -bin/lmbench/lat_ctx -bin/lmbench/lat_fifo -bin/lmbench/lat_fs -bin/lmbench/lat_http -bin/lmbench/lat_mem_rd -bin/lmbench/lat_mmap -bin/lmbench/lat_pagefault -bin/lmbench/lat_pipe -bin/lmbench/lat_proc -bin/lmbench/lat_rpc -bin/lmbench/lat_select -bin/lmbench/lat_sig -bin/lmbench/lat_syscall -bin/lmbench/lat_tcp -bin/lmbench/lat_udp -bin/lmbench/lmdd -bin/lmbench/lat_unix -bin/lmbench/lat_unix_connect -bin/lmbench/lmhttp -bin/lmbench/loop_o -bin/lmbench/memsize -bin/lmbench/mhz -bin/lmbench/msleep -bin/lmbench/timing_o -bin/lmbench/allctx -bin/lmbench/allmem -bin/lmbench/bargraph -bin/lmbench/bghtml -bin/lmbench/compiler -bin/lmbench/config -bin/lmbench/config-run -bin/lmbench/depend -bin/lmbench/do_ctx -bin/lmbench/getbg -bin/lmbench/getbw -bin/lmbench/getctx -bin/lmbench/getdisk -bin/lmbench/getlist -bin/lmbench/getmax -bin/lmbench/getmem -bin/lmbench/getpercent -bin/lmbench/getsummary -bin/lmbench/gifs -bin/lmbench/gnu-os -bin/lmbench/graph -bin/lmbench/os -bin/lmbench/html-list -bin/lmbench/html-man -bin/lmbench/info -bin/lmbench/info-template -bin/lmbench/lmbench -bin/lmbench/man2html -bin/lmbench/mkrelease -bin/lmbench/new2oldctx -bin/lmbench/opercent -bin/lmbench/percent -bin/lmbench/rccs -bin/lmbench/results -bin/lmbench/save -bin/lmbench/stats -bin/lmbench/synchronize -bin/lmbench/target -bin/lmbench/version -bin/lmbench/xroff -man/man1/graph.1 -man/man1/bargraph.1 -man/man3/lmbench.3 -man/man3/reporting.3 -man/man3/results.3 -man/man3/timing.3 -man/man8/lmbench.8 -man/man8/lat_proc.8 -man/man8/lat_mmap.8 -man/man8/lat_ctx.8 -man/man8/lat_syscall.8 -man/man8/lat_pipe.8 -man/man8/lat_tcp.8 -man/man8/lat_udp.8 -man/man8/lat_rpc.8 -man/man8/lat_connect.8 -man/man8/lat_fs.8 -man/man8/lat_pagefault.8 -man/man8/lat_mem_rd.8 -man/man8/bw_file_rd.8 -man/man8/bw_mem_cp.8 -man/man8/bw_mem_rd.8 -man/man8/bw_mem_wr.8 -man/man8/bw_mmap_rd.8 -man/man8/bw_pipe.8 -man/man8/bw_tcp.8 -man/man8/mhz.8 -man/man8/lmdd.8 -share/lmbench/results/Makefile -share/lmbench/webpage-lm/URLS -share/lmbench/webpage-lm/index.html -share/lmbench/webpage-lm/gifs/blueline -share/lmbench/webpage-lm/gifs/cclip3.gif -share/lmbench/webpage-lm/gifs/eyes.gif -share/lmbench/webpage-lm/gifs/eyesleft.gif -share/lmbench/webpage-lm/gifs/line1.gif -share/lmbench/webpage-lm/gifs/new.gif -share/lmbench/webpage-lm/gifs/pookline.gif -share/lmbench/webpage-lm/gifs/rib_bar_wh.gif -share/lmbench/webpage-lm/gifs/sgi_logo.gif -share/lmbench/webpage-lm/gifs/snow-bg2.jpg -share/lmbench/webpage-lm/gifs/spam-not.gif -share/lmbench/webpage-lm/pictures/me-small.jpg -@dirrm share/lmbench/webpage-lm/gifs -@dirrm share/lmbench/webpage-lm/pictures -@dirrm share/lmbench/webpage-lm -@dirrm bin/lmbench diff --git a/benchmarks/netio/DESCR b/benchmarks/netio/DESCR new file mode 100644 index 00000000000..48325aa6595 --- /dev/null +++ b/benchmarks/netio/DESCR @@ -0,0 +1,8 @@ +This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. +It measures the net throughput of a network via NetBIOS and/or TCP/IP +protocols (Unix and DOS only support TCP/IP) using various different +packet sizes. + +One instance has to run on one machine as a server process, another +instance is used on another machine to perform the benchmark. When +executed without arguments, the program will explain its usage. diff --git a/benchmarks/netio/PLIST b/benchmarks/netio/PLIST new file mode 100644 index 00000000000..2d6664466ca --- /dev/null +++ b/benchmarks/netio/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:31 zuntum Exp $ +bin/netio +share/doc/netio/netio.doc +@dirrm share/doc/netio diff --git a/benchmarks/netio/pkg/DESCR b/benchmarks/netio/pkg/DESCR deleted file mode 100644 index 48325aa6595..00000000000 --- a/benchmarks/netio/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. -It measures the net throughput of a network via NetBIOS and/or TCP/IP -protocols (Unix and DOS only support TCP/IP) using various different -packet sizes. - -One instance has to run on one machine as a server process, another -instance is used on another machine to perform the benchmark. When -executed without arguments, the program will explain its usage. diff --git a/benchmarks/netio/pkg/PLIST b/benchmarks/netio/pkg/PLIST deleted file mode 100644 index 9c2a50bc5e8..00000000000 --- a/benchmarks/netio/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/17 12:25:33 tron Exp $ -bin/netio -share/doc/netio/netio.doc -@dirrm share/doc/netio diff --git a/benchmarks/netpipe/DESCR b/benchmarks/netpipe/DESCR new file mode 100644 index 00000000000..d8c007df00d --- /dev/null +++ b/benchmarks/netpipe/DESCR @@ -0,0 +1,4 @@ +NetPIPE (Network Prototol Independent Performance Evaluator) is a +protocol independent performance tool that encapsulates the best +of ttcp and netperf and visually represents the network performance +under a variety of conditions. diff --git a/benchmarks/netpipe/PLIST b/benchmarks/netpipe/PLIST new file mode 100644 index 00000000000..f614027a745 --- /dev/null +++ b/benchmarks/netpipe/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:33 zuntum Exp $ +bin/NPtcp +man/man1/netpipe.1 diff --git a/benchmarks/netpipe/pkg/DESCR b/benchmarks/netpipe/pkg/DESCR deleted file mode 100644 index d8c007df00d..00000000000 --- a/benchmarks/netpipe/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -NetPIPE (Network Prototol Independent Performance Evaluator) is a -protocol independent performance tool that encapsulates the best -of ttcp and netperf and visually represents the network performance -under a variety of conditions. diff --git a/benchmarks/netpipe/pkg/PLIST b/benchmarks/netpipe/pkg/PLIST deleted file mode 100644 index 27c649b5724..00000000000 --- a/benchmarks/netpipe/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/27 23:33:35 thorpej Exp $ -bin/NPtcp -man/man1/netpipe.1 diff --git a/benchmarks/nsieve/DESCR b/benchmarks/nsieve/DESCR new file mode 100644 index 00000000000..d8608a822f7 --- /dev/null +++ b/benchmarks/nsieve/DESCR @@ -0,0 +1,9 @@ +This Sieve of Eratosthenes program works with variable size arrays. It is +a straight forward extension of the original Gilbreath version ( +Gilbreath, Jim. "A High-Level Language Benchmark." BYTE, September 1981, +p. 180, and also Gilbreath, Jim and Gary. "Eratosthenes Revisited: Once +More Through the Sieve." BYTE January 1983, p. 283 ). Unlike the Sieve of +Gilbreath, NSIEVE uses register long variables, pointers,and large byte +arrays via 'malloc()'. Maximum array size is currently set at 2.56 MBytes +but this can be increased or decreased by changing the program LIMIT +constant. diff --git a/benchmarks/nsieve/PLIST b/benchmarks/nsieve/PLIST new file mode 100644 index 00000000000..259bb05e444 --- /dev/null +++ b/benchmarks/nsieve/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:34 zuntum Exp $ +bin/nsieve diff --git a/benchmarks/nsieve/pkg/DESCR b/benchmarks/nsieve/pkg/DESCR deleted file mode 100644 index d8608a822f7..00000000000 --- a/benchmarks/nsieve/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -This Sieve of Eratosthenes program works with variable size arrays. It is -a straight forward extension of the original Gilbreath version ( -Gilbreath, Jim. "A High-Level Language Benchmark." BYTE, September 1981, -p. 180, and also Gilbreath, Jim and Gary. "Eratosthenes Revisited: Once -More Through the Sieve." BYTE January 1983, p. 283 ). Unlike the Sieve of -Gilbreath, NSIEVE uses register long variables, pointers,and large byte -arrays via 'malloc()'. Maximum array size is currently set at 2.56 MBytes -but this can be increased or decreased by changing the program LIMIT -constant. diff --git a/benchmarks/nsieve/pkg/PLIST b/benchmarks/nsieve/pkg/PLIST deleted file mode 100644 index 7523163dac2..00000000000 --- a/benchmarks/nsieve/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/22 06:23:09 garbled Exp $ -bin/nsieve diff --git a/benchmarks/paranoia/DESCR b/benchmarks/paranoia/DESCR new file mode 100644 index 00000000000..385ec806b2c --- /dev/null +++ b/benchmarks/paranoia/DESCR @@ -0,0 +1,5 @@ +test a computer's floating-point arithmetic, C, 31 July 1986 + +Please understand, this test really is paranoia, it is known to +report failures on i386 when compiled with -O2. Don't get +overly upset about the results it spits out. diff --git a/benchmarks/paranoia/PLIST b/benchmarks/paranoia/PLIST new file mode 100644 index 00000000000..a9b685fc296 --- /dev/null +++ b/benchmarks/paranoia/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:36 zuntum Exp $ +bin/paranoia diff --git a/benchmarks/paranoia/pkg/DESCR b/benchmarks/paranoia/pkg/DESCR deleted file mode 100644 index 385ec806b2c..00000000000 --- a/benchmarks/paranoia/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -test a computer's floating-point arithmetic, C, 31 July 1986 - -Please understand, this test really is paranoia, it is known to -report failures on i386 when compiled with -O2. Don't get -overly upset about the results it spits out. diff --git a/benchmarks/paranoia/pkg/PLIST b/benchmarks/paranoia/pkg/PLIST deleted file mode 100644 index 502fb9987d8..00000000000 --- a/benchmarks/paranoia/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 1998/08/30 19:38:58 garbled Exp $ -bin/paranoia diff --git a/benchmarks/postmark/DESCR b/benchmarks/postmark/DESCR new file mode 100644 index 00000000000..c1cabe03169 --- /dev/null +++ b/benchmarks/postmark/DESCR @@ -0,0 +1,14 @@ +PostMark is the benchmark used in the NetApp Technical Report TR-3022, +"PostMark: A New File System Benchmark". The paper fully explains how +to use this tool. + +From the paper's Abstract: + Existing file system benchmarks are deficient in portraying + performance in the ephemeral small-file regime used by Internet + software, especially: + * electronic mail + * netnews + * web-based commerce + +PostMark is a new benchmark to measure performance for this class of +application. diff --git a/benchmarks/postmark/PLIST b/benchmarks/postmark/PLIST new file mode 100644 index 00000000000..d01a77c9b42 --- /dev/null +++ b/benchmarks/postmark/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:37 zuntum Exp $ +sbin/postmark diff --git a/benchmarks/postmark/pkg/DESCR b/benchmarks/postmark/pkg/DESCR deleted file mode 100644 index c1cabe03169..00000000000 --- a/benchmarks/postmark/pkg/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -PostMark is the benchmark used in the NetApp Technical Report TR-3022, -"PostMark: A New File System Benchmark". The paper fully explains how -to use this tool. - -From the paper's Abstract: - Existing file system benchmarks are deficient in portraying - performance in the ephemeral small-file regime used by Internet - software, especially: - * electronic mail - * netnews - * web-based commerce - -PostMark is a new benchmark to measure performance for this class of -application. diff --git a/benchmarks/postmark/pkg/PLIST b/benchmarks/postmark/pkg/PLIST deleted file mode 100644 index a1d11c6705b..00000000000 --- a/benchmarks/postmark/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1999/12/28 04:26:18 wiz Exp $ -sbin/postmark diff --git a/benchmarks/ttcp/DESCR b/benchmarks/ttcp/DESCR new file mode 100644 index 00000000000..9db116e1eb5 --- /dev/null +++ b/benchmarks/ttcp/DESCR @@ -0,0 +1,5 @@ +Ttcp (test TCP) times the transmission and reception of data between two +systems using the UDP or TCP protocols. It differs from common ``blast'' +tests, which tend to measure the remote inetd as much as the network +performance, and which usually do not allow measurements at the remote end +of a UDP transmission. diff --git a/benchmarks/ttcp/PLIST b/benchmarks/ttcp/PLIST new file mode 100644 index 00000000000..5c5aaadf1b0 --- /dev/null +++ b/benchmarks/ttcp/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:39 zuntum Exp $ +bin/ttcp +man/cat1/ttcp.0 +man/man1/ttcp.1 diff --git a/benchmarks/ttcp/pkg/DESCR b/benchmarks/ttcp/pkg/DESCR deleted file mode 100644 index 9db116e1eb5..00000000000 --- a/benchmarks/ttcp/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -Ttcp (test TCP) times the transmission and reception of data between two -systems using the UDP or TCP protocols. It differs from common ``blast'' -tests, which tend to measure the remote inetd as much as the network -performance, and which usually do not allow measurements at the remote end -of a UDP transmission. diff --git a/benchmarks/ttcp/pkg/PLIST b/benchmarks/ttcp/pkg/PLIST deleted file mode 100644 index 1ef63850a48..00000000000 --- a/benchmarks/ttcp/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/04/17 11:57:42 tron Exp $ -bin/ttcp -man/cat1/ttcp.0 -man/man1/ttcp.1 diff --git a/benchmarks/whetstone/DESCR b/benchmarks/whetstone/DESCR new file mode 100644 index 00000000000..5a334ab6a47 --- /dev/null +++ b/benchmarks/whetstone/DESCR @@ -0,0 +1,11 @@ +Converted by Rich Painter, Painter Engineering, Inc. based on the +www.netlib.org benchmark/whetstoned version obtained 16 March 1998. + +A novel approach was used here to keep the look and feel of the +FORTRAN version. Altering the FORTRAN-based array indices, +starting at element 1, to start at element 0 for C, would require +numerous changes, including decrementing the variable indices by 1. +Instead, the array E1[] was declared 1 element larger in C. This +allows the FORTRAN index range to function without any literal or +variable indices changes. The array element E1[0] is simply never +used and does not alter the benchmark results. diff --git a/benchmarks/whetstone/PLIST b/benchmarks/whetstone/PLIST new file mode 100644 index 00000000000..c07159e981c --- /dev/null +++ b/benchmarks/whetstone/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:42 zuntum Exp $ +bin/whetstone diff --git a/benchmarks/whetstone/pkg/DESCR b/benchmarks/whetstone/pkg/DESCR deleted file mode 100644 index 5a334ab6a47..00000000000 --- a/benchmarks/whetstone/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -Converted by Rich Painter, Painter Engineering, Inc. based on the -www.netlib.org benchmark/whetstoned version obtained 16 March 1998. - -A novel approach was used here to keep the look and feel of the -FORTRAN version. Altering the FORTRAN-based array indices, -starting at element 1, to start at element 0 for C, would require -numerous changes, including decrementing the variable indices by 1. -Instead, the array E1[] was declared 1 element larger in C. This -allows the FORTRAN index range to function without any literal or -variable indices changes. The array element E1[0] is simply never -used and does not alter the benchmark results. diff --git a/benchmarks/whetstone/pkg/PLIST b/benchmarks/whetstone/pkg/PLIST deleted file mode 100644 index f6bb63b3aa9..00000000000 --- a/benchmarks/whetstone/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 1998/08/30 17:51:17 garbled Exp $ -bin/whetstone diff --git a/benchmarks/xengine/DESCR b/benchmarks/xengine/DESCR new file mode 100644 index 00000000000..7cade0de30c --- /dev/null +++ b/benchmarks/xengine/DESCR @@ -0,0 +1,6 @@ +`xengine' is a reciprocating engine for X. This program used as +benchmark for X. + +See README and man page for details. + +Orignal xengine written by shutoh@cbx.emi.yamaha.co.jp. diff --git a/benchmarks/xengine/PLIST b/benchmarks/xengine/PLIST new file mode 100644 index 00000000000..fb33557488d --- /dev/null +++ b/benchmarks/xengine/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:43 zuntum Exp $ +bin/xengine +man/cat1/xengine.0 +share/doc/xengine/README +@dirrm share/doc/xengine diff --git a/benchmarks/xengine/pkg/DESCR b/benchmarks/xengine/pkg/DESCR deleted file mode 100644 index 7cade0de30c..00000000000 --- a/benchmarks/xengine/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -`xengine' is a reciprocating engine for X. This program used as -benchmark for X. - -See README and man page for details. - -Orignal xengine written by shutoh@cbx.emi.yamaha.co.jp. diff --git a/benchmarks/xengine/pkg/PLIST b/benchmarks/xengine/pkg/PLIST deleted file mode 100644 index ae9b59027e4..00000000000 --- a/benchmarks/xengine/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2000/04/10 01:39:17 itohy Exp $ -bin/xengine -man/cat1/xengine.0 -share/doc/xengine/README -@dirrm share/doc/xengine -- cgit v1.2.3