implemented storing the automated speedtest logs

This commit is contained in:
Peter IJlst 2014-07-02 17:05:41 +02:00
parent 8a4645d144
commit 696336e75e
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,20 @@
Location: Vodafone, Utrecht
Ping: 19.709 ms
Download: 7.95 Mbits/s
Upload: 6.09 Mbits/s
Location: Luna.nl, Rotterdam
Ping: 21.617 ms
Download: 18.73 Mbits/s
Upload: 4.52 Mbits/s
Location: LeaseWeb, Haarlem
Ping: 21.14 ms
Download: 13.48 Mbits/s
Upload: 6.66 Mbits/s
Location: KPN, Amsterdam
Ping: 30.041 ms
Download: 15.59 Mbits/s
Upload: 6.53 Mbits/s

5
log-speedtest.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
${SCRIPT_DIR}/speedtest.sh >${SCRIPT_DIR}/data/speedtest-`date +%Y%m%d%H%M`.txt