# 호스트

{% hint style="info" %}
**리소스 정보 수집 및 모니터링**

에이전트는 호스트의 리소스 정보를 실시간으로 수집하여 모니터링을 제공합니다.\
**수집 대상 리소스**: CPU, 메모리, 디스크, 디스크 활동 시간, 네트워크 트래픽 사용량

* **리소스 임계치**에 따라 경고, 주의, 원활 상태의 호스트 수를 확인할 수 있습니다.
* **임계치 설정**을 통해 알림 발송 기능을 제공합니다.
* 정보 수집 기준은 커널에서 제공하는 API를 사용하며, 구체적인 사항은 다음과 같습니다:
  * **Windows**: Windows Performance Counters API 사용
  * **Linux**: /proc 가상 파일 시스템 사용

**디스크 사용량 기준**

* **Windows**: C 드라이브만 모니터링
* **Linux**: root(/) 파티션만 모니터링

**네트워크 트래픽 정의**

* **Receive Rate (수신율)**: 네트워크 인터페이스를 통해 수신되는 데이터 양을 초당 바이트 단위로 측정. 즉, 장치로 들어오는 네트워크 트래픽의 속도입니다.
* **Transmit Rate (전송율)**: 네트워크 인터페이스를 통해 전송되는 데이터 양을 초당 바이트 단위로 측정. 즉, 네트워크를 통해 외부로 보내는 트래픽의 속도입니다.

**Disk Active Time 정의**

* **Disk Active Time**: 이 값이 100%에 가까울수록 디스크가 계속해서 작업 중임을 나타냅니다. 디스크 활동 시간이 높다면, 과부하 상태일 수 있으며 시스템 성능 저하의 원인이 될 수 있습니다.
  {% endhint %}

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

### 1. 상단 요약 정보 <a href="#id-1" id="id-1"></a>

* 호스트 상태 표시
  * 경고(빨간색): 90% 이상
  * 주의(노란색): 80 \~ 90%
  * 원활(초록색): 80% 이하
* 경고, 주의, 원활 상태의 호스트 수를 확인할 수 있습니다.

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

### 2. 화면 설정 <a href="#id-2" id="id-2"></a>

* 우측 상단 아이콘을 선택하면 **화면 설정** 페이지가 표시됩니다.
* 표시할 컬럼을 선택할 수 있는 기능을 제공합니다.

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

### 3. 상세 리소스 정보 보기 <a href="#id-3" id="id-3"></a>

* 호스트를 선택하면 **리소스 모니터링 그래프**가 표시됩니다.

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

* 리스트에서 우측 클릭 시 **전체 로그** 및 **시스템 관리** 링크를 통해 관련 페이지로 이동할 수 있습니다.

  <figure><img src="/files/860xDHSoZeVAG81g5EKA" alt=""><figcaption></figcaption></figure>
* 특정 날짜를 선택하고 탐지 범위를 30분, 1시간, 2시간, 6시간, 24시간 단위로 선택할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/05.png" alt=""><figcaption></figcaption></figure>

* 특정 호스트 모니터링을 위한 **새창 보기 기능**을 제공합니다.

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

### 4. 검색 및 CSV 다운로드 기능 <a href="#id-4" id="id-4"></a>

* **검색 옵션**을 통해 호스트를 필터링할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/08.png" alt=""><figcaption></figcaption></figure>

* 매 1분마다 자동 갱신되며, 갱신 중지 기능도 제공됩니다.
* **CSV 다운로드 기능**을 통해 데이터를 저장할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/09.png" alt=""><figcaption></figcaption></figure>

### 5. 라이선스별 서비스 차이 <a href="#id-5" id="id-5"></a>

* **Standard**: 그래프 미제공
* **Gold**: 당일 상세 그래프 제공 (특정 날짜 선택 미지원)
* **Platinum**: 30일간의 상세 그래프 제공 (달력 기능 포함)
* **Premium (온프레미스)**: 60일간의 상세 그래프 제공 (달력 기능 포함)

{% hint style="info" %}
**그래프 동작 안내**

* 시간 클릭 시 해당 시간의 상세 그래프 제공
* **Back to Graph** 클릭 시 이전 그래프로 돌아가기
  {% endhint %}

### **6. 참조 링크** <a href="#id-6" id="id-6"></a>

> 1\) <https://learn.microsoft.com/en-us/windows/win32/perfctrs/performance-counters-portal>&#x20;
>
> 2\) <https://learn.microsoft.com/ko-kr/windows/win32/perfctrs/about-performance-counters>&#x20;
>
> 3\) <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/proc-virt-fs>&#x20;


---

# 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.plura.io/ko/fn/comm/resmon/host.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.
