-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
-
b73
-
generic
-
generic
-
Verified
System admins are one target audience of jconsole to monitor the operation
and health of an application. Several VM and system resources are very
critical to monitor such as the memory usage, the threads, classes loaded
in the VM, and also CPU time. The usage of these resources are also
inter-related. For example, creating a new thread may increase in memory usage and also causes loading of classes.
Need a better way to visualize the usage of these critical resources in one
single tab which allows a user to do the correlation easier that will help
troubleshoot when a problem occurs.
###@###.### 2005-04-12 00:25:00 GMT
and health of an application. Several VM and system resources are very
critical to monitor such as the memory usage, the threads, classes loaded
in the VM, and also CPU time. The usage of these resources are also
inter-related. For example, creating a new thread may increase in memory usage and also causes loading of classes.
Need a better way to visualize the usage of these critical resources in one
single tab which allows a user to do the correlation easier that will help
troubleshoot when a problem occurs.
###@###.### 2005-04-12 00:25:00 GMT
- relates to
-
JDK-6174397 Revisit jconsole UI design to make it more user-friendly
- Resolved