Tools for debugging and monitoring your presentation environment
A number of free and commercial tools help you debug and monitor your presentation environment.
- JVisualVM
- Use this debugger, an executable that ships with the Oracle JDK, to debug both Oracle JVMs and IBM JVMs. Use it to detect which objects (including SDL Tridion Sites objects) are being referenced.
- JProfiler
- Use this profiler, which requires a license, to zoom in on performance problems and memory leaks on your presentation environment, and also to inspect references between objects in the heap. To run this tool, you need to know which port you are using. JProfiler can read thet HPROF memory snapshots that Java can produce when an out-of-memory error occurs.