pkgsrc/benchmarks/bonnie/patches/patch-ab
2005-03-03 11:53:25 +00:00

60 lines
1.5 KiB
Text

$NetBSD: patch-ab,v 1.8 2005/03/03 11:53:25 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"