...
sync_target_paused Sync target paused state. When synchronization resumes, it will be in the sync_target state.
repl_source sourceReplication source status. From this state, it switches to the established state when demoted, repl_source_paused when paused, and sync_source when starting synchronization.
repl_source_paused 복제 소스 일시 중지 상태. 복제 재개 시 Replication source paused state. When replication resumes, it will be in the repl_source 상태가 됩니다state.
repl_target 복제 타겟 상태. 이 상태에서 상대가 강등하면 established, 일시 중지할 경우 target Replication target status. In this state, when Primary is demoted, it becomes established, when paused, repl_target_paused, 동기화가 시작되면 , and when synchronization starts, it becomes sync_target 상태가 됩니다.
repl_target_paused 복제 타겟 일시 중지 상태. 복제가 재개되면 paused Replication target paused state. When replication resumes, it enters the repl_target 상태가 됩니다state.
성능 조회
...
Performance
Performance can be queried through the fsradm perfmon command.
Code Block |
---|
c:\>fsradm perfmon r0 |
성능에 대한 조회는 콘솔화면에 결과를 출력하여 직접 확인하거나 조회결과를 파일로 저장하는 등 다음과 같이 몇 가지 옵션을 사용할 수 있습니다For inquiries about performance, you can use several options, such as printing the results on the console screen and checking them directly, or saving the query results as a file.
- --json <filename> JSON 파일 경로 지정<filename> JSON file path
- --csv <filename> CSV 파일 경로 지정<filename> CSV file path
- --display 콘솔 화면에 출력display output to console screen
- --watch 모니터링 모드watch monitoring mode
- --interval 조회 주기
성능 지표
...
- interval inquery interval
Performance Indicator
Event
FSR 은 이벤트 구독 명령을 통해 FSR 로 부터 정의된 이벤트를 통지 받을 수 있습니다. 이벤트 구독을 통해 파일이나 연결 등의 상태가 변경되는 과정을 실시간 추적할 수 있습니다.
...