Skip to content

web speedtest chart (based on chart.js e speedtest-cli)

License

Notifications You must be signed in to change notification settings

fanolug/speedtestJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speedtestJS

chart of speedtest (based on chart.js e speedtest-cli)

dependecies: speedtest-cli https://github.com/sivel/speedtest-cli

Howto:

download or clone this repository on your web server directory

$ cd /var/www/html

$ git clone https://github.com/fanolug/speedtestJS.git

install speedtest-cli

$ apt-get install pip

$ pip install speedtest-cli

schedule in your crontab the script bash that run speedtest-cli and write new data in the json file

$ crontab -e

and copy this line in your crontab (speedtest run every 60 minutes)

*/60 * * * * /bin/bash -l -c 'sh /var/www/html/speedtestjson.sh 2>&1'

About

web speedtest chart (based on chart.js e speedtest-cli)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages