Monitoring

Replay_Server모드에 Replay_Client모드를 연결 시킨후 start 입력시 다음과 같이 Replay 구동상태를 모니터링 할 수 있습니다.

[예] Replay 수행중 Replay_Server 모드 console 모니터링

Enter START or STOP...
replay_client process[1] is connected
>> start

tbwrc starts with the number of client process[1]

SESSION : 0.971% (1 / 103)
COMMIT : 0.002% (1 / 120140)
WORKLOAD MSG : 0% (1 / 1328535)

SESSION : 1.942% (2 / 103)
COMMIT : 0.002% (1 / 120140)
WORKLOAD MSG : 0.001% (3 / 1328535)
.
.
.
RESULT

TOTAL : 99.999% (2550469 / 2550476)
SELECT : 100% (1682744 / 1682744)
DML : 100% (736491 / 736491)
ETC : 99.999% (131234 / 131235)
UNSUPPORTED : 6

DETAILS

SESSION : 100% (103 / 103)
COMMIT : 100% (120140 / 120140)
SELECT DIVERGENCE : 0
DML DIVERGENCE : 0
NEW ERROR DIVERGENCE : 6
NO LONGER ERROR DIVERGENCE : 1
MUTATED ERROR DIVERGENCE : 0
tbwrc [REPLAY_SERVER] finish

[예] Replay 수행중 Replay_Client 모드 console 모니터링

Replay client 모드는 각 세션별로 모니터링이 가능합니다.

.
.
.
[worker_tibero_0_83_169] doReplay [99.849% (7949 / 7961)]
[worker_tibero_0_83_169] doReplay [99.862% (7950 / 7961)]
[worker_tibero_0_83_169] doReplay [99.874% (7951 / 7961)]
[worker_tibero_0_83_169] doReplay [99.887% (7952 / 7961)]
[worker_tibero_0_83_169] doReplay [99.9% (7953 / 7961)]
[worker_tibero_0_83_169] doReplay [99.912% (7954 / 7961)]
[worker_tibero_0_83_169] doReplay [99.925% (7955 / 7961)]
[worker_tibero_0_83_169] doReplay [99.937% (7956 / 7961)]
[worker_tibero_0_83_169] doReplay [99.95% (7957 / 7961)]
[worker_tibero_0_83_169] doReplay [99.962% (7958 / 7961)]
[worker_tibero_0_83_169] doReplay [99.975% (7959 / 7961)]
[worker_tibero_0_83_169] doReplay [99.987% (7960 / 7961)]
[worker_tibero_0_83_169] doReplay [100% (7961 / 7961)]
tbwrc [REPLAY_CLIENT] finish

Last updated