Go to file
Mark Nellemann 0f5ee37933
continuous-integration/drone/push Build is passing Details
Make client/server options mutually exclusive.
2023-06-26 09:37:07 +02:00
gradle/wrapper wip 2023-06-20 09:34:33 +02:00
src Make client/server options mutually exclusive. 2023-06-26 09:37:07 +02:00
.drone.yml Build improvements. 2023-06-24 09:04:58 +02:00
.gitattributes wip 2023-06-20 09:34:33 +02:00
.gitignore more wip 2023-06-20 15:58:00 +02:00
LICENSE more wip 2023-06-22 08:40:31 +02:00
README.md more wip 2023-06-22 08:40:31 +02:00
build.gradle Fix main class after rename. 2023-06-24 16:33:34 +02:00
gradle.properties Make client/server options mutually exclusive. 2023-06-26 09:37:07 +02:00
gradlew wip 2023-06-20 09:34:33 +02:00
gradlew.bat wip 2023-06-20 09:34:33 +02:00
settings.gradle wip 2023-06-20 09:34:33 +02:00

README.md

jPerf

Small utility to measure network performance.

Requirements

You need Java (JRE) version 11 or later to run jperf.

Usage Instructions

  • Install the jperf package (.deb, .rpm or .jar) from downloads or compile from source.
  • Run /opt/jperf/bin/jperf, if installed from package
  • Or as java -jar /path/to/jperf.jar

To change the temporary directory where disk-load files are written to, use the -Djava.io.tmpdir=/mytempdir option.

Usage: ...

Development Information

You need Java (JDK) version 11 or later to build jperf.

Build & Test

Use the gradle build tool, which will download all required dependencies:

./gradlew clean build run