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

ASF GitHub Bot commented on CASSANDRA-14458:
--------------------------------------------

GitHub user clohfink opened a pull request:

    https://github.com/apache/cassandra/pull/227

    Virtual table to list active connections for CASSANDRA-14458

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clohfink/cassandra clientstats

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cassandra/pull/227.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #227
    
----
commit 4c17bd05446254033efae745a3649a5de10d1df7
Author: Chris Lohfink <clohfink@...>
Date:   2018-05-19T07:04:19Z

    Virtual table to list active connections for CASSANDRA-14458

----


> Add virtual table to list active connections
> --------------------------------------------
>
>                 Key: CASSANDRA-14458
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14458
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Chris Lohfink
>            Assignee: Chris Lohfink
>            Priority: Minor
>
> List all active connections in virtual table like:
> {code:sql}
> cqlsh:system> select * from system_views.clients ;
>  
>  client_address   | cipher    | driver_name | driver_version | keyspace | 
> protocol  | requests | ssl   | user      | version
> ------------------+-----------+-------------+----------------+----------+-----------+----------+-------+-----------+---------
>  /127.0.0.1:63903 | undefined |   undefined |      undefined |          | 
> undefined |       13 | False | anonymous |       4
>  /127.0.0.1:63904 | undefined |   undefined |      undefined |   system | 
> undefined |       16 | False | anonymous |       4
>  {code}



--
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