Hello, I’m DocuDroid!
Submitting feedback
Thank you for rating our AI Search!
We would be grateful if you could share your thoughts so we can improve our AI Search for you and other readers.
GitHub

gp_resgroup_status_per_host

The gp_toolkit.gp_resgroup_status_per_host view shows the current memory and CPU usage and allocation for each resource group on a per-host basis. Memory amounts are specified in MBs.

Column Type References Description

rsgname

name

pg_resgroup.rsgname

The name of the resource group

groupid

oid

pg_resgroup.oid

The ID of the resource group

hostname

text

gp_segment_configuration.hostname

The hostname of the segment host

cpu

numeric

 — 

The real-time CPU usage of the resource group on a host

memory_used

integer

 — 

The real-time memory usage of the resource group on the host. This total includes resource group fixed and shared memory. It also includes global shared memory used by the resource group

memory_available

integer

 — 

The unused fixed and shared memory for the resource group that is available on the host. This total does not include available resource group global shared memory

memory_quota_used

integer

 — 

The real-time fixed memory usage for the resource group on the host

memory_quota_available

integer

 — 

The fixed memory available to the resource group on the host

memory_shared_used

integer

 — 

The group shared memory used by the resource group on the host. If any global shared memory is used by the resource group, this amount is included in the total as well

memory_shared_available

integer

 — 

The amount of group shared memory available to the resource group on the host. Resource group global shared memory is not included in this total