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

[Feature] Track disk usage with dstack stats #1950

Open
peterschmidt85 opened this issue Nov 3, 2024 · 1 comment
Open

[Feature] Track disk usage with dstack stats #1950

peterschmidt85 opened this issue Nov 3, 2024 · 1 comment
Labels

Comments

@peterschmidt85
Copy link
Contributor

Problem:
Disk space is one of the most important factors when working with large models. Available disk space may depend on what is already downloaded, on its cache, etc. As I user I'd like to see how much space is available to understand if more space must be requested or if I need to delete cache, etc.

Solution:
Add DISK used/total to dstack stats`.

@r4victor
Copy link
Collaborator

r4victor commented Nov 8, 2024

Note that getting container disk usage can be an expensive operation (e.g. simply calling docker ps --size can take minutes). So we need to look for an efficient mechanism to report disk usage. So here's, for example, Kubernetes (cadvisor) increased disk metrics interval to 1 minute: google/cadvisor#910.

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

No branches or pull requests

2 participants