JDK-6253724 : A new overview tab showing usage graphs of multiple critical resources in a single tab
  • Type: Enhancement
  • Component: tools
  • Sub-Component: jconsole
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-04-12
  • Updated: 2010-04-02
  • Resolved: 2006-05-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b73Fixed
Related Reports
Relates :  
Description
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

Comments
EVALUATION We will add a new Overview tab to display graphs of the following: 1. Heap memory usage 2. live thread count 3. loaded class count 4. CPU usage The summary tab will be merged with the VM tab. The name of this tab may need to be renamed. ###@###.### 2005-04-12 00:35:56 GMT
12-04-2005