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

[FEA] Add a storage performance visualization #46

Open
randerzander opened this issue Feb 20, 2020 · 3 comments
Open

[FEA] Add a storage performance visualization #46

randerzander opened this issue Feb 20, 2020 · 3 comments

Comments

@randerzander
Copy link

In some workflows, we are heavily IO bound. If you watch the dask status page and see long read_${format} tasks, you might intuit that storage hardware is running slowly.

A nice way to expose storage performance to users could be via JupyterLab extension. I'm not sure if that would need to be part of this project or something separate, but GPUs starving for data is certainly something we need a way to observe.

@jacobtomlinson
Copy link
Member

I totally agree this would be a useful thing to have. However I don't know if this is in scope for nvdashboard.

I wonder is a system dashboard showing memory usage, storage IO, etc would be useful as a separate project.

@jakirkham
Copy link
Member

Have you looked at glances?

@jacobtomlinson
Copy link
Member

jacobtomlinson commented Mar 17, 2020

Good point! I use the CLI mode a lot, but I always forget it has a web view too!

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

No branches or pull requests

3 participants