[ http://jira.jboss.com/jira/browse/JBAS-1449?page=comments#action_12316514 ] Dimitris Andreadis commented on JBAS-1449: ------------------------------------------
I had a look at the information provided by the jdk5 platform mbeans, wrt memory metrics, but I don't see how it is different from what the ServerInfo MBean already exposes. The reported metrics currently are: MaxMemory TotalMemory FreeMemory. I checked the above number with the numbers reported by the new MemoryMXBean and we have: Committed memory = TotalMemory MaxMemory = MaxMemory Finally MemoryMXBean reports "used" memory instead of "free" memory, but the values can be derived by subtracting from committed or total memory. What you get with the new platform mbeans is the detailed break down of memory into memory pools, plus some threhold notifications. > Update the ServerInfo memory ops to use the jdk 5 mbeans > -------------------------------------------------------- > > Key: JBAS-1449 > URL: http://jira.jboss.com/jira/browse/JBAS-1449 > Project: JBoss Application Server > Type: Feature Request > Components: JMX, MicroContainer bus > Versions: JBossAS-4.0.1 Final, JBossAS-3.2.7 Final > Reporter: Scott M Stark > Assignee: Dimitris Andreadis > Fix For: JBossAS-4.0.2 Final, JBossAS-3.2.8 Final > > Original Estimate: 4 hours > Remaining: 4 hours > > The memory related ops of the org.jboss.system.server.ServerInfo need to be > updated to use the jdk 5 memory mbeans. > http://java.sun.com/j2se/1.5.0/docs/guide/management/mxbeans.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
