Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Enterprise. Switch to the latest stable version.
status - This command prints the cluster information for a single keyspace or all keyspaces.
For example:
nodetool status
Example output:
Datacenter: datacenter1
=======================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
-- Address Load Tokens Owns (effective) Host ID Rack
UN 127.0.0.1 394.97 MB 256 33.4% 292a6c7f-2063-484c-b54d-9015216f1750 rack1
UN 127.0.0.2 151.07 MB 256 34.3% 102b6ecd-2081-4073-8172-bf818c35e27b rack1
UN 127.0.0.3 249.07 MB 256 32.3% 20db6ecd-2981-447s-l172-jf118c17o27y rack1
Parameter |
Description |
---|---|
Datacenter |
The data center that holds the information. |
Status |
|
State |
|
Address |
The IP address of the node. |
Load |
The size on disk the Scylla data takes up (updates every 60 seconds). |
Tokens |
The number of tokens per node. |
Owns |
The percentage of data owned by the node (per datacenter) multiplied by the replication factor you are using. For example, if the node owns 25% of the data and the replication factor is 4, the value will equal 100%. |
Host ID |
The unique identifier (UUID) automatically assigned to the node. |
Rack |
The name of the rack. |
Was this page helpful?