Skip to content

UMD-CDCL/iperf3-network-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

iperf3-network-testing

Wrapper for iperf3 which automatically logs output to logs folder

  • Logs output even if just running a command like --help or if you give it a bad command
  • Logs folder is created if it doesn't exist
  • Logs are tagged with a test number that is automatically incremented, the command being run, and a timestamp

Example usage:

./record-iperf3.sh -c SERVER_IP --time 0 --bitrate 0 --format m --interval 1
  • starts client that sends to SERVER_IP indefinitely at an unlimited bitrate in Mbit/s and reports every 1s and sends tcp
./record-iperf3.sh -c SERVER_IP --time 0 --bitrate 0 --format m --interval 1 --udp
  • starts client that sends to SERVER_IP indefinitely at an unlimited bitrate in Mbit/s and reports every 1s and sends udp
./record-iperf3.sh -s --interval 1
  • starts server on device that records every 1s

About

Wrapper for iperf3 which automatically logs output to logs folder (created if it doesn't exist)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages