Bug 367504 - Debuggee JMX Statistics
Summary: Debuggee JMX Statistics
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-23 11:39 EST by Nathan Reynolds CLA
Modified: 2011-12-23 11:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Reynolds CLA 2011-12-23 11:39:45 EST
Build Identifier: 20110916-0149

In a debugger window, report statistics about the debuggee.  These statistics can be collected via JMX.

Statistics:

- Live Threads
- Peak Threads
- Daemon Threads
- Total Threads Started
- Loaded Classes
- Total Loaded Classes
- Unloaded Classes
- For each Memory Pool
-- Current Size
-- Max Size
- Other information available in JConsole

All of this information is available in JConsole.  JConsole doesn't work well with a process being debugged.  It also means opening another program to get at the information as well as switching back and forth.

Being able to see the heap space used by the debuggee will help me figure out if I have a memory issue.

Reproducible: Always