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

# Monitoring cluster utilization

Data Science & AI Workbench enables you to monitor cluster resource usage in terms of CPU, memory, disk space, network and GPU utilization.

**To access the Operations Center:**

1. Log in to Workbench, select the <Icon icon="circle-user" iconType="light" /> **Menu** in the top right corner and click the **Administrative Console** link displayed at the bottom of the slide out window.
2. Click **Manage Resources**.
3. Login to the Operations Center using the Administrator credentials [configured after installation](/docs/data-science/latest/install/config)

## Total cluster resource utilization

The **Dashboard** tab in the Operations Center displays the total CPU and Memory utilize aggregated across all nodes (master and worker) nodes in the Workbench cluster.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/u4MsRLDCM8Pedgc_/images/total-cluster-usage.png?fit=max&auto=format&n=u4MsRLDCM8Pedgc_&q=85&s=3340ac5798b7aced95222cea18a30911" alt="" width="2472" height="892" data-path="images/total-cluster-usage.png" />
</Frame>

## Monitoring dashboard

1. Click **Monitoring** in the menu on the left.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/eSsEBS6xLmJK8V-1/images/monitor-cluster-usage.png?fit=max&auto=format&n=eSsEBS6xLmJK8V-1&q=85&s=d739fecaad3fc145d4d50e1ae639c332" alt="" width="2542" height="1270" data-path="images/monitor-cluster-usage.png" />
</Frame>

The graphs displayed include the following:

* Overall Cluster CPU Usage
* CPU Usage by Node
* Individual CPU Usage
* Overall Cluster Memory Usage
* Memory Usage by Node
* Individual Node Memory Usage
* Overall Cluster Network Usage
* Network Usage by Node
* Individual Node Network Usage
* Overall Cluster Filesystem Usage
* Filesystem Usage by Node
* Individual Filesystem Usage

Use the control in the upper-right corner to specify the range of time for
which you want to view usage information, and how often you want to refresh
the results.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/eSsEBS6xLmJK8V-1/images/monitoring-range.png?fit=max&auto=format&n=eSsEBS6xLmJK8V-1&q=85&s=2a0bdb628237f8491b4a8f01fc297ece" alt="" width="1144" height="1110" data-path="images/monitoring-range.png" />
</Frame>

## Monitoring Kubernetes

To view the status of your Kubernetes nodes, pods, services, jobs, daemon sets
and deployments from the Operations Center, click **Kubernetes** in the menu on
the left and select **Pods**.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/GAawxvWy-HUVSCqf/images/pod-status.png?fit=max&auto=format&n=GAawxvWy-HUVSCqf&q=85&s=ef311564f8a36ed3d661fd620bfcf9c5" alt="" width="2126" height="1550" data-path="images/pod-status.png" />
</Frame>

See [Monitoring sessions and deployments](./monitor-sessions-deps) for more
information.

To view the status or progress of a cluster installation, click **Operations**
in the menu on the left, and select an operation in the list. Clicking on a
specific operation switches to the **Logs** view, where you can also view logs
based on container or pod.
