Bug 34277 - Allow Classpath VMs to be monitored via JConsole
Summary: Allow Classpath VMs to be monitored via JConsole
Status: ASSIGNED
Alias: None
Product: classpath
Classification: Unclassified
Component: classpath (show other bugs)
Version: unspecified
: P3 enhancement
Target Milestone: ---
Assignee: Andrew John Hughes
URL:
Keywords:
Depends on: 34078 34278 34583
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-28 22:52 UTC by Andrew John Hughes
Modified: 2007-11-28 23:02 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2007-11-28 23:00:52


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew John Hughes 2007-11-28 22:52:25 UTC
The JConsole tool uses JMX and the java.lang.management extensions to allow a user to monitor memory usage, track threads, etc. on a running VM.  We already have a VM interface for the extensions and the main JMX classes in place, so we should aim to add the missing functionality (mainly the javax.management.remote code) so that a Classpath VM can be accessed via JConsole and monitored.