> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/fpt-gpu-cloud/metal-cloud/tutorials/monitoring.md).

# Monitoring

**The monitoring feature is bundled with AI Infrastructure – Metal Cloud service.**

Collecting and visualizing metrics, logs, and events can help identify potential issues and optimize future workloads. You may select an observability solution that best fits their needs.

![](/files/8df8b6cd7d019a7f56d0a6b6cc638d9268bbe5e9)

![](/files/d893676d212a704933c2bdda1be2886fddd3e9f6)

| **Metrics**                                                                          | **A Cluster (in the same VPC)** | **A single Server** |
| ------------------------------------------------------------------------------------ | ------------------------------- | ------------------- |
| Total number of nodes and down nodes                                                 | ✔                               |                     |
| GPU model, Driver & CUDA version                                                     |                                 | ✔                   |
| Power state                                                                          | ✔                               |                     |
| Uptime                                                                               |                                 | ✔                   |
| Total number of GPUs and down GPUs                                                   | ✔                               | ✔                   |
| GPU Utilization                                                                      | ✔                               | ✔                   |
| GPU Memory                                                                           | ✔                               | ✔                   |
| CPU Utilization                                                                      | ✔                               | ✔                   |
| System Memory                                                                        | ✔                               | ✔                   |
| Root Storage Usage                                                                   | ✔                               | ✔                   |
| Local Disk Usage                                                                     | ✔                               | ✔                   |
| **Details of each GPUs** Power consumption, Temperature, GPU Utilization, VRAM usage |                                 | ✔                   |
| Network Bandwidth Inbound/ Outbound                                                  | ✔                               | ✔                   |
| Network Packets Sent/Received                                                        | ✔                               | ✔                   |
| Network Error rate Receive/Transmit                                                  |                                 | ✔                   |
| Network InfiniBand Bandwidth/Packet/Error                                            |                                 | ✔                   |
| System Fan Speed                                                                     |                                 | ✔                   |
| System Voltage                                                                       |                                 | ✔                   |
| Common Alerts                                                                        | ✔                               |                     |

*\*For custom or advanced metrics as requested, we offer a Cloud Monitoring (FMON) service available for an additional charge.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/fpt-gpu-cloud/metal-cloud/tutorials/monitoring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
