此内容没有您所选择的语言版本。
14.4.4. View Datasource Statistics
You can view statistics from defined datasources for both the
jdbc
and pool
using appropriately modified versions of the commands below:
Procedure 14.3.
/subsystem=datasources/data-source=ExampleDS/statistics=jdbc:read-resource(include-runtime=true)
/subsystem=datasources/data-source=ExampleDS/statistics=jdbc:read-resource(include-runtime=true)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow /subsystem=datasources/data-source=ExampleDS/statistics=pool:read-resource(include-runtime=true)
/subsystem=datasources/data-source=ExampleDS/statistics=pool:read-resource(include-runtime=true)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note
Ensure you specify the
include-runtime=true
argument, as all statistics are runtime only information and the default is false
.