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

Aleksey Yeschenko commented on CASSANDRA-14538:
-----------------------------------------------

Thanks. Committed as 
[45c3b461ec28abdb24353c7317dfa7544c415f11|https://github.com/apache/cassandra/commit/45c3b461ec28abdb24353c7317dfa7544c415f11]
 to trunk. CI results 
[here|https://circleci.com/workflow-run/43956bc9-b649-467a-9b74-2ea4d1c7f36f]. 

> Add virtual table to view cache information
> -------------------------------------------
>
>                 Key: CASSANDRA-14538
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14538
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Chris Lohfink
>            Assignee: Chris Lohfink
>            Priority: Minor
>              Labels: virtual-tables
>             Fix For: 4.0
>
>
>  Add a table for displaying the general cache information (like in {{nodetool 
> info}})
> {code}
> cqlsh> SELECT * FROM system_views.caches;
>  name    | entries | hit_ratio | hits | recent_hits_per_sec | 
> recent_requests_per_sec | requests | size_max | size_used
> ---------+---------+-----------+------+---------------------+-------------------------+----------+----------+-----------
>  counter |       0 |       NaN |    0 |                   0 |                 
>       0 |        0 | 12582912 |         0
>      key |      19 |  0.922509 |  250 |                  11 |                 
>      13 |      271 | 25165824 |      1728
>      row |       0 |       NaN |    0 |                   0 |                 
>       0 |        0 | 16777216 |         0
> (3 rows)
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to