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/bonnie/DESCR | 17 +++++++++++++++++ benchmarks/bonnie/PLIST | 4 ++++ benchmarks/bonnie/pkg/DESCR | 17 ----------------- benchmarks/bonnie/pkg/PLIST | 4 ---- 4 files changed, 21 insertions(+), 21 deletions(-) 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 (limited to 'benchmarks/bonnie') 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 -- cgit v1.2.3