Skip to content

Files

Latest commit

 

History

History
25 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 429 Bytes

#Speedtest Logger

Forked and modified from the Speedcomplainer

Logging can be done to CSV files, with a log file for ping results and speed test results.

CSV Logging config example:

"log": {
    "type": "csv",
    "files": {
        "ping": "pingresults.csv",
        "speed": "speedrestuls.csv"
    }
}

Usage

python speedtestlogger.py

Or to run in the background:

python speedtestlogger.py > /dev/null &