HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

GLOBAL_WORKLOAD_TRANSACTION

GLOBAL_WORKLOAD_TRANSACTION displays load information about workloads on each node.

Table 1 GLOBAL_WORKLOAD_TRANSACTION columns

Name Type Description
node_name name Node name
workload name Workload name
commit_counter bigint Number of user transactions committed
rollback_counter bigint Number of user transactions rolled back
resp_min bigint Minimum response time of user transactions (unit: μs)
resp_max bigint Maximum response time of user transactions (unit: μs)
resp_avg bigint Average response time of user transactions (unit: μs)
resp_total bigint Total response time of user transactions (unit: μs)
bg_commit_counter bigint Number of background transactions committed
bg_rollback_counter bigint Number of background transactions rolled back
bg_resp_min bigint Minimum response time of background transactions (unit: μs)
bg_resp_max bigint Maximum response time of background transactions (unit: μs)
bg_resp_avg bigint Average response time of background transactions (unit: μs)
bg_resp_total bigint Total response time of background transactions (unit: μs)
Copyright © 2011-2024 www.enmotech.com All rights reserved.