httping – ping-like program for http-requests
httping show you how long it takes to connect to a hostname or remote url; send a request and retrieve the reply (only the headers).
Install httping
#apt-get install httping
Reading package lists… Done
Building dependency tree… Done
The following NEW packages will be installed
httping
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 14.5kB of archives.
After unpacking 73.7kB of additional disk space will be used.
Get: 1 ftp://kambing.ui.edu stable/main httping 1.2.1-1 [14.5kB]
Fetched 14.5kB in 1s (12.5kB/s)
Selecting previously deselected package httping.
(Reading database … 39813 files and directories currently installed.)
Unpacking httping (from …/httping_1.2.1-1_i386.deb) …
Setting up httping (1.2.1-1) …
This will completes your installation.If you want to run this program type the following command
#httping -g http://www.zulfanruri.com
Output looks like below
PING www.zulfanruri.com:80 (http://www.zulfanruri.com):
connected to www.zulfanruri.com:80, seq=0 time=603.12 ms
connected to www.zulfanruri.com:80, seq=1 time=491.12 ms
connected to www.zulfanruri.com:80, seq=2 time=603.68 ms
connected to www.zulfanruri.com:80, seq=3 time=487.45 ms
connected to www.zulfanruri.com:80, seq=4 time=479.58 ms
connected to www.zulfanruri.com:80, seq=5 time=510.56 ms
connected to www.zulfanruri.com:80, seq=6 time=490.52 ms
connected to www.zulfanruri.com:80, seq=7 time=552.52 ms
— http://www.zulfanruri.com ping statistics —
8 connects, 8 ok, 0.00% failed
round-trip min/avg/max = 479.6/527.3/603.7 ms
















































