# File Usage

글로벌 내비게이션 바에서 **\[Realtime] > \[Usage Monitoring] > \[File Usage]** 를 클릭하면 File Usage 페이지가 열린다.

File Usage 페이지에서는 데이터 파일 사용량 정보를 보여준다. File Usage 는 관제 DB 에 대한 부하를 최소화하기 위해 한시간마다 수집되는데, 우 상단 **\[Collect]** 버튼 클릭시 최신 File Usage 정보를 수집하여 보여준다.

{% hint style="info" %}
Configurable Privileges 중 선택한 인스턴스에 대해 \[Data Collection] 권한이 부여된 사용자에 한해 \[Collect] 버튼을 사용할 수 있다.
{% endhint %}

모니터링 대상 DB의 테이블스페이스의 데이터 파일 I/O 사용량 정보를 확인할 수 있다.

<figure><img src="/files/9VkDV0aqmMoxmvIH5KyG" alt=""><figcaption></figcaption></figure>

| 항목                           | 설명                      |
| ---------------------------- | ----------------------- |
| Tablespace Name              | 테이블스페이스 이름              |
| Name                         | 파일 경로를 포함한 파일명          |
| Physical Reads               | Physical Read 횟수        |
| Physical Writes              | Physical Write 횟수       |
| Physical Block Reads         | Physical Block Read 횟수  |
| Physical Block Writes        | Physical Block Write 횟수 |
| Single Block Reads           | Single Block Read 횟수    |
| Free/Total Size              | 사용 가능 File 공간 크기 현황     |
| Used/Total Size              | 사용중인 File 공간 크기 현황      |
| Total/Auto Extend Limit Size | File 자동 확장 최대 증가 크기 현황  |
| Auto Extend                  | File 자동 확장 여부           |

###


---

# 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.tibero.com/sysmasterdb/8.3_manual/realtime/usage-monitoring/file-usage.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.
