-
Enhancement
-
Resolution: Done
-
Minor
-
24.0.0.Final
-
None
-
Undefined
The transaction subsystem provides a way to enable gathering transaction statistics with setting attribute statistics-enabled. When enabled then user may gather information about the statistics with :read-attribute model operation.
He needs to know all the statistics by name which are
average-commit-time number-of-aborted-transactions number-of-application-rollbacks number-of-committed-transactions number-of-heuristics number-of-inflight-transactions number-of-nested-transactions number-of-resource-rollbacks number-of-system-rollbacks number-of-timed-out-transactions number-of-transactions
It would be nice if all the statistics can be listed by once with single command
/subsystem=transactions:read-attribute-group(name=transaction-statistics, include-runtime=true)