[go: up one dir, main page]

File: diodload.8.in

package info (click to toggle)
diod 1.0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 29,952 kB
  • sloc: ansic: 31,694; sh: 15,368; makefile: 347; perl: 80
file content (29 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
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
.TH diodload 8 "@META_DATE@" "@META_ALIAS@" "@META_NAME@"
.SH NAME
diodload \- create artificial diod load
.SH SYNOPSIS
\fBdiodload\fR \fI[OPTIONS] [-s NAME]\fR
.SH DESCRIPTION
.B diodload
connects to a \fBdiod\fR server and issues requests.
Unless changed with \fI-g\fR, each thread copies from
\fIctl:zero\fR to \fIctl:null\fR.
.SH OPTIONS
.TP
.I "-s, --server NAME"
The server in IP[:PORT], HOST[:PORT], or /path/to/socket form
default localhost:564).
.TP
.I "-m, --msize SIZE"
Specifiy the maximum size of a protocol unit (default 65536).
.TP
.I "-r, --runtime SECS"
Specify the runtime in seconds (default 10).
.TP
.I "-n, --numthreads NUM"
Specify the number of concurrent threads making requests (default 16).
.TP
.I "-g, --getattr"
Issue a stream of getattrs on \fIctl:null\fR instead of the default load.
.SH "SEE ALSO"
diod (8)