Hooking to PerfMon from Java
Enterprise Java Article Published October 6, 2003
The Performance Monitor utility in the Windows operating system provides the facility to record the application parameters such as memory and CPU utilization and then display them online in graph and report views. Java applications can also hook to the Performance Monitor and log crucial statistics such as open database connections, or sessions over time, that later can be analysed.
