Debugging Java performance problems presentation
I recently gave a presentation at the local UNIX users group titled Debugging Java performance
problems. The presentation describes various opensource tools and how they can be used to understand what is causing CPU, memory and lock contention issues inside a Java virtual machine. If there are additional tools not discussed in the presentation that you find useful for debugging Java performance problems, please let me know through the comment feature.








Alex on October 28th, 2008
Curious, what was the motivation behind this presentation ? Did you have java problems ?
-Alex