forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.5 KiB
5.5 KiB
GS_WORKLOAD_TRANSACTION
GS_WORKLOAD_TRANSACTION provides transaction information about workload cgroups on a single CN. The database records the number of times that each workload Cgroup commits and rolls back transactions and the response time of transaction commitment and rollback, in microseconds.
Name |
Type |
Description |
---|---|---|
workload |
name |
Workload Cgroup name |
commit_counter |
bigint |
Number of the commit times |
rollback_counter |
bigint |
Number of rollbacks |
resp_min |
bigint |
Minimum response time |
resp_max |
bigint |
Maximum response time |
resp_avg |
bigint |
Average response time |
resp_total |
bigint |
Total response time |
Parent topic: System Views