doc-exports/docs/dws/dev/dws_06_0345.html
Lu, Huayi ef0ada5a59 DWS DEV 20240716 version
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>
2024-11-02 09:07:47 +00:00

1.0 KiB

Computing Node Group Function

pv_compute_pool_workload()

Description: Load status of a computing Node Group.

Return type: void

Example:

SELECT * from pv_compute_pool_workload(); 
nodename  | rpinuse | maxrp | nodestate
-----------+---------+-------+----------- 
datanode1 |       0 |  1000 | normal 
datanode2 |       0 |  1000 | normal
(2 rows)