kgersen / iperf3protect

iperf3 logs to csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

iperf3 logs to csv

License:MIT License


Languages

Language:Python 100.0%