failuredetector — 장애 탐지 정보 출력

failuredetector — 장애 탐지 정보 출력

nodetool failuredetector 명령은 클러스터의 장애 탐지기(failure detector) 정보를 보여주는 명령이에요.

출처: nodetool failuredetector

본문

failuredetector은 각 노드의 생존 상태를 판단하는 장애 탐지기가 다른 노드들에 대해 어떻게 평가하고 있는지 정보를 보여줘요. 노드가 정상인지 내려갔는지 진단할 때 유용해요. 아래는 완전한 사용법이에요.

NAME
        nodetool failuredetector - Shows the failure detector information for
        the cluster

SYNOPSIS
        nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
                [(-pp | --print-port)] [(-pw <password> | --password <password>)]
                [(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
                [(-u <username> | --username <username>)] failuredetector

OPTIONS
        -h <host>, --host <host>
            Node hostname or ip address

        -p <port>, --port <port>
            Remote jmx agent port number

        -pp, --print-port
            Operate in 4.0 mode with hosts disambiguated by port number

        -pw <password>, --password <password>
            Remote jmx agent password

        -pwf <passwordFilePath>, --password-file <passwordFilePath>
            Path to the JMX password file

        -u <username>, --username <username>
            Remote jmx agent username

더 알아보기 (Learn more)