httping : About
httping is a command line tool monitoring the response time of a Web server. It is written in C and published under GPL.
Thierry Uso has ported httping 1.3.2 on OpenVMS. Porting means modifying the source code in order to take account of the OpenVMS specifics, writing a compile/link procedure and creating a PCSI kit.
httping for OpenVMS must be installed on an ODS5 volume. httping has been compiled and tested on Alpha and Itanium with C and TCPIP recent versions.
Contact : Thierry Uso
httping : Screenshots
httping : Download
ZIP archive containing the PCSI kit of httping 1.3.2 :
Alpha: free-axpvms-httping-v0103-2-1.zip
Itanium: free-i64vms-httping-v0103-2-1.zip
This kit is based on the official archive httping-1.3.2.tgz.
httping : Installation
1. Extract the PCSI kit from the ZIP archive
$ SET PROC/PARSE=EXT
$ UNZIP “-V” FREE-AXPVMS-HTTPING-V0103-2-1.ZIP
2. Install httping in your chosen directory
By default, the installation procedure installs httping in the SYS$COMMON:[httping] directory. To install it in dev:[dir.httping], use the /DESTINATION parameter of the PRODUCT command.
$ PRODUCT INSTALL httping
or…
$ PRODUCT INSTALL httping /DESTINATION=dev:[dir]
3. Verify the httping installation
Definition of the commands (symbols)
$ @[.bin]httping-setup
Display of the httping version
$ httping “-V”
4. Compile/link httping
See [.src]readme.vms
httping : History
2010-02-24
httping 1.3.2 port
To do
??