smartcat-labs / cassandra-diagnostics

Cassandra Node Diagnostics Tools
Apache License 2.0
51 stars 6 forks source link

Status node measurement #207

Closed nbozic-zz closed 7 years ago

nbozic-zz commented 7 years ago

We have health indicator which has period and it sends measurement if node is alive or not. Basically node will be alive when process is alive since this health indicator is not doing anything clever with Cassandra.

There are situations when we need to know if node is under heavy load and marked as DOWN by Gossip. We should add this as well, do nodetool status command and report if node is UP or DOWN based on Gossip.

nbozic-zz commented 7 years ago

Closing via #208