PGXC_RESPOOL_RESOURCE_INFO
PGXC_RESPOOL_RESOURCE_INFO displays the real-time monitoring information about the resource pools on all instances.
- On a DN, it only displays the monitoring information of the logical cluster that the DN belongs to.
- Cluster 8.2.0 and later versions provide the negative memory feedback mechanism. The CCN can decrease the estimated memory usage of statements based on their actual memory usage on DNs, improving resource utilization by reducing overestimation. However, the estimated memory usage on CNs remains unchanged. If the CCN allows more jobs to run, the total estimated memory usage in the resource pool monitoring view may exceed the memory upper limit of the resource pool.
- Only the operators occupying large memory are under statement memory control. The memory, thread initialization costs, and expression costs of the operators with small memory usage are not controlled. So the value of used_mem of the resource pool may exceed the value of mem_limit to a limited extent.
Name |
Type |
Description |
---|---|---|
nodename |
name |
Instance name, including CNs and DNs. |
nodegroup |
name |
Name of the logical cluster of the resource pool. The default value is installation. |
rpname |
name |
Resource pool name. |
cgroup |
name |
Name of the Cgroup associated with the resource pool. |
ref_count |
int |
Number of jobs referenced by the resource pool. The number is counted regardless of whether the jobs are controlled by the resource pool. This parameter is valid only on CNs. |
fast_run |
int |
Number of running jobs in the fast lane of the resource pool. This parameter is valid only on CNs. |
fast_wait |
int |
Number of jobs queued in the fast lane of the resource pool. This parameter is valid only on CNs. |
fast_limit |
int |
Limit on the number of concurrent jobs in the fast lane in a resource pool. This parameter is valid only on CNs. |
slow_run |
int |
Number of running jobs in the slow lane of the resource pool. This parameter is valid only on CNs. |
slow_wait |
int |
Number of jobs queued in the slow lane of the resource pool. This parameter is valid only on CNs. |
slow_limit |
int |
Limit on the number of concurrent jobs in the slow lane in a resource pool. This parameter is valid only on CNs. |
used_cpu |
double |
Average number of CPUs used by the resource pool in a 5s monitoring period. The value is accurate to two decimal places.
|
cpu_limit |
int |
It indicates the upper limit of available CPUs for resource pools. If the CPU share is limited, this parameter indicates the available CPUs for GaussDB(DWS). If the CPU limit is specified, this parameter indicates the available CPUs for associated Cgroups.
|
used_mem |
int |
Memory size used by the resource pool (unit: MB)
|
estimate_mem |
int |
Estimated memory used by the jobs running in the resource pools on the current CN. This parameter is valid only on CNs. |
mem_limit |
int |
Upper limit of available memory for the resource pool (unit: MB).
|
read_kbytes |
bigint |
Number of logical read bytes in the resource pool within a 5s monitoring period (unit: KB).
|
write_kbytes |
bigint |
Number of logical write bytes in the resource pool within a 5s monitoring period (unit: KB).
|
read_counts |
bigint |
Number of logical reads in the resource pool within a 5s monitoring period.
|
write_counts |
bigint |
Number of logical writes in the resource pool within a 5s monitoring period.
|
read_speed |
double |
Average logical read rate of a resource pool in a 5-second monitoring period, in KB/s
|
write_speed |
double |
Average logical write rate of a resource pool in a 5-second monitoring period, in KB/s
|
send_speed |
double |
Average network sending rate of a resource pool in a 5-second monitoring period, in KB/s
|
recv_speed |
double |
Average network sending rate of a resource pool in a 5-second monitoring period, in KB/s
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot