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>
21 lines
1.0 KiB
HTML
21 lines
1.0 KiB
HTML
<a name="EN-US_TOPIC_0000001510161309"></a><a name="EN-US_TOPIC_0000001510161309"></a>
|
|
|
|
<h1 class="topictitle1">Computing Node Group Function</h1>
|
|
<div id="body0000001453683352"><div class="section" id="EN-US_TOPIC_0000001510161309__section539995835611"><h4 class="sectiontitle">pv_compute_pool_workload()</h4><p id="EN-US_TOPIC_0000001510161309__p198981058184018">Description: Load status of a computing Node Group.</p>
|
|
<p id="EN-US_TOPIC_0000001510161309__p789825812402">Return type: void</p>
|
|
<p id="EN-US_TOPIC_0000001510161309__p1489835884012">Example:</p>
|
|
<pre class="screen" id="EN-US_TOPIC_0000001510161309__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>
|
|
|