VisualVM
Monitoring profiler
Free visual tool for monitoring and profiling Java applications
Pros and Cons
Ventajas
- + Completely free
- + Intuitive visual interface
- + Real-time monitoring
- + Heap dumps and thread dumps
- + Extensible plugins
Desventajas
- - Fewer features than commercial tools
- - Not included in JDK since Java 9
- - Limited profiling compared to JProfiler
Casos de Uso
- Memory diagnostics
- Thread analysis
- CPU profiling
- Memory leak detection