summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie/patches/patch-ab
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2005-03-03 08:58:27 +0000
committergarbled <garbled@pkgsrc.org>2005-03-03 08:58:27 +0000
commit9c5eac92b59ee2566212eb3a9cea8754453d43ad (patch)
treef2374008c6ba9f71bf74d41fca87f6bb1555b49a /benchmarks/bonnie/patches/patch-ab
parent314ae767c78b65bcfc3c38652bbb415e31b2f820 (diff)
downloadpkgsrc-9c5eac92b59ee2566212eb3a9cea8754453d43ad.tar.gz
Apply patches to bonnie from PR 21421 by Greg Woods. Fixes a number of
issues with the program. Bumping pkgrevsision to 1.
Diffstat (limited to 'benchmarks/bonnie/patches/patch-ab')
-rw-r--r--benchmarks/bonnie/patches/patch-ab60
1 files changed, 60 insertions, 0 deletions
diff --git a/benchmarks/bonnie/patches/patch-ab b/benchmarks/bonnie/patches/patch-ab
new file mode 100644
index 00000000000..6039d62ee5c
--- /dev/null
+++ b/benchmarks/bonnie/patches/patch-ab
@@ -0,0 +1,60 @@
+# $NetBSD: patch-ab,v 1.7 2005/03/03 08:58:27 garbled Exp $
+
+--- bonnie.1.orig Wed Aug 28 21:42:42 1996
++++ bonnie.1 Thu May 1 17:26:39 2003
+@@ -60,26 +60,43 @@
+ .fi
+ .in
+ ..
+-.TH Bonnie 1 "2.0.6" Textuality
++.TH bonnie 1 "2.0.6" Textuality
+ .SH NAME
+-Bonnie - File system benchmark
++Bonnie \- File system benchmark
+ .SH "SYNOPSIS"
+-.B Bonnie
+-.RI "[-d\ scratch-dir]"
+-.RI "[-html]"
+-.RI "[-m\ machine-label]"
+-.RI "[-s\ size-in-Mb]"
++.B bonnie
++.RI "[\-c\ block-in-bytes]"
++.RI "[\-d\ scratch-dir]"
++.RI "[\-html]"
++.RI "[\-m\ machine-label]"
++.RI "[\-s\ size-in-Mb]"
+ .SH "OPTIONS"
+ .PP
+- -d scratch-dir : Write scratch file in named directory (default: ".")
+- -html : Generate HTML output
+- -m machine-label : use <machine-label> to label report
+- -s size-in-Mb : how many Mb to use for testing (default: 100)
++.TP
++\-c block-in-bytes
++how many bytes to make each block for block I/O (default: 16384)
++.TP
++\-d scratch-dir
++Write scratch file in named directory (default: ".")
++.TP
++\-html
++Generate HTML output
++.TP
++\-m machine-label
++use <machine-label> to label report
++.TP
++\-s size-in-Mb
++how many Mb to use for testing (default: 100)
+ .\"-------
+ .SH "DESCRIPTION"
+ .\"-------
+ .I Bonnie
+-measures the performance of UNIX filesystem operations.
++is a file system benchmark which attempts to study bottlenecks.
++It is named `Bonnie' after Bonnie Raitt, who knows how to use one.
++.PP
++.I Bonnie
++measures the performance of sequential filesystem operations.
++.PP
+ For details, see http://www.textuality.com/bonnie/
+ .\"-------
+ .SH "AUTHOR"