Cassandra 常用命令之 nodetool info

nodetool info 提供節點信息,如負載和正常運行時間。感覺是status的詳細版。


基本格式

nodetool <options> info  -T | --tokens


選項

Short Long Description
-h --host Hostname or IP address.
-p --port Port number.
-pwf --password-file Password file path.
-pw --password Password.
-u --username Remote JMX agent username.
-T --tokens Show all tokens.
-- Separates an option from an argument that could be mistaken for a option.


提供節點信息,包括令牌和磁盤上的存儲(負載)信息,時間開始(生成),正常運行時間,堆內存使用情況。

Load:存儲負載

Generation No:開始時間(seconds)

Uptime (seconds):正常運行時長

Heap Memory (MB)/Off Heap Memory (MB):堆內存使用情況


其他的不用翻譯了,大家肯定能看得懂。



摘自:http://docs.datastax.com/en/cassandra/3.0/cassandra/tools/toolsInfo.html





發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章