> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gcore.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitor load on a specific node

The **Monitoring** tab displays performance metrics for a Kubernetes worker node.

To open node monitoring, a [Kubernetes cluster](/cloud/kubernetes/clusters/create-a-kubernetes-cluster) with at least one pool and one worker node must already exist in the selected region.

## Navigate to monitoring

1. In the [Gcore Customer Portal](https://portal.gcore.com), navigate to **Cloud** > **Managed Kubernetes** and click the cluster name.

<Frame>
  <img src="https://mintcdn.com/gcore/-tGG7PWTFMtYIhJ9/images/docs/cloud/kubernetes/monitor-load-on-a-specific-node/managed-kubernetes-clusters-list.png?fit=max&auto=format&n=-tGG7PWTFMtYIhJ9&q=85&s=3193db2a0ea6255ba2c7d9da6fb3821e" alt="Kubernetes Clusters list with cluster name and Create Cluster button" width="70%" data-path="images/docs/cloud/kubernetes/monitor-load-on-a-specific-node/managed-kubernetes-clusters-list.png" />
</Frame>

2. On the cluster page, open the **Pools** tab and click the node name.

<Frame>
  <img src="https://mintcdn.com/gcore/-tGG7PWTFMtYIhJ9/images/docs/cloud/kubernetes/monitor-load-on-a-specific-node/monitor-load-cluster-pools.png?fit=max&auto=format&n=-tGG7PWTFMtYIhJ9&q=85&s=2335383d666b09a82f5b73b8647b91df" alt="Cluster detail page showing pool with a running worker node" width="70%" data-path="images/docs/cloud/kubernetes/monitor-load-on-a-specific-node/monitor-load-cluster-pools.png" />
</Frame>

3. On the node details panel, select the **Monitoring** tab.

<Frame>
  <img src="https://mintcdn.com/gcore/-tGG7PWTFMtYIhJ9/images/docs/cloud/kubernetes/monitor-load-on-a-specific-node/monitor-load-monitoring-tab.png?fit=max&auto=format&n=-tGG7PWTFMtYIhJ9&q=85&s=3a2960b6932feaf8a2b6f2678d9c4b48" alt="Monitoring tab on a Kubernetes worker node with CPU Utilization and RAM Utilization graphs" width="70%" data-path="images/docs/cloud/kubernetes/monitor-load-on-a-specific-node/monitor-load-monitoring-tab.png" />
</Frame>

Two controls appear above the graphs — the left one selects the time range of the displayed data, and the right one sets the refresh interval.

<Note>
  Rate metrics — bytes per second and packets per second — display one-minute averages. The system collects the total volume for one minute and divides by 60.
</Note>

## Metrics

The Monitoring tab shows four metrics for the selected worker node:

1. **CPU Utilization** measures the load on the node processor as a percentage. At 90% load across all cores, the graph displays 90%.

2. **RAM Utilization** measures the amount of RAM the worker node uses, as a percentage. A value of 100% means the RAM is fully loaded.

RAM Utilization in the portal may be higher than the value shown inside the operating system. The Monitoring tab includes cache RAM — memory the OS reserves to speed up applications but reclaims immediately when any application requires it.

3. **Network Traffic** shows network traffic speed. **Network BPS, ingress** is incoming traffic in bytes per second, and **Network BPS, egress** is outgoing traffic in bytes per second.

4. **Network Packets** shows network traffic in packets per second. **Network PPS, ingress** is incoming traffic in packets per second, and **Network PPS, egress** is outgoing traffic in packets per second.
