How can I check the Datasource Connection pool being used currently in my system

How can I check the Datasource Connection pool being used currently in my system. When I use the JBoss Cli to get that information, I get '"undefined"

[standalone@localhost:9999 /] /subsystem=datasources:read-resource
{
"outcome" => "success",
"result" => {
"data-source" => undefined,
"jdbc-driver" => {
"com.mysql.jdbc" => undefined,
"oracle.jdbc" => undefined,
"com.microsoft.sqlserver.jdbc" => undefined,
"com.ibm.db2.jcc" => undefined
},
"xa-data-source" => undefined
}
}
[standalone@localhost:9999 /]


OriginalPostID-190169

OriginalPostID-190169

  Discussion posts and replies are publicly visible