Update 'bench.sh'

This commit is contained in:
virtubox 2017-01-14 19:15:06 +00:00
parent c7fce8bdfa
commit 073fc02564
1 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ sysinfo () {
echo "OS : $opsy" | tee -a $HOME/bench.log
echo "Arch : $arch ($lbit Bit)" | tee -a $HOME/bench.log
echo "Kernel : $kern" | tee -a $HOME/bench.log
echo "Hostname : $hn" | tee -a $HOME/bench.log
echo "" | tee -a $HOME/bench.log
echo "" | tee -a $HOME/bench.log
}
@ -62,7 +61,6 @@ speedtest4 () {
# Speed test via wget for IPv4 only with 10x 100 MB files. 1 GB bandwidth will be used!
echo "Speedtest (IPv4 only)" | tee -a $HOME/bench.log
echo "---------------------" | tee -a $HOME/bench.log
echo "Your public IPv4 is $ipiv" | tee -a $HOME/bench.log
echo "" | tee -a $HOME/bench.log
# Cachefly CDN speed test
echo "Location Provider Speed" | tee -a $HOME/bench.log