You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2018/06/21 17:34:00 UTC

[jira] [Commented] (CASSANDRA-14458) Add virtual table to list active connections

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

Aleksey Yeschenko commented on CASSANDRA-14458:
-----------------------------------------------

Neat. +1.

Committed as [46a5514c2aa7f377e8dc4cfd0d701b940f3137c7|https://github.com/apache/cassandra/commit/46a5514c2aa7f377e8dc4cfd0d701b940f3137c7] to trunk.

> 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
>              Labels: virtual-tables
>             Fix For: 4.0
>
>
> 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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org