# Monitoring

The **Monitoring** section provides visibility into the operational metrics of a running cloud instance.\
It enables users to observe system performance and resource utilisation in near real-time.

Monitoring helps identify performance bottlenecks, detect abnormal activity, and ensure that workloads are operating within expected resource limits.

<figure><img src="/files/r6Wwwk77cxsBQ9LHqbPH" alt=""><figcaption></figcaption></figure>

The monitoring dashboard provides graphical metrics for the following resources:

* **Memory Usage**
* **CPU Utilization**
* **Network Activity**
* **Disk IOPS**
* **Disk Throughput**

These metrics assist users in understanding workload behaviour and making decisions such as scaling or optimising the instance configuration.

### Access Monitoring

To view monitoring metrics for an instance:

1. Log in to the **NeevCloud Dashboard**.
2. Navigate to **CLOUD→ Servers**.
3. Select the required **Cloud Instance**.
4. Click on **Monitoring** in the left-side menu.

The monitoring page will display graphical metrics for the selected time range.

***

### Available Metrics

#### Memory Metrics

Displays the memory consumption of the instance over time.

This helps identify:

* High memory utilization
* Potential memory exhaustion
* Memory-intensive applications

#### CPU Metrics

Displays CPU usage of the instance.

This helps determine:

* CPU load patterns
* Overutilized workloads
* When scaling, CPU resources may be required.

#### Network Metrics

Displays incoming and outgoing network activity.

This includes:

* Network utilization
* Traffic spikes
* Network performance trends

#### Disk IOPS Metrics

Displays disk input/output operations per second.

This metric helps identify:

* Storage performance
* High disk activity
* I/O bottlenecks

#### Disk Throughput Metrics

Displays disk read/write throughput over time.

This helps analyse:

* Data transfer rates
* Storage workload patterns
* Disk performance efficiency.

### Monitoring Time Range

Users can select a **time window** to analyse performance data.

Common options include:

* Last 1 hour
* Last 6 hours
* Last 12 hours
* Last 24 hours

This enables users to investigate both short-term and historical performance behaviour.

***

### When Metrics Are Not Available

In some cases, monitoring charts may show **"No metrics available"**.

This may occur if:

* The instance has been recently created.
* The instance is powered off.
* Monitoring data has not yet been collected.

Once the instance begins generating workload activity, metrics will appear automatically.

***

### Best Practices

To effectively monitor your instances:

* Regularly review CPU and memory usage.
* Monitor disk I/O for storage-heavy workloads.
* Check network metrics when running data-intensive applications.
* Use monitoring insights before performing a **Rescale operation**.


---

# 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://docs.neevcloud.com/neevcloud-products/computes/manage-cloud-instance/monitoring.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.
