Skip to content

Simple go program and docker image to run speedtest-cli and store in a sqlite database

License

Notifications You must be signed in to change notification settings

e-minguez/nettests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nettests

Simple go program and docker image to run speedtest-cli and store in a sqlite database

It runs speedtest-cli and stores the output in a sqlite database that will be used to create fancy graphs

I wanted to implement this while learning some go

Build go program

go build -o ./nettests nettests.go

Build docker image

docker build .

Run

docker run -v /your/data/path/:/data:Z eminguez/nettests

References

About

Simple go program and docker image to run speedtest-cli and store in a sqlite database

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages