8000 GitHub - ahrasis/Internet-Speed-Test: Script to test internet speed and exit accordingly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ahrasis/Internet-Speed-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Internet Speed Test

Script to test internet download speed using Ookla Speedtest CLI.

How To Install Ookla Speedtest

Go to https://www.speedtest.net/apps/cli and follow the instructions there. This script requires Ookla Speedtest.

Using This Script

To use this script, simply copy and run in your terminal as root user:

wget -O /usr/share/ispspeedtest https://raw.githubusercontent.com/ahrasis/Internet-Speed-Test/main/script
wget -O /etc/cron.d/ispspeedtest https://raw.githubusercontent.com/ahrasis/Internet-Speed-Test/main/cron
chmod +x /usr/share/ispspeedtest

Example For Monit

To use with monit refer to https://mmonit.com/monit/documentation/monit.html. The easiest would be to print one word result in a file and then use monit to check that file with if content = "result" then...

Cron Time Setting

The time settings in the cron file is set to run autopdate at every 15 minutes, so do change it to suit your needs.

Log File

A log file will be created at /var/log/ispspeedtest which may be disabled at your choice by editing the cron file.

License

Feel free to modify and fork, as though it is set to BSD3, none is mentioned in the script / cron file.

About

Script to test internet speed and exit accordingly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0