AsItHappens : About
AsItHappens is a real-time network statistics collector and grapher written in Java and published under GPL. It uses SNMP and ICMP to collect data from devices over a network and displays graphs of network response, bandwidth, processor and memory usage, Cisco NBAR and Netflow. In addition, AsItHappens can graphically display flow information from a tcpdump file.
Thierry Uso has ported AsItHappens 0.55 on OpenVMS. Porting means testing all the functions, writing a startup procedure and creating a PCSI kit.
AsItHappens for OpenVMS needs Java 1.6.0 or later (Java 1.5.0 prior to version 0.55) and must be installed on an ODS5 volume. AsItHappens has been tested on Alpha and Itanium.
Contact : Thierry Uso
Thanks to :
Mark Abrahams (technical informations)
Gérard Calliet (tests)
AsItHappens : Screenshots
AsItHappens : Download
ZIP archive containing the PCSI kit of AsItHappens 0.55 :
Itanium: free-i64vms-asithappens-v0505-0-1.zip
This kit is based on the official archive asithappens-0.55.zip.
ZIP archive containing the PCSI kit of AsItHappens 0.41 :
Alpha: free-axpvms-asithappens-v0401-0-1.zip
Itanium: free-i64vms-asithappens-v0401-0-1.zip
This kit is based on the official archive asithappens-0.41.zip.
ZIP archive containing the PCSI kit of AsItHappens 0.34 :
Alpha: free-axpvms-asithappens-v0304-0-1.zip
Itanium: free-i64vms-asithappens-v0304-0-1.zip
This kit is based on the official archive asithappens-0.34.zip.
AsItHappens : Installation
1. Extract the PCSI kit from the ZIP archive
$ UNZIP “-V” FREE-AXPVMS-ASITHAPPENS-V0401-0-1.ZIP
or…
$ UNZIP “-V” FREE-I64VMS-ASITHAPPENS-V0401-0-1.ZIP
2. Make sure you uninstall any old version before installing this one
$ PRODUCT REMOVE asithappens
and…
manually delete any remaining directories.
3. Install AsItHappens in your chosen directory
By default, the installation procedure installs AsItHappens in the SYS$COMMON:[asithappens] directory. To install it in dev:[dir.asithappens], use the /DESTINATION parameter of the PRODUCT command.
$ PRODUCT INSTALL asithappens
or…
$ PRODUCT INSTALL asithappens /DESTINATION=dev:[dir]
4. Start AsItHappens
$ @SYS$COMMON:[asithappens.bin]asithappens
or…
$ @dev:[dir.asithappens.bin]asithappens
AsItHappens : News
2007-02-20
AsItHappens 0.34 port
2007-11-10
AsItHappens 0.41 port
2009-07-19
AsItHappens 0.55 port
To do
??