Njanderson / resmon

Displays resource utilization in the VSCode status bar.
81 stars 22 forks source link

Feature Request: GPU Usage #6

Open Maphist0 opened 5 years ago

Maphist0 commented 5 years ago

Hi, I love this extension while using Remote SSH feature in the Code Insider version.

Looking forward to adding support for showing GPU usage such as memory, utilization, etc. It would be absolutely brilliant for us while developing machine learning projects.

Maybe some terminal calls like "nvidia-smi" will show the gpu information for NVIDIA gpus.

Thank you very much! Great work!

Njanderson commented 5 years ago

Yeah! I will totally work on this.

I have access to an Nvidia GPU at home, I think, or I can try to borrow one!

Njanderson commented 5 years ago

I'm marking this as help-wanted until I get a GPU to test this on my own.

If you submit a PR, I can review it.

bersbersbers commented 3 years ago

https://github.com/innerlee/nvidia-smi (published at https://marketplace.visualstudio.com/items?itemName=innerlee.nvidia-smi) seems to use nvidia-smi too, although that project does not look like it's maintained.

Ademord commented 3 years ago

any news on this?