Skip to content

jeffreyruoss/internet-speed-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internet Speed Test with speedtest.net speedtest-cli

About

Just a simple app I made this to test my internet speed over time on my local machine for a day. It displays all results on one page so it might get slow if you run it for a long time. (can delete the json to start fresh).

speedtest-cli

Install speedtest-cli from speedtest.net

CRON

Create a cron job

crontab -e
* * * * * /path/speedtest.sh

BASH script

Change the paths in the script to match your system.

Make sure the script is executable

chmod +x speedtest.sh

Create JSON files

Create the JSON files in the same directory as the script

touch results.json
touch results-clean.json

Run the web page

Run the web page to view the results

Wait a minute for the cron job to run and update the JSON files

Run npm install to install http-server or use your own web server

npm install
npm start

About

Simple internet speed tester to test speed over time using speedtest-cli.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors