iperf3tocsv
- set iperf3 server to ouput in json (-J)
- parse the json for each test
- sum usage per IP
- output a log line
usage:
iperf3 -s -J | python -u iperf3tocsv.py
options:
python iperf3tocsv.py -h will display the column headers and exit
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
| Failed to load latest commit information. | |||
|
|
.gitignore |
|
|
|
|
LICENSE.md |
|
|
|
|
README.md |
|
|
|
|
iperf3tocsv.py |
|
|
|
|
sample.json |
|
|
usage:
iperf3 -s -J | python -u iperf3tocsv.py
options:
python iperf3tocsv.py -h will display the column headers and exit