> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/deploy/device-manager/monitoring/view-the-resource-monitor.md).

# 리소스 모니터 보기

Roboflow Deployment Manager를 사용하면 장치가 최적 수준으로 작동하지 않을 수 있다고 생각되는 경우 시스템 수준에서 장치의 상태를 모니터링할 수 있습니다. 진행 중인 디스크 사용량, 메모리 사용량, CPU 사용량, GPU 사용량을 모니터링할 수 있습니다.

<figure><img src="/files/3be7f77126f4ced818b1675c07d1a094d8c56a22" alt=""><figcaption></figcaption></figure>

또한 "Service Containers" 섹션에서 Roboflow가 장치에서 효과적으로 실행되는 데 필요한 다양한 서비스의 상태를 모니터링할 수 있습니다.

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

마지막으로, 장치에 대한 정적 정보도 검토할 수 있습니다. 이는 핵심 종속성의 호환되지 않는 버전이 장치에 있는지 또는 Deployment Manager가 의도치 않게 잘못된 장치에 배포되었는지 디버깅하는 데 가장 유용합니다.

<figure><img src="/files/663fa5c37afeb29145218e9efabc0dfbc9f095f1" alt=""><figcaption></figcaption></figure>


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/deploy/device-manager/monitoring/view-the-resource-monitor.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.
