Looks like the number of connections is available in JMX as:

org.apache.cassandra.metrics:type=Client,name=connectedNativeClients

http://cassandra.apache.org/doc/4.0/operating/metrics.html 
<http://cassandra.apache.org/doc/4.0/operating/metrics.html>

"Number of clients connected to this nodes native protocol server”

As for where they’re coming from — I’m not sure how to get that from JMX.  
Maybe you’ll have to use “lsof” or something to get that. 

- Max

> On Oct 4, 2018, at 8:57 pm, Abdul Patel <abd786...@gmail.com> wrote:
> 
> Hi All,
> 
> Can we get number of users connected to each node in cassandra?
> Also can we get from whixh app node they are connecting from?

Reply via email to