[root@fedora2 netperf]# ./netperf -h
Usage: netperf [global
options] -- [test options]
Global options:
-a
send,recv Set the local send,recv buffer
alignment
-A
send,recv Set the remote send,recv buffer
alignment
-c
[cpu_rate] Report local CPU usage
-C
[cpu_rate] Report remote CPU usage
-d
Increase debugging output
-f
G|M|K|g|m|k Set the output units
-F
fill_file Pre-fill buffers with data from
fill_file
-h
Display this text
-H
name|ip Specify the target
machine
-i
max,min Specify the max and
min number of iterations (15,1)
-I
lvl[,intvl] Specify confidence level (95 or 99) (99)
and confidence interval in percentage (10)
-l
testlen Specify test duration
(>0 secs) (<0 bytes|trans)
-o
send,recv Set the local send,recv buffer
offsets
-O
send,recv Set the remote send,recv buffer
offset
-n
numcpu Set the number
of processors for CPU util
-p
port
Specify netserver port number
-P
0|1
Don't/Do display test headers
-t
testname Specify test to perform
-v
verbosity Specify the verbosity level
-W
send,recv Set the number of send,recv
buffers
For those options taking
two parms, at least one must be specified;
specifying one value
without a comma will set both parms to that
value, specifying a value
with a leading comma will set just the second
parm, a value with a
trailing comma will set just the first. To set
each parm to unique
values, specify both and separate them with a
comma.
[root@fedora2 netperf]#
|