summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie/patches/patch-ab
blob: 6039d62ee5c74c598e1f6065036a5854ea76a6e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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"