describecluster — 클러스터 기본 정보 출력

describecluster — 클러스터 기본 정보 출력

nodetool describecluster 명령은 클러스터의 이름, snitch, partitioner, 스키마 버전을 출력하는 명령이에요.

출처: nodetool describecluster

본문

describecluster는 클러스터가 어떤 설정으로 구성되어 있는지 한눈에 확인하고 싶을 때 써요. 클러스터 이름(name), snitch, partitioner, 그리고 스키마 버전(schema version)을 출력해요. 아래는 완전한 사용법이에요.

NAME
        nodetool describecluster - Print the name, snitch, partitioner and
        schema version of a 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>)] describecluster

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)