Skip to content

python program to log internet speed (down/up) and ping at a set interval

Notifications You must be signed in to change notification settings

donnell794/speedtestlogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 &

About

python program to log internet speed (down/up) and ping at a set interval

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages