Archiv für Juli 2013
httping
2013-07-05, getagged als
Mit dem Kommando httping lässt sich einfach und schnell die
Antwortzeit einer URL ermitteln. Das Kommando kennt viele Optionen, so lässt sich mit (-b) die Übertragungsgeschwindigkeit
anzeigen und (-G) mach GET-Request anstatt HEAD-Request und macht die Anfrage so realistischer:
root@host:~# httping -c 5 -b -G -g http://blog.rootuser.eu
PING blog.rootuser.eu:80 (http://blog.rootuser.eu):
connected to blog.rootuser.eu:80, seq=0 time=105.71 ms 258KB/s
connected to blog.rootuser.eu:80, seq=1 time=108.00 ms 249KB/s
connected to blog.rootuser.eu:80, seq=2 time=108.22 ms 253KB/s
connected to blog.rootuser.eu:80, seq=3 time=107.83 ms 254KB/s
connected to blog.rootuser.eu:80, seq=4 time=107.52 ms 254KB/s
--- http://blog.rootuser.eu ping statistics ---
5 connects, 5 ok, 0.00% failed
round-trip min/avg/max = 105.7/107.5/108.2 ms
Transfer speed: min/avg/max = 249/253/258 KB