Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ioping
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ioping
Commits
70c1977b
Commit
70c1977b
authored
Jul 22, 2011
by
Konstantin Khlebnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ioping: document defaults in man and help
Signed-off-by:
Konstantin Khlebnikov
<
koct9i@gmail.com
>
parent
5752f56f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
ioping.1
ioping.1
+4
-4
ioping.c
ioping.c
+4
-4
No files found.
ioping.1
View file @
70c1977b
...
...
@@ -30,19 +30,19 @@ Stop after \fIdeadline\fR time passed.
Print raw statistics for every \fIperiod\fR requests.
.TP
.BI \-i \ interval
Set time between requests to \fIinterval\fR.
Set time between requests to \fIinterval\fR
(\fB1s\fR)
.
.TP
.BI \-s \ size
Request size.
Request size
(\fB4k\fR)
.
.TP
.BI \-S \ size
Working set size.
Working set size
(\fB1m\fR)
.
.TP
.BI \-o \ offset
Offset in input file.
.TP
.B \-L
Use sequential operations rather than random (i
mply
\fB-s 256k\fR).
Use sequential operations rather than random (i
nclude
\fB-s 256k\fR).
.TP
.B \-C
Use cached I/O.
...
...
ioping.c
View file @
70c1977b
...
...
@@ -92,11 +92,11 @@ void usage(void)
" -c <count> stop after <count> requests
\n
"
" -w <deadline> stop after <deadline>
\n
"
" -p <period> print raw statistics for every <period> requests
\n
"
" -i <interval> interval between requests
\n
"
" -s <size> request size
\n
"
" -S <wsize> working set size
\n
"
" -i <interval> interval between requests
(1s)
\n
"
" -s <size> request size
(4k)
\n
"
" -S <wsize> working set size
(1m)
\n
"
" -o <offset> in file offset
\n
"
" -L use sequential operations
rather than random
\n
"
" -L use sequential operations
(include -s 256k)
\n
"
" -C use cached-io
\n
"
" -D use direct-io
\n
"
" -R seek rate test (same as -q -i 0 -w 3 -S 64m)
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment