Update 'bench.sh'

This commit is contained in:
virtubox 2017-01-14 19:07:13 +00:00
parent 1e163f13ef
commit a8e3a5bb12
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ speedtest4 () {
leaseweb=$( wget -4 -O /dev/null http://mirror.leaseweb.com/speedtest/100mb.bin 2>&1 | awk '/\/dev\/null/ {speed=$3 $4} END {gsub(/\(|\)/,"",speed); print speed}' )
echo "Haarlem, Netherlands Leaseweb $leaseweb " | tee -a $HOME/bench.log
ovh=$( wget -4 -O /dev/null http://speedtest.virtubox.host/files/100Mio.dat 2>&1 | awk '/\/dev\/null/ {speed=$3 $4} END {gsub(/\(|\)/,"",speed); print speed}' )
echo "Paris, France OVH $ovh " | tee -a $HOME/bench.log
echo "Paris, France OVH $ovh " | tee -a $HOME/bench.log
echo "" | tee -a $HOME/bench.log
echo "" | tee -a $HOME/bench.log