Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
Add a table for displaying the general cache information (like in nodetool info)
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)
Attachments
Attachments
Issue Links
- links to