[jboss-jira] [JBoss JIRA] Commented: (AS7-340) Expose platform mxbeans via the domain model

Heiko Braun (JIRA) jira-events at lists.jboss.org
Mon Sep 12 09:41:26 EDT 2011


    [ https://issues.jboss.org/browse/AS7-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627822#comment-12627822 ] 

Heiko Braun commented on AS7-340:
---------------------------------

An example:

{noformat}
  "core-service" => {
            "service-container" => {},
            "platform-mbean" => {"type" => {
                "compilation" => {},
                "memory-manager" => {"name" => {
                    "ConcurrentMarkSweep" => {},
                    "ParNew" => {},
                    "CodeCacheManager" => {}
                }},
                "garbage-collector" => {"name" => {
                    "ConcurrentMarkSweep" => {},
                    "ParNew" => {}
                }},
                "memory" => {},
                "threading" => {},
                "operating-system" => {},
                "memory-pool" => {"name" => {
                    "Par_Eden_Space" => {},
                    "CMS_Old_Gen" => {},
                    "Par_Survivor_Space" => {},
                    "CMS_Perm_Gen" => {},
                    "Code_Cache" => {}
                }},
                "runtime" => {},
                "class-loading" => {}
            }},
 [...]
{noformat}

> Expose platform mxbeans via the domain model
> --------------------------------------------
>
>                 Key: AS7-340
>                 URL: https://issues.jboss.org/browse/AS7-340
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Domain Management
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>              Labels: console_prio
>             Fix For: 7.1.0.Alpha1
>
>
> Expose the java.lang.managment MXBeans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list