On Fri, Jan 19, 2018 at 6:53 PM, Tom van der Woerdt <
tom.vanderwoe...@booking.com> wrote:
>
> Here's the code I use, hope it helps:
> ...
>
Thanks Tom, that really does the trick!
--
Alex
Hi Oleksandr,
Here's the code I use, hope it helps:
ownership = jolokia_read("org.apache.cassandra.db:type=StorageService",
"Ownership")
unreachable =
jolokia_read("org.apache.cassandra.db:type=StorageService",
"UnreachableNodes")
ownership_by_ip = {}
for nodeinfo, ownership_ratio
On Fri, Jan 19, 2018 at 11:17 AM, Nicolas Guyomar wrote:
> Hi,
>
> Not sure if StorageService should be accessed, but you can check node
> movement here :
> 'org.apache.cassandra.db:type=StorageService/LeavingNodes',
> 'org.apache.cassandra.db:type=StorageService/LiveNodes',
> 'org.apache.cassand
Hi,
Not sure if StorageService should be accessed, but you can check node
movement here :
'org.apache.cassandra.db:type=StorageService/LeavingNodes',
'org.apache.cassandra.db:type=StorageService/LiveNodes',
'org.apache.cassandra.db:type=StorageService/UnreachableNodes',
'org.apache.cassandra.db:ty