# How to Monitor container?

GPU Container provides **container logs** and **metrics** to help you monitor and troubleshoot your workloads. To view your logs and metrics, open the Details Container screen, open the Logs or Monitoring tab. This gives you container logs and metrics monitoring, making it easy to diagnose issues or monitor your container’s activity.

#### Container Logs

Container logs include all application logs. Note that logs are only kept for 14 days, and timestamps are shown in the UTC timezone.

![](/files/6d5dcb101170f647ac51c39e02a5a21fa8735eb9)

1. Download: Download logs from the last 14 days of your container.
2. Search: Enter a keyword to search within the log content.
3. Time Filter: Filter logs by specific time ranges.
4. Refresh: Interval at which the container logs are automatically updated.

#### Metric Monitoring

Monitoring metrics are collected to track the performance, availability, and resource usage of containerized services, helping detect issues and optimize operations. Note that metric data is retained for 14 days.

There are 4 metric groups:

* **Utilization metrics**: Monitor CPU, memory, and GPU usage to assess system performance and resource efficiency.
* **Disk metrics**: Track disk read/write speed, and latency to detect storage issues or bottlenecks.
* **Network metric**: Measure network traffic, latency, and errors to identify connectivity problems and ensure service reliability.
* **Temperature and Power metrics**: Monitor hardware temperature and power consumption to prevent overheating and maintain hardware health.

![](/files/7d4606f25e3e880b333ef6adbf00484f18a0db81)

1. Time Filter: Filter metrics by specific time ranges.
2. Refresh: Interval at which the container metrics are automatically updated.


---

# 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://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-container/tutorials/how-to-monitor-container.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.
