Speedtest per Konsole

Ich benutze was sehr Primitives, größere des Paketes muss ich selbst einschätzen vor dem Start:

START=$(date +%s);  wget -O /dev/null http://ovh.net/files/100Mio.dat; END=$(date +%s); echo $((END-START))| awk '{print int(800/$1)}'

START=$(date +%s);  wget -O /dev/null http://ovh.net/files/1Gio.dat; END=$(date +%s); echo $((END-START))| awk '{print int(8000/$1)}'

START=$(date +%s);  wget -O /dev/null http://ovh.net/files/10Gio.dat; END=$(date +%s); echo $((END-START))| awk '{print int(80000/$1)}'
1 „Gefällt mir“