File: fileop.1

package info (click to toggle)
iozone3 308-1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 1,604 kB
  • ctags: 1,002
  • sloc: ansic: 22,347; makefile: 969; perl: 271; sh: 41
file content (36 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download | duplicates (6)
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