Blame SOURCES/filebench.1

a17c5f
.TH filebench 1  "Sep 1, 2011" "revision 01" "USER COMMANDS"
a17c5f
.SH NAME
a17c5f
filebench \- interprets WML script and generates appropriate filesystem workload
a17c5f
.SH SYNOPSIS
a17c5f
.B filebench [-f <filename>] [-h]
a17c5f
.SH DESCRIPTION
a17c5f
.B Filebench
a17c5f
is a file system and storage benchmark that allows to generate a large variety of workloads. Unlike typical benchmarks it is very flexible and allows to minutely specify (any) applications' behaviour using extensive Workload Model Language (WML). Filebench uses loadable workload personalities to allow easy emulation of complex applications (e.g., mail, web, file, and database servers). Filebench is quick to set up and easy to use compared to deploying real applications. It is also a handy tool for micro-benchmarking.
a17c5f
.PP
a17c5f
.B Filebench
a17c5f
includes many features to facilitate file system benchmarking:
a17c5f
.IP \[bu] 2
a17c5f
Multiple workload types support via loadable personalities
a17c5f
.IP \[bu]
a17c5f
Ships with more than 40 pre-defined personalities, including the one that describe mail, web, file, and database servers behaviour
a17c5f
.IP \[bu]
a17c5f
Easy to add new personalities using reach Workload Model Language (WML)
a17c5f
.IP \[bu]
a17c5f
Multi-process and multi-thread workload support
a17c5f
.IP \[bu]
a17c5f
Configurable directory hierarchies with depth, width, and file sizes set to given statistical distributions
a17c5f
.IP \[bu]
a17c5f
Support of asynchronous I/O and process synchronization primitives
a17c5f
.IP \[bu]
a17c5f
Integrated statistics for throughput, latency, and CPU cycle counts per system call 
a17c5f
a17c5f
.SH OPTIONS
a17c5f
.TP
a17c5f
\-f <filename>
a17c5f
use specified file as an input instead of stdin
a17c5f
.TP
a17c5f
\-h
a17c5f
Display verbose help
a17c5f
.SH EXAMPLES
a17c5f
.TP
a17c5f
Run filebench interactively:
a17c5f
.TP
a17c5f
.B $ filebench
a17c5f
Start filebench interactive shell, filebench prompt will appear after that.
a17c5f
.TP
a17c5f
.B filebench> load fileserver
a17c5f
Load fileserver personality using load command.
a17c5f
.TP
a17c5f
.B filebench> set $dir=/mnt
a17c5f
After personality is loaded, tunables of the workload personality can be set. Here we change the benchmark directory to /mnt where the file system we want to benchmark is presumably mounted.
a17c5f
.TP
a17c5f
.B filebench> run 60
a17c5f
Start workload for 60 seconds. After 60 seconds of the run the statistics is printed and Filebench exits.
a17c5f
.TP
a17c5f
Run filebench non-interactively:
a17c5f
.TP
a17c5f
.B filebench -f /usr/share/filebench/workloads/fileserver.f
a17c5f
Run filebench non-interactively, however, you need to add 'run <time>' to the end of the workload personality file before calling filebench.
a17c5f
.PP
a17c5f
.SH EXIT STATUS
a17c5f
.TP
a17c5f
0 if OK,
a17c5f
.TP
a17c5f
1 if workload file is not found.
a17c5f
.SH REPORTING BUGS
a17c5f
http://sourceforge.net/tracker/?group_id=133644&atid=727883
a17c5f