[jboss-jira] [JBoss JIRA] (WFLY-1590) Add missing cache statistics in EJB3 deployment metrics

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Mon Jul 29 20:51:27 EDT 2013


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

RH Bugzilla Integration commented on WFLY-1590:
-----------------------------------------------

Larry O'Leary <loleary at redhat.com> made a comment on [bug 911117|https://bugzilla.redhat.com/show_bug.cgi?id=911117]

@Jan
Looks like everything is there (of course this was a stateful-session-bean): 

/deployment=jboss-as-ejb-in-war.war/subsystem=ejb3/stateful-session-bean=GreeterEJB:read-resource(include-runtime=true)
{
    "outcome" => "success",
    "result" => {
        "cache-size" => 1,
        "component-class-name" => "GreeterEJB",
        "declared-roles" => [],
        "execution-time" => 1L,
        "invocations" => 7L,
        "methods" => {"sayHello" => {
            "execution-time" => 1L,
            "invocations" => 7L,
            "wait-time" => 0L
        }},
        "passivated-count" => 0,
        "peak-concurrent-invocations" => 1L,
        "run-as-role" => undefined,
        "security-domain" => "other",
        "total-size" => 1,
        "wait-time" => 0L
    }
}
                
> Add missing cache statistics in EJB3 deployment metrics
> -------------------------------------------------------
>
>                 Key: WFLY-1590
>                 URL: https://issues.jboss.org/browse/WFLY-1590
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>    Affects Versions: 8.0.0.Alpha2
>            Reporter: Chao Wang
>            Assignee: Chao Wang
>             Fix For: 8.0.0.Alpha3
>
>
> EJB3 deployment metrics is missing from EJB3 subsystem, part of them have been added in https://issues.jboss.org/browse/WFLY-38, we also need to provide the missing cache statistics:
> Cache Size - Cache Size
> Passivated Count - Passivated Count
> Total Size - Total Size

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list