1filebench(1)                     User Commands                    filebench(1)
2
3
4

NAME

6       filebench  -  framework  of workloads to measure and compare filesystem
7       performance
8

SYNOPSIS

10       /usr/benchmarks/filebench/bin/filebench profile
11
12
13       /usr/benchmarks/filebench/bin/filebench -c stats_dir...
14
15

DESCRIPTION

17       filebench runs workloads to measure and compare filesystem performance.
18
19
20       Full documentation can  be  found  at  the  performance  community  at:
21       http://www.opensolaris.org
22

OPTIONS

24       The following options are supported:
25
26       -c stats_dir...    Generates a HTML file (index.html) that is a compar‐
27                          ison of the specified directories. stats_dir  speci‐
28                          fies  the  directory  or  directories  in  which the
29                          results are stored.
30
31

OPERANDS

33       The following operands are supported:
34
35       profile    Specifies the name  of  the  configuration  file  ending  in
36                  .prof. The configuration file specifies:
37
38                      o      what workloads to run,
39
40                      o      what parameters to run,
41
42                      o      the directory path on which to operate, and
43
44                      o      the directory path in which to store the results.
45
46

EXIT STATUS

48       The following exit values are returned:
49
50       0    Successful completion.
51
52
53       1    An error occurred.
54
55
56       2    Invalid command line options were specified.
57
58

EXAMPLES

60       Example 1 Running the Multi-stream Sequential Read Workload
61
62
63       The following example runs the workloads described in the configuration
64       file named sqread.prof:
65
66
67         # filebench sqread
68
69
70
71       Example 2 Comparing Multiple Runs
72
73
74       The following example compares the results of two previous runs.
75
76
77
78       This example assumes that the results from the two  previous  filebench
79       runs   were   located   in   the  directories:  /stats/wombat-zfs-noel-
80       Jun_27_2007-15h_45m_33s           and           /stats/wombat-ufs-noel-
81       Jun_27_2007-15h_52m_11s.
82
83
84
85       This  example  generates  a  HTML file named index.html in your current
86       working directory.
87
88
89         # filebench -c /stats/wombat-zfs-noel-Jun_27_2007-15h_45m_33s \
90               /stats/wombat-ufs-noel-Jun_27_2007-15h_52m_11s
91
92
93

ATTRIBUTES

95       See attributes(5) for descriptions of the following attributes:
96
97
98
99
100       ┌─────────────────────────────┬─────────────────────────────┐
101       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
102       ├─────────────────────────────┼─────────────────────────────┤
103       │Availability                 │SUNWfilebench                │
104       ├─────────────────────────────┼─────────────────────────────┤
105       │Interface Stability          │Uncommitted                  │
106       └─────────────────────────────┴─────────────────────────────┘
107

SEE ALSO

109       attributes(5)
110
111
112
113SunOS 5.11                        9 Oct 2007                      filebench(1)
Impressum