rbs90 / autoSpeedtest

automated speedtest with gnuplot graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoSpeedtest

Automatisches Install-Script

curl https://raw.githubusercontent.com/rbs90/autoSpeedtest/master/auto_install.sh > install.sh && chmod +x install.sh && ./install.sh

Manuelle Installation

Vorraussetzungen Debian

sudo apt install gnuplot speedtest-cli apache2 php7.0

Installation des Skriptes

Download des Repos als zip, entpacken nach /home/pi/speedtest/

Automatisch alle 15 Minuten aufrufen

crontab -e

Folgende Zeilen hinzufügen:

3,33 * * * * cd /home/pi/speedtest/ && ./auto_speedtest.sh >> speedtest_log
5,35 * * * * cd /home/pi/speedtest/ && ./plot_speed.sh
10 0 * * * cd /home/pi/speedtest/ && ./speed_rotate.sh 

About

automated speedtest with gnuplot graphs


Languages

Language:Shell 58.2%Language:Gnuplot 30.2%Language:PHP 11.6%