# How Do I Obtain Computing Resource Usage?

## Problem

How do I obtain resource usage (e.g. RAM, CPU, disk utilization, etc.) of my compute hosts or instances?

## Environment

* Platform9 Managed OpenStack - All Versions
* Nova
* Clarity UI

## Answer

Compute resource usage may be obtained either via the OpenStack CLI, or Platform9's Clarity UI.

### OpenStack CLI

Refer to [OpenStack Docs - Show usage statistics for hosts and instances](https://docs.openstack.org/nova/pike/admin/common/nova-show-usage-statistics-for-hosts-instances.html).

### Clarity UI

### Administrators

* From the Dashboard tab, you will be able to see an overview of compute, network, and storage statistics.

<figure><img src="https://3413721029-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8o9pwjt91cVZOj58RUXj%2Fuploads%2Fgit-blob-04719fb8a8bfcedf7bd10e69efad7089c04ae96e%2F1623345425.png?alt=media" alt="Screen_Shot_2020-01-23_at_3.17.02_PM.png"><figcaption><p>Screen_Shot_2020-01-23_at_3.17.02_PM.png</p></figcaption></figure>

* Under Infrastructure → Hosts, you can also toggle statistics which will show a more specific breakdown of these resources.

<figure><img src="https://3413721029-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8o9pwjt91cVZOj58RUXj%2Fuploads%2Fgit-blob-905f0951439a057744234114eff1588ff68e32c5%2F1623345427.png?alt=media" alt="Screen_Shot_2020-01-23_at_3.15.34_PM.png"><figcaption><p>Screen_Shot_2020-01-23_at_3.15.34_PM.png</p></figcaption></figure>

### Self-Service Users

* From the Dashboard tab, you will only be able to see tenant-specific quota statistics.

<figure><img src="https://3413721029-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8o9pwjt91cVZOj58RUXj%2Fuploads%2Fgit-blob-d81cc32f7400d81035b5e7c04d891b30c3fc360e%2F1623345429.png?alt=media" alt="Screen_Shot_2020-01-23_at_3.22.02_PM.png"><figcaption><p>Screen_Shot_2020-01-23_at_3.22.02_PM.png</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pmo/frequently-asked-questions/how-do-i-obtain-computing-resource-usage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
