rapidsai / jupyterlab-nvdashboard

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

Feature Request: Show Shared CPU/GPU Memory Usage #135

Open MurrayData opened 2 years ago

MurrayData commented 2 years ago

When using shared CPU/GPU memory, for example Numba CUDA mapped arrays, this doesn't show on either the machine resources, nor on GPU resources tabs.

image

image

However, it does show via the free command line tool.

john@mentor:~$ free
               total        used        free      shared  buff/cache   available
Mem:       263852204     5906352    91563780   156265364   166382072    99389396
Swap:        2097148           0     2097148

Please can this be added to the dashboard?

Thank you.