Files
doc-exports/docs/dws/dev/dws_06_0345.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

21 lines
1.0 KiB
HTML

<a name="EN-US_TOPIC_0000001764516162"></a><a name="EN-US_TOPIC_0000001764516162"></a>
<h1 class="topictitle1">Computing Node Group Function</h1>
<div id="body0000001453683352"><div class="section" id="EN-US_TOPIC_0000001764516162__section539995835611"><h4 class="sectiontitle">pv_compute_pool_workload()</h4><p id="EN-US_TOPIC_0000001764516162__p198981058184018">Description: Load status of a computing Node Group.</p>
<p id="EN-US_TOPIC_0000001764516162__p789825812402">Return type: void</p>
<p id="EN-US_TOPIC_0000001764516162__p1489835884012">Example:</p>
<pre class="screen" id="EN-US_TOPIC_0000001764516162__screen1794417237417">SELECT * from pv_compute_pool_workload();
nodename | rpinuse | maxrp | nodestate
-----------+---------+-------+-----------
datanode1 | 0 | 1000 | normal
datanode2 | 0 | 1000 | normal
(2 rows)</pre>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_06_0051.html">System Information Functions</a></div>
</div>
</div>