I have a cassandra cluster (two nodes) already set up. When I use nodetool to get the tablestats I get different values depending on where I use nodetool. Is there a way to get an output that give a representation of the entire cluster?
For example, when I use nodetool tablestats thingsboard (this is in my node 1), I get write latency: 0.015ms. And when I do the same, but in my node 2, I get write latency: 0.012ms.
Is there a way that I can get an average of this value within nodetool? Like: nodetool tablestats (node1 and node2) thingsboard ?
Thanks in advance