Distributed Applications Support Team

Jperf version 1.0

October 2003


NLANR applications support
http://dast.nlanr.net/
<dast@nlanr.net>

Jperf User Docs

October 2003

[Compiling  | Features  | Requirements to run Jperf  | Download ]


Compiling

Once you have the distribution, on UNIX, unpack it using gzip and tar. That will create a new directory 'jperf-<version#>' with the source files and documentation.

Jperf compiles cleanly on many systems including Linux, SGI IRIX, HP-UX, Solaris, AIX, and Cray UNICOS. Use 'make' to configure for your OS and compile the source code.


gunzip -c jperf-<version>.tar.gz | tar -xvf -
cd jperf-<version>
cd jsrc
make

If you have problems, please report them to dast@nlanr.net and we will try to fix them quickly.
To run Jperf, make sure all the jars are in your classpath and run:
java Jperf
Or you can explicitly put the jars in your classpath and run it by:
java -classpath <path-to-jar>/jfreechart-0.9.6.jar:<path-to-jar>/jcommon-0.7.2.jar:<path-to-jar>/jperf.jar Jperf

Features


Requirements for running Jperf

Jperf requires a java virtual machine version 1.4 or greater. To compile Jperf you also need a java compiler 1.4 or greater. These can be obtained from Sun Microsystems.

Jperf requires a version of Iperf to be included in the $PATH when running Jperf. Iperf can be obtained from DAST/NLANR.


Download

Jperf is copyrighted by the University of Illinois, except for jfreechart which is under GNU General Public License.

 

Getting a Distribution

Latest release: 1.0 (Oct 2003)
Operating System Distribution Type File Size Format
unix / win32 source code 177 KB .tar.gz
unix / win32 binary 177 KB .tar.gz

Copyright 1999,2000,2001,2002,2003
The Board of Trustees of the University of Illinois
All rights reserved
See UI License for complete details.