-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·46 lines (35 loc) · 1.47 KB
/
README
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
37
38
39
40
41
42
43
44
45
Quickstart
============
http://www.uperf.org has all the latest information
On the slave run ./uperf -s
On the master (System under test) ./uperf -m netperf.xml
If you want hardware counter info
./uperf -m netperf.xml -e (for default counters) or
./uperf -m netperf.xml -E counter1,counter2
to get all kinds of statistics, use the -a option. For ex
./uperf -m netperf.xml -a
Join uperf-devel@lists.sourceforge.net to discuss uperf issues.
Comments/Bugs to neel@sun.com or to uperf@sun.com
-----------------------
Compiling the programs:
-----------------------
uperf uses the standard GNU build tools (./configure;make)
--------------------
Running the program:
--------------------
1. The ./uperf can be run as either a master(active) OR slave(passive).
2. When run as active it needs master flag(-m) with a profile describing
the test application. Sample profiles have been provided which are
sure to run, more and more application profiles are expected to be
added defining the various test cases.
3. When run as the slave the program needs -s flag
4. By default we are using 20000 port as the master port.
5. We can set the verbose level, three level are provided
1. (-V) High - all the messages are printed
2. (-v) med - warnings and critical messages are displayed
3. ( ) low - only critical messages are displayed.
6. Outputs: See usage for more information
--------------------
Profile examples
--------------------
Please see workloads/sample.xml for more details