# Top N Performance

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

Top N Performance 화면에서는 검색 기간 동안에 상위에 존재하는 SQL에 대해 확인할 수 있다.

이때 Category와 Item을 설정하면 선택한 Item에 대해 Value를 확인할 수 있다. 또한 Category에서 값을 선택하여 더블 클릭을 하면 SQL에 대한 정보를 확인할 수 있고, SQL을 선택하여 더블 클릭하면 SQL Detail 화면으로 연계된다.

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

다음은 탭 화면의 각 영역에 대한 설명이다.

### **Category**

데이터 집계 기준으로 'Machine', 'Module', 'Program', 'Username', 'OS user'가 있으며 'SQL' 선택 시 집계 기준을 설정하지 않는다.

![Category 선택](/files/Wd1SEy0EJDPGKcJ1OrIB)

### **Item**

집계 항목으로 'Logical Reads', 'Physical Reads', 'Redo Entries', 'Execute Count' 등이 있다.

![Item 선택](/files/xAYPQIxEyVbZu2Kzoj72)

### **Category / {CATEGORY}**

Category와 Item 선택을 통해 모니터링 하고자 하는 기간에서의 성능 지표를 확인할 수 있다. 이때 영역 오른쪽 상단의 콤보박스를 통해 SQL Category를 제외한 Category에 대해 정렬 리스트의 개수(ALL / Top 20 / Top 30 / Top 50)를 지정할 수 있다.

다음은 Category / Module 영역에서 제공하는 항목에 대한 설명이다.

![Category 정보](/files/MZrsm80rg1kR759mHDJ1)

| 항목        | 설명                                                                                                                                                                |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Module    | <p>Category에서 선택한 값에 대한 정보</p><p>– Module : 모듈 이름<br>– Program : 프로그램 이름<br>– Username : 데이터베이스 사용자 이름<br>– OS user : OS 사용자 이름<br>– Machine : 관제 DB hostname</p> |
| Value     | 선택한 기준(Category, Item)에 대한 총합                                                                                                                                     |
| Ratio (%) | 각 항목별 사용 비율                                                                                                                                                       |

{% hint style="info" %}
**참고**

SQL 수행 이력 수집에 사용하는 티베로 라이브러리 이슈로 일부 정보에 Machine, Module, Program, Username, OS User 항목이 수집되지 않을 수 있다.
{% endhint %}

### **{ITEM} / SQL**

Category / Module에서 발생한 SQL 중 Item(Logical Reads) 값(Value)이 높은 순서대로 출력한다. 이 때 해당 SQL을 더블 클릭하면 SQL Detail 화면으로 넘어간다.

![SQL 정보](/files/k8dyYw1mLzv9dPGGxMx7)

다음은 MODULE / SQL 영역에서 제공하는 항목에 대한 설명이다.

| 항목                     | 설명                                |
| ---------------------- | --------------------------------- |
| SQL ID \| Child Number | SQL ID와 SQL의 Child Number         |
| SQL Text               | SQL 구문                            |
| Value                  | SQL별 선택한 기준(Category, Item)에 대한 값 |
| Ratio(%)               | SQL별 비율                           |

###


---

# 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/performance-analysis/top-n-performance.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.
