> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/fn/comm/statistics/upload.md).

# 업로드용량

{% hint style="info" %}
**로그 업로드량 시각화**

* 로그 업로드량을 **그래프** 또는 **테이블** 형태로 시각화하여 제공합니다.
* 대시보드 상단에서 **로그 업로드량**을 통해 정보를 확인할 수 있습니다.
* **월별 정보**는 당월을 포함해 4개월간 확인 가능합니다.
* **업로드 용량** 또는 **업로드 수** 중에서 선택할 수 있습니다.
* **업로드 수** 선택 시, **채널별 상세 정보**가 제공됩니다.
  {% endhint %}

### 1. 통계 항목 <a href="#id-1" id="id-1"></a>

* 일일 통계&#x20;

<figure><img src="/files/78PNP5BcLii9RQocpCkW" alt=""><figcaption></figcaption></figure>

* 주별 통계

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

* 월별 통계

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

### 2. 로그업로드 용량/수 조회 <a href="#id-2" id="id-2"></a>

* 호스트별로 **로그 용량**과 **업로드 수**를 정렬하여 조회할 수 있습니다.

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

### 3. 채널별 로그수 <a href="#id-3" id="id-3"></a>

* 특정 호스트를 선택하면, **채널별 로그 수**를 확인할 수 있습니다.
  * (지원 OS: **윈도우**, **리눅스**)

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

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/statistics/upload/009.png" 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.plura.io/ko/fn/comm/statistics/upload.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.
