getbatchlogreplaythrottle — 배치로그 재생 스로틀 출력
getbatchlogreplaythrottle — 배치로그 재생 스로틀 출력
nodetool getbatchlogreplaythrottle 명령은 배치로그 재생(batchlog replay) 스로틀을 KB/s 단위로 출력하는 명령이에요. 값은 클러스터의 노드 수에 비례해 줄어들어요.
본문
getbatchlogreplaythrottle은 배치 트랜잭션의 재생 속도 제한값을 확인할 때 써요. 이 값은 클러스터 노드 수에 비례해 자동으로 줄어들기 때문에, 클러스터가 커질수록 노드당 재생 스로틀은 작아져요. 아래는 완전한 사용법이에요.
NAME
nodetool getbatchlogreplaythrottle - Print batchlog replay throttle in
KB/s. This is reduced proportionally to the number of nodes in 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>)] getbatchlogreplaythrottle
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)
- nodetool setbatchlogreplaythrottle — 배치로그 재생 스로틀 설정
- cassandra.yaml —
batchlog_replay_throttle_in_kb설정