[ 
https://issues.apache.org/jira/browse/CASSANDRA-13665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16348152#comment-16348152
 ] 

Chris Lohfink commented on CASSANDRA-13665:
-------------------------------------------

Looks like:

{code}# nodetool clientstats --all
Address          SSL   Version User      Keyspace Requests
/127.0.0.1:54320 false 4       anonymous system   5       
/127.0.0.1:54327 false 4       anonymous          14      

Total connected clients: 2

User      Connections
anonymous 2
{code}

{code}
# nodetool clientstats
Total connected clients: 2

User      Connections
anonymous 2
{code}

> nodetool clientlist
> -------------------
>
>                 Key: CASSANDRA-13665
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13665
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Jon Haddad
>            Assignee: Chris Lohfink
>            Priority: Major
>
> There should exist a nodetool command that lists each client connection. 
> Ideally it would display the following:
>  * host
>  * protocol version
>  * user logged in as
>  * current keyspace
>  * total queries executed
>  * ssl connections



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to