1	      http_ping - measure HTTP latency
2
3http_ping runs an HTTP fetch every few seconds, timing how long it takes.
4See the manual entry for more details.
5
6Files in this distribution:
7
8    README		this
9    Makefile		guess
10    http_ping.c		source file
11    http_ping.1		manual entry
12    port.h		portability defines
13
14To build: If you're on a SysV-like machine (which includes old Linux systems
15but not new Linux systems), edit the Makefile and uncomment the SYSV_LIBS
16line.  If you're doing SSL, uncomment those lines too.  Otherwise, just do
17a make.
18
19Feedback is welcome - send bug reports, enhancements, checks, money
20orders, etc. to the addresses below.
21
22    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
23