Display GPU utilisation and memory consumption in vscode status bar.
Single GPU:
Multi GPU:
Multi GPU sum:
showSum
: Toggles the display of the sum of all GPUs. This is useful when you have so many GPUs and want to see the total usage in a compact way.updateFrequencyms
: How frequently to query systeminformation. The minimum is 200 ms as to prevent accidentally updating so fast as to freeze up your machine.alignLeft
: Toggles the alignment of the status bar.
This plug-in might freeze occationally. Reload window should fix it for now (In vscode pressCtrl/Cmd
+Shift
+p
to call command platte and typereload
). Will dig into this later.
- Fix plug-in frozen issue.
- Automatic change text colour based on status bar colour.
- Add an option to show selected GPUs only.
- Add an option to show temperature.
- Add back the option to customise font colour.
- Update packages and dependencies to modern versions.
- Make icon configurable.
- 2023.05.14 - Initial release
- 2023.07.05 - Get rid of a bug that causes the plug-in to freeze.
- 2023.07.06 - Automatic change text colour based on status bar colour.
This toy is built on top of the amazing tool resource monitor.