Skip to content

mransley/speed_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internet Speed Checker

Build Status

In an attempt to keep my internet service provider honest I thought I would create a service that runs a speed check and then uploads the results into ElasticSearch. This is the outcome.

Building

Relatively simple:

docker build -t michaelransley/speedtester:latest .

Running

export URL="https://elastic.mydomain.com:9200/myindex/_doc?pretty"
export USERNAME="myelasticusername"
export PASSWORD="myelasticpassword"
docker run --env URL --env USERNAME --env PASSWORD michaelransley/speedtester:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published