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>
4.0 KiB
4.0 KiB
How Do I Set the Maximum Number of Sessions When Adding an Alarm Rule on Cloud Eye?
After connecting to a database, run the following SQL statement to check the maximum number of concurrent sessions globally:
1 | show max_active_statements; |
Go to the Cloud Eye console and set the threshold to 70% to 80% of the obtained value. For example, if the value of max_active_statements is 80, set the threshold to 56 (80 x 70%).
Procedure:
- On the GaussDB(DWS) management console, choose Clusters > Dedicated Clusters.
- Click View Metric in the Operation column of the target cluster to go to the Cloud Eye console.
- Click
in the upper left corner on the displayed page and click Create Alarm Rule of the target cluster.
- Set Method to Configure manually, Metric Name to Session Count, Alarm Policy to 56, and Alarm Severity to Major. Then click Create.
Parent topic: Cluster Management