]
Brian Stansberry updated WFLY-1061:
-----------------------------------
Assignee: Heiko Braun (was: Brian Stansberry)
Expose pool statistcs from a deployed .rar via the console
-----------------------------------------------------------
Key: WFLY-1061
URL:
https://issues.jboss.org/browse/WFLY-1061
Project: WildFly
Issue Type: Feature Request
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@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@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: