# Session Info 탭

현재 session의 상태 정보, session에서 수행중인 SQL 정보들을 보여준다.

### Wait event 정보

현재 session의 wait event 발생 정보이다.

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

| 항목         | 설명                                  |
| ---------- | ----------------------------------- |
| Wait event | 현재 session에서 발생한 wait event 번호      |
| Wait time  | 현재 session에서 발생한 wait event로 대기한 시간 |

###

***

### Session이 수행한 SQL 기본 정보

| 항목                                    | 설명                               |
| ------------------------------------- | -------------------------------- |
| SQL ID                                | 세션이 수행 중인 SQL의 SQL ID            |
| Prev Child Number                     | 세션이 이전에 수행했던 SQL의 Child Number 값 |
| Child Number                          | 세션이 수행 중인 SQL의 Child Number 값    |
| [Prev SQL ID](#user-content-fn-1)[^1] | 세션이 이전에 수행했던 SQL의 SQL ID         |

###

***

### SQL Full Text

현재 session에서 수행 중인 SQL 전문을 보여준다.

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

###

***

### Plan Tree

현재 session에서 수행 중인 SQL에 대한 Plan을 확인할 수 있는 화면이다. 이때 SQL Plan을 Tree 구조로 보여준다.

<figure><img src="/files/8MsnsbEitWOWJcllyVyt" alt=""><figcaption></figcaption></figure>

###

***

### Session statistics

현재 session 상태 지표이다.

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

상태 지표 별 항목은 다음과 같다.

| 항목        | 설명                                  |
| --------- | ----------------------------------- |
| ∑         | 세션의 Statistics 지표별 누적 값             |
| Delta     | 세션의 Statistics 지표별 새로고침 전, 후의 변경 값  |
| Value/Sec | Delta 값을 새로고침한 시간(초 단위)으로 나누어 계산한 값 |

상태 지표 목록은 다음과 같다.

| Statistics 지표 이름                         | 설명                                                                                                               |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| CONSISTENT\_BLOCK\_GETS\_READONLY\_PIN   | Readonly block에 대해 consistent block get을 수행한 횟수                                                                  |
| TOTAL\_PARSE\_COUNT                      | Parse 총 횟수                                                                                                       |
| REDO\_ENTRIES                            | <p>Redo Entries의 개수</p><p>(Redo Entries : 세션이 Log Buffer에 기록한 Redo 레코드)</p>                                      |
| REDO\_LOG\_SIZE                          | Redo 로그 사이즈                                                                                                      |
| REDO\_WRITE\_MULTI                       | Redo 로그 버퍼의 내용 기록을 요청한 세션이 다수인 경우의 횟수                                                                            |
| USER\_ROLLBACKS                          | 사용자가 롤백을 요청한 횟수                                                                                                  |
| SERIAL\_NUMBER                           | 세션의 시리얼 번호                                                                                                       |
| CONSISTENT\_BLOCK\_GETS\_EXAMINE\_NOWAIT | Consistent Read Mode examine에 대한 nowait의 횟수                                                                      |
| CURRENT\_BLOCK\_GETS                     | <p>Current 상태에 있는 Block의 데이터를 읽은 횟수</p><p>(current block gets : 최신 버전의 Block을 버퍼 Cache에서 찾아 pin하는 것과 관련된 수치)</p> |
| REQ\_SERVICE\_TIME                       | DB Time (실제 Working 스레드가 일한 시간의 총합)                                                                              |
| CURRENT\_BLOCK\_GETS\_EXAMINE            | Index branch peep이나 데이터 Block의 Rowlock 정보를 Block pin없이 빠르게 얻어오는 Current examine 기능의 사용 횟수                        |
| BLOCK\_DISK\_READ                        | 디스크에서 Block을 읽어 버퍼 Cache에 올리기를 기다리는 시간                                                                           |
| EXECUTE\_COUNT                           | SQL 실행 횟수                                                                                                        |
| CONSISTENT\_BLOCK\_GETS\_EXAMINE         | Index block unique key search 등에서 Pin을 잡지 않고 필요한 값을 빠르게 얻어오는 Consistent Read(CR) examine 기능을 사용한 횟수              |
| REDO\_WRITE                              | Redo 버퍼의 로그 Block들을 디스크에 기록하는데 걸린 시간                                                                             |
| LOGICAL\_READS                           | Memory I/O로 읽은 Block 개수                                                                                          |
| HARD\_PARSE\_COUNT                       | Hard Parse 횟수                                                                                                    |
| PHYSICAL\_READS                          | Disk I/O로 읽은 Block 개수                                                                                            |
| DB\_CPU\_TIME                            | CPU 사용 시간                                                                                                        |
| CONSISTENT\_BLOCK\_GETS                  | Consistent Read (CR) mode로 읽은 Block 개수                                                                           |
| PHYSICAL\_WRITE                          | 디스크에 write한 Block 개수                                                                                             |
| BUFFER\_CACHE\_HIT                       | Buffer Cache 적중률                                                                                                 |
| CONSISTENT\_MULTI\_BLOCK\_GETS           | Multi Block에 대해 CONSISTENT\_BLOCK\_GETS을 수행한 횟수                                                                  |
| CURRENT\_BLOCK\_GETS\_EXAMINE\_NOWAIT    | current block gets examine에 대한 nowait 횟수                                                                         |
| USER\_COMMIT                             | 세션의 User Commit 횟수                                                                                               |
| CURRENT\_BLOCK\_GETS\_NOWAIT             | current block gets에 대한 nowait 수행 횟수 (대기 없이 current block get을 수행한 횟수)                                            |
| MULTI\_BLOCK\_DISK\_READ                 | Multi Block을 디스크에서 Read한 횟수                                                                                      |

###

[^1]: 이 로우가 SQL ID 아래에 위치하는게 좋을듯합니다

    (기획 검토의견)


---

# 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/main-monitoring/session-monitoring/session/session-info.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.
