describering — 키스페이스 토큰 범위 정보 출력

describering — 키스페이스 토큰 범위 정보 출력

nodetool describering 명령은 주어진 키스페이스의 토큰 범위(token range) 정보를 보여주는 명령이에요.

출처: nodetool describering

본문

describering은 특정 키스페이스가 어떤 토큰 범위로 구성되어 있고 각 범위를 어떤 노드가 담당하는지 확인할 때 써요. 인자로 키스페이스 이름을 넘겨요. 아래는 완전한 사용법이에요.

NAME
        nodetool describering - Shows the token ranges info of a given keyspace

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>)] describering [--] <keyspace>

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

        --
            This option can be used to separate command-line options from the
            list of argument, (useful when arguments might be mistaken for
            command-line options

        <keyspace>
            The keyspace name

더 알아보기 (Learn more)