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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH FILEOP "1" "August 2008" "fileop " "User Commands"
.SH NAME
fileop \- benchmark file operations
.SH SYNOPSIS
fileop [\-f X ]|[\-l # \fB\-u\fR #] [\-s Y] [\-t] [\-v] [\-e] [\-b] \fB\-[w]\fR
.SH DESCRIPTION
Create a number of temporary files, then benchmark file operations on
them. Given a force factor X (see option -f), X directories are
created in the current directory. In each created directory, X
subdirectories are created. Finally, in each of the X^2
subdirectories, X files are created, for a total of X^3 files.
The files are 1 byte, unless specified otherwise using -s.
Command arguments
.HP
\fB\-f\fR # Force factor. X^3 files will be created and removed.
.HP
\fB\-l\fR # Lower limit on the value of the Force factor.
.HP
\fB\-u\fR # Upper limit on the value of the Force factor.
.HP
\fB\-s\fR # Optional. Sets filesize for the create/write.
.HP
\fB\-t\fR # Verbose output option.
.HP
\fB\-v\fR # Version information.
.HP
\fB\-e\fR # Excel importable format.
.HP
\fB\-b\fR Output best case results
.HP
\fB\-w\fR Output worst case results
|