Hacking with httping for simple speed study

ABOUT httping httping – measure the latency and throughput of a webserver A TYPICAL SHELL SESSION [bash] $httping www.beautifulwork.org PING www.beautifulwork.org:80 (www.beautifulwork.org): connected to 80.79.116.205:80 (490 bytes), seq=0 time=809.49 ms connected to 80.79.116.205:80 (490 bytes), seq=1 time=807.21 ms connected to 80.79.116.205:80 (490 bytes), seq=2 time=788.23 ms connected to 80.79.116.205:80 (490 bytes), seq=3 time=796.85 ms ^CGot …