getcompactionthroughput — 컴팩션 처리량 한도 출력

getcompactionthroughput — 컴팩션 처리량 한도 출력

nodetool getcompactionthroughput 명령은 시스템의 컴팩션 처리량 한도를 MiB/s 단위로 출력하는 명령이에요. 기본적으로 반올림된 숫자로 표시돼요.

출처: nodetool getcompactionthroughput

본문

getcompactionthroughput은 컴팩션이 사용할 수 있는 최대 처리량 한도를 확인할 때 써요. 기본은 반올림된 정수지만, -d/--precise-mib 옵션으로 정밀한(double) 값을 출력할 수 있어요. 아래는 완전한 사용법이에요.

NAME
        nodetool getcompactionthroughput - Print the MiB/s throughput cap for
        compaction in the system as a rounded number

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>)] getcompactionthroughput
                [(-d | --precise-mib)]

OPTIONS
        -d, --precise-mib
            Print the MiB/s throughput cap for compaction in the system as a
            precise number (double)

        -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)