Instance Info

Instance Info area

This is the area where the users can check the information of the selected Instance in the Instance list.

Instance Info

The users can view the details of that instance.

Item
Description

Instance Name

The name of the currently selected Instance.

Status

The status of the Instance.

Current Src Time

The TIMESTAMP change value for the current TSN.

Last Commit Time

The TIMESTAMP change value for the Src DB reference TSN of the transaction that was last reflected in the Target DB.

Tsn Diff

The difference between the current Src TSN and the Last Commit TSN.

Time Diff

The difference between the current Src Time and the Last Commit Time.

Diff SET

The threshold value that expresses Delay among the Status of the Instance. If the value of TSN/TIME DIFF exceeds the corresponding SET threshold, it becomes Delay status.

Process List

The users can view the processes, status, and query monitoring belonging to the instance.

Item
Description

Process

Process name.

The users can check the query that has been applied or is being applied by Query Monitoring.

Agent ID

Indicates the agents connected to the process and candidate agents. Agents are currently connected, and if the agents cannot communicate, they are connected in the order the users set.

Status

The status of the process. Click each status to check the status of threads belonging to the process.


Instance Info operation example

Diff SET setting

The users can modify the Diff SET criteria and values via the Edit button next to the Diff SET entry.

It can be set based on TSN or TIME, with values from 100 to 100000000 for TSN and from 1 Min to 100 Hours for TIME.

Query Monitoring

This modal allows the users to see which query statements are being applied by Apply, or have finished applying.

Item
Description

Thread name

It is a list of Replay Threads of Apply, and the list varies depending on the thread cnt setting.Thread statusIt can be checked only if the thread status is running or was running, that is, if the corresponding Replay thread has executed Query apply.

Time

  • Complete : The state of finishing Query apply.

  • HH:MM:SS : The current Query apply and the duration.

Code Block

Checks the Query statement applied by the corresponding Replay thread.

Last updated