Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scylla-ks: Additional table panels #2094

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Conversation

amnonh
Copy link
Collaborator

@amnonh amnonh commented Oct 25, 2023

This patch adds cache hit rate, total disk space, live disk space and live sstable per table panels.

image

Fixes #285

This patch adds cache hit rate, total disk space, live disk space and
live sstable per table panels.

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
@amnonh amnonh merged commit 4bf6ff8 into scylladb:master Oct 25, 2023
@amnonh amnonh deleted the per_table_metrics branch October 25, 2023 09:26
@mykaul
Copy link
Contributor

mykaul commented Oct 25, 2023

Which cache is that?
What does it mean 'live disk space' ? available, free, used?

@amnonh
Copy link
Collaborator Author

amnonh commented Oct 25, 2023

If I understand correctly (and there are people from the storage team who would probably explain it better) the total size is what you would get if you look at the file system, the live disk space is the size of the sstables without sstables that are about to be deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a metric that shows cache hit/miss rate per table
2 participants