# TSC Monitoring

글로벌 내비게이션 바에서 **\[Realtime] > \[High Availability Monitoring] > \[TSC Monitoring]** 메뉴를 클릭하면 TSC Monitoring 화면이 열린다.

TSC Monitoring 화면에서는 TSC 목록, 각 TSC 네트워크 구성, TSN을 통한 복구 현황 차트, Primary DB와 Standby DB 실시간 현황을 모니터링할 수 있다.

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

자동 갱신 주기를 설정할 수 있다. \[Refresh] 버튼을 통하여 즉시 갱신할 수 있다.

### TSC 목록

<figure><img src="/files/UNO7OxuZfuO7KWxjCuf1" alt=""><figcaption><p>TSC 목록</p></figcaption></figure>

TSC 목록을 확인할 수 있다.

### TSC Topology View

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

TSC 네트워크 구성을 확인할 수 있다.

### Standby Database Recovery Overview

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

\[Overview] 버튼을 누르면 TSN 차트를 확인하여 복구 현황을 모니터링할 수 있다.

### Primary/Standby Database 목록

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

Primary DB와 Standby DB의 현황을 테이블 형식으로 모니터링 할 수 있다.

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

Primary Database, Standby Database에서 각 인스턴스 명을 클릭하면 우측 사이드 패널에서 Instance info를 확인 할 수 있다.

다음은 Primary Database 화면에서 제공하는 항목에 대한 설명이다.

| 항목               | 설명                                                                                                      |
| ---------------- | ------------------------------------------------------------------------------------------------------- |
| Instance         | 인스턴스 이름                                                                                                 |
| Current Log      | 가장 최근의 Redo Log                                                                                         |
| CPU              | 인스턴스의 현재 총 CPU 사용량(%)                                                                                   |
| Memory           | 인스턴스의 현재 총 Memory 사용량(%)                                                                                |
| Failover         | Failover 된 Primary Instance일 경우, Failover 된 시점 표시                                                       |
| Replication Mode | <p>Primary DB와 Standby DB 간 데이터 복제 동작 방식 표기</p><p>(표기 가능한 값: PROTECTION, AVAILABILITY, PERFORMANCE)</p> |

다음은 Standby Database 화면에서 제공하는 항목에 대한 설명이다.

| 항목                | 설명                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Instance          | 인스턴스 이름                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Status            | <p></p><p>Standby 의 상태. Status가 여러개 일 경우 1개만 표기하고 +n 으로 표기,</p><p>프라이머리 노드가 여러개일 경우 첫번째 노드와의 네트워크 상태가 표시된다.</p><p></p><ul><li><p>값 종류</p><ul><li>PRIMARY NOT CONNECTED</li><li>PRIMARY CONNECTED, RECOVERY NOT STARTED</li><li>PRIMARY CONNECTED, STARTING RECOVERY</li><li>READ-ONLY STANDBY, RECOVERY IN PROGRESS</li><li>STANDBY, RECOVERY IN PROGRESS</li><li>READ-ONLY STANDBY, RECOVERY SUSPENDED</li><li>STANDBY, RECOVERY SUSPENDED</li><li>PRIMARY DISCONNECTED, FINISHING RECOVERY</li><li>Unknown</li></ul></li></ul> |
| Open Mode         | <ul><li>MOUNT</li><li>RECOVERY</li><li>READ WRITE</li><li>READ ONLY</li><li>READ ONLY WITH APPLY</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Role              | <ul><li>PRIMARY</li><li>STANDBY</li><li>SNAPSHOT STANDBY</li><li>CASCADING STANDBY</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Log Transport     | <p>로그 전송 모드</p><ul><li>LGWR SYNC</li><li>LGWR ASYNC</li><li>ARCH ASYNC</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| CPU               | 인스턴스의 현재 총 CPU 사용량(%)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Memory            | 인스턴스의 현재 총 Memory 사용량(%)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Last Received Log | 가장 최근에 Primary로 부터 전송 받은 Redo Log                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Last Applied Log  | 가장 최근에 Standby에 적용(복구) Redo Log                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| TSN Diff          | Primary Database와 TSN 차이                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |

###


---

# 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/high-availability-monitoring/tsc-monitoring.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.
