https://github.com/compscidr/bwtest
Bandwidth Testing and Reporting Tool
https://github.com/compscidr/bwtest
Last synced: 7 months ago
JSON representation
Bandwidth Testing and Reporting Tool
- Host: GitHub
- URL: https://github.com/compscidr/bwtest
- Owner: compscidr
- License: apache-2.0
- Created: 2017-11-01T19:17:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T16:41:59.000Z (about 2 years ago)
- Last Synced: 2025-09-28T18:42:00.759Z (8 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
There are two ways to run this tool.
First, natively in the operating
system. You can perform one-off runs, or by using the crontab provided.
If you run with the crontab provided, you must update the crontab with
the location of the test.sh and process.php scripts. Alternatively you
can move the test.sh and process.php scripts to the /scripts folder.
The second way of running is via a docker container. The Dockerfile
is already defined and will obtain all the necessary dependencies for
running. Note - the way the image was setup, any changes to config.txt
will not be reflected once the container is built (it is not a shared
volume, just added to the image - so if you change this file you'll
need to perform a rebuild).
requires:
- curl
- php
- php-curl
- iperf3 (version 3.1 or higher so that it has the --logfile param)
- git to checkout iperf3
- build-essential to build iperf3