Monitoring Tools
Java VisualVM Java VisualVM is a new monitoring and profiling tool for troubleshooting Java applications It incorporates various technologies, including jvmstat and JMX, as well as CPU and memory profiling, to provide one easy-to-use integrated visualization tool Developers can rapidly create their own extensions using a public API, and may share them with the community on a central repository Display local and remote Java applications Display application configuration and runtime environment Monitor application memory consumption and runtime behavior Monitor application threads Profile application performance or analyze memory allocation (Local applications only) Create and display thread dumps Create and browse heap dumps Analyze core dumps Analyze applications offline Get additional plugins contributed by the community Write and share your own plugins JConsole Launch a GUI to monitor and manage Java applications and Java VMs on a local or remote...