# Performance Analysis

### [**Performance Trend**](/sysmasterdb/8.3_manual/analysis/performance-analysis/performance-trend.md)

Overall 메뉴에서 장기간 그래프를 통해 추이를 확인 한 후, Time Slice 기능을 통해 특정 시점에서 발생한 모든 지표 정보를 복합적으로 확인 할 수 있다.

#### Time Slice&#x20;

Analysis의 하위 메뉴별로 조회 기간을 설정할 수 있다. 화면 상단의 Time Slice 버튼을 누르면 Time Slice 생성창으로 이동한다.&#x20;

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

1. Time Slice를 할 구간을 선택한다.&#x20;
2. Time Slice로 구분할 Time Unit을 선택하고 View를 누른다.&#x20;
3. 구간 안에서 Time Unit으로 나누어진 Time Slice를 선택하면 해당 Time Slice에 대한 화면이 열린다.&#x20;

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

Time Unit 값은 1\~99 자연수만 입력 가능하다.
{% endhint %}

### [**Top N Performance**](/sysmasterdb/8.3_manual/analysis/performance-analysis/top-n-performance.md)

Physical Reads, Hard Parse Count 등 내가 관심 있는 지표를 어떤 SQL이 가장 많이 발생시켰는지 확인 할 수 있다.

### [**Heatmap Trend**](/sysmasterdb/8.3_manual/analysis/performance-analysis/heatmap-trend.md)

설정한 지표의 변화 추이를 Heatmap을 통해 확인하고, 더 상세히 분석하고자 하는 기간의 Performance Trend나 Top N Performance 페이지로 연계할 수 있다.

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

**Tibero Wait Event 지표가 Count는 0 이상이지만 Time은 0 으로 표기되는 경우**

티베로 라이브러리에서 수집되는 Wait Event Time 은 nanosecond 단위까지 발생하지만 지표 집계와 출력은 microsecond 단위로 이루어진다. 따라서 nanosecond 단위의 Wait 만 발생했을 경우 Wait Count가 0보다 크더라도 Wait Time이 0으로 출력 될 수 있다.
{% endhint %}

###


---

# 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.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.
