CasNote (2)nodetool工具使用

CasNote (2)nodetool工具使用

nodetool工具使用

  • nodetool 工具使用帮助
# 列出nodetool所有可用的命令 $ nodetool help # 列出指定command 的帮助内容 $ nodetool help command-name # 例如:查看status 命令的详细帮助内容 $ nodetool help status
  • 移除某个废弃节点
# 命令模板 $ nodetool <options> removenode -- <status> | <force> | <ID> # 使用实例 # 移除Host ID为 641c928e-873d-4d6d-9c1e-a473206193f4 的节点 $ nodetool removenode 641c928e-873d-4d6d-9c1e-a473206193f4 # 查看节点删除状态 $ nodetool removenode status
  • 参看某个节点负载,内存使用情况
nodetool info
  • 查看各个CF的详细统计信息,包括读写次数、响应时间、memtable信息等
nodetool cfstats
  • 其他
nodetool help