Blame SOURCES/filebench.1

7b725d
.TH filebench 1  "Sep 1, 2011" "revision 01" "USER COMMANDS"
7b725d
.SH NAME
7b725d
filebench \- interprets WML script and generates appropriate filesystem workload
7b725d
.SH SYNOPSIS
7b725d
.B filebench [-f <filename>] [-h]
7b725d
.SH DESCRIPTION
7b725d
.B Filebench
7b725d
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.
7b725d
.PP
7b725d
.B Filebench
7b725d
includes many features to facilitate file system benchmarking:
7b725d
.IP \[bu] 2
7b725d
Multiple workload types support via loadable personalities
7b725d
.IP \[bu]
7b725d
Ships with more than 40 pre-defined personalities, including the one that describe mail, web, file, and database servers behaviour
7b725d
.IP \[bu]
7b725d
Easy to add new personalities using reach Workload Model Language (WML)
7b725d
.IP \[bu]
7b725d
Multi-process and multi-thread workload support
7b725d
.IP \[bu]
7b725d
Configurable directory hierarchies with depth, width, and file sizes set to given statistical distributions
7b725d
.IP \[bu]
7b725d
Support of asynchronous I/O and process synchronization primitives
7b725d
.IP \[bu]
7b725d
Integrated statistics for throughput, latency, and CPU cycle counts per system call 
7b725d
7b725d
.SH OPTIONS
7b725d
.TP
7b725d
\-f <filename>
7b725d
use specified file as an input instead of stdin
7b725d
.TP
7b725d
\-h
7b725d
Display verbose help
7b725d
.SH EXAMPLES
7b725d
.TP
7b725d
Run filebench interactively:
7b725d
.TP
7b725d
.B $ filebench
7b725d
Start filebench interactive shell, filebench prompt will appear after that.
7b725d
.TP
7b725d
.B filebench> load fileserver
7b725d
Load fileserver personality using load command.
7b725d
.TP
7b725d
.B filebench> set $dir=/mnt
7b725d
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.
7b725d
.TP
7b725d
.B filebench> run 60
7b725d
Start workload for 60 seconds. After 60 seconds of the run the statistics is printed and Filebench exits.
7b725d
.TP
7b725d
Run filebench non-interactively:
7b725d
.TP
7b725d
.B filebench -f /usr/share/filebench/workloads/fileserver.f
7b725d
Run filebench non-interactively, however, you need to add 'run <time>' to the end of the workload personality file before calling filebench.
7b725d
.PP
7b725d
.SH EXIT STATUS
7b725d
.TP
7b725d
0 if OK,
7b725d
.TP
7b725d
1 if workload file is not found.
7b725d
.SH REPORTING BUGS
7b725d
http://sourceforge.net/tracker/?group_id=133644&atid=727883
7b725d