Using Hardware Performance Monitors to Understand the Behavior of Java Applications

Using Hardware Performance Monitors to Understand the Behavior of Java Applications
Related tools & artifacts:
Conference Paper: VM'04, May, 2004

Modern Java programs, such as middleware and application servers, include many complex software components. Improving the performance of these Java applications requires a better understanding of the interactions between the application, virtual machine, operating system, and architecture. Hardware performance monitors, which are available on most modern processors, provide facilities to obtain detailed performance measurements of long-running applications in real time. However, interpreting the data collected using hardware performance monitors is difficult because of the low-level nature of the data.

We have developed a system, consisting of two components, to alleviate the difficulty of interpreting results obtained using hardware performance monitors. The first component is an enhanced VM that generates traces of hardware performance monitor values while executing Java programs. This enhanced VM generates a separate trace for each Java thread and CPU combination and thus provides accurate results in a multithreaded and multiprocessor environment. The second component is a tool that allows users to interactively explore the traces using a graphical interface. We implemented our tools in the context of Jikes RVM, an open source Java VM, and evaluated it on a POWER4 multiprocessor. We demonstrate that our system is effective in uncovering as yet unknown performance characteristics and is a first step in exploring the reasons behind observed behavior of a Java program.

@inproceedings{Sweeney04, author = {Sweeney, Peter F. and Hauswirth, Matthias and Cahoon, Brendon and Cheng, Perry and Diwan, Amer and Grove, David and Hind, Michael}, title = {Using hardware performance monitors to understand the behavior of java applications}, booktitle = {Proceedings of the 3rd conference on Virtual Machine Research And Technology Symposium - Volume 3}, year = {2004}, location = {San Jose, California}, pages = {57--72}, numpages = {1}, url = {http://dl.acm.org/citation.cfm?id=1267242.1267247}, acmid = {1267247}, publisher = {USENIX Association}, address = {Berkeley, CA, USA}, }