Johnathon Lee created AS7-6716:
----------------------------------
Summary: Expose pool statistcs from a deployed .rar via the console
Key: AS7-6716
URL: https://issues.jboss.org/browse/AS7-6716
Project: Application Server 7
Issue Type: Feature Request
Components: Console
Affects Versions: 7.1.3.Final (EAP)
Reporter: Johnathon Lee
Assignee: Heiko Braun
Currently pool statistics are not available from a resource adapter, but can be seen via jboss-cli.sh [1].
Note this is a subset of a rejected FR [2] (found during creation of this FR)
The FR is to expose these statistics via the web console.
[1]
[standalone at localhost:9999 /] /deployment=helloworld.rar/subsystem=resource-adapters/statistics=statistics/connection-definitions=java\:\/eis\/HelloWorld:read-resource(include-runtime=true)
{
"outcome" => "success",
"result" => {
"ActiveCount" => "0",
"AvailableCount" => "20",
"AverageBlockingTime" => "0",
"AverageCreationTime" => "0",
"CreatedCount" => "0",
"DestroyedCount" => "0",
"MaxCreationTime" => "0",
"MaxUsedCount" => "0",
"MaxWaitTime" => "0",
"TimedOut" => "0",
"TotalBlockingTime" => "0",
"TotalCreationTime" => "0"
}
}
[standalone at localhost:9999 /]
[2]
https://issues.jboss.org/browse/AS7-3780
--
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