Connected Sessions KEEP?
Early Adoption Program—EAP
connectedSessions -w <count> -c <count>
Displays a count of currently connected sessions.
The warning (-w) and critical (-c) thresholds are applied to the connect count; if connect count exceeds the critical threshold, a critical alert is raised. If connect count exceeds the warning threshold, a warning alert is raised. For more information, see Service Statuses.
Session count: 4
The detail section displays individual connection attributes:
Elapsed Queries Execution Comm
Session ID Time Executed Time Server Db user / Client user@host
7F8E125D3640 0:37:58 1,104 10:52.914 JDBC/.Net actian / user1@atchison11.tongy.local
Query Start: 15:43:59
Fetch ~Q cursor for
SELECT n_name, sum(l_extendedprice *(1 - l_discount)) AS revenue
FROM customer, orders, lineitem, supplier, nation, region
WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND l_suppkey = s_suppkey AND c_nationkey = . . .
The currently executing query may be abbreviated for display purposes. If that is the case, the line will end with “. . .”.
Last modified date: 10/30/2024