# Temp Usage

글로벌 내비게이션 바에서 **\[Analysis] > \[Usage Analysis] > \[Temp Usage]** 메뉴를 클릭하면 Temp Usage 화면이 열린다.

<figure><img src="/files/7jYSZgorBNYVxsar7HAr" alt=""><figcaption></figcaption></figure>

## Temp Usage

이 화면에서는 지정한 기간 동안 시간 단위의 Temp 크기의 변화량을 확인할 수 있다.

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

## Total Temp Usage

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

Temp Usage 에서 선택한 항목의 전체 Temp 사용량 정보를 상세하게 확인할 수 있다.

| 항목                      | 설명                                  |
| ----------------------- | ----------------------------------- |
| Log Time                | 수집 시간                               |
| Tablespace Name         | 테이블스페이스 이름                          |
| Used/Total Size \[Byte] | 사용된 Temp 크기 / 전체 Temp 크기 (단위: Byte) |

## Session Temp Usage

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

Total Temp Usage 에서 선택한 항목의 한 시간 동안 Temp를 사용한 세션의 정보를 상세하게 확인할 수 있다.

| 항목                | 설명                  |
| ----------------- | ------------------- |
| SID               | 세션의 SID             |
| Serial #          | 시리얼 번호              |
| User Name         | 세션 사용자 이름           |
| Program           | 세션의 프로그램 이름         |
| Max Used          | 최대 Undo 사용 크기       |
| Avg Used          | 평균 Temp 사용 크기       |
| Max Segment Block | 최대 Segment Block 개수 |
| Avg Segment Block | 평균 Segment Block 개수 |

### Temp Detail

Session Temp Usage에서 Sid를 클릭하면 Temp Detail 페이지로 이동된다.

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

해당 페이지에서는 Temp usage의 분단위, 초단위 사용량과 변화량을 확인할 수 있다.

또한 하단에서 Session 정보도 같이 확인이 가능하다.

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


---

# 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/analysis/usage-analysis/temp-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.
