rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
589 stars 77 forks source link

[FEA] Add a storage performance visualization #46

Open randerzander opened 4 years ago

randerzander commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

Have you looked at glances?

jacobtomlinson commented 4 years ago

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