[jboss-jira] [JBoss JIRA] (WFLY-38) EJB3 deployment metrics missing
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Mon Jul 29 20:51:27 EDT 2013
[ https://issues.jboss.org/browse/WFLY-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793662#comment-12793662 ]
RH Bugzilla Integration commented on WFLY-38:
---------------------------------------------
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
}
}
> EJB3 deployment metrics missing
> -------------------------------
>
> Key: WFLY-38
> URL: https://issues.jboss.org/browse/WFLY-38
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Reporter: Stefan Negrea
> Assignee: Carlo de Wolf
> Priority: Critical
> Labels: rhq
> Fix For: 8.0.0.Alpha1
>
>
> The following metrics are missing from AS7 EJB3 subsystem from deployment when compared to AS5 exposed metrics:
> Stateless Session Bean
> Method Invocation Time - The minimum, maximum, and average invocation times for each of the methods exposed by this EJB
> Stateful Session Bean
> Method Invocation Time - The minimum, maximum, and average invocation times for each of the methods exposed by this EJB
> 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