GPU Monitor for VS Code
Monitor your GPU usage directly from the VS Code status bar.
Features
- Live GPU Memory Tracking: Displays the current GPU VRAM usage percentage in the status bar.
- Detailed Tooltips: Hover over the status bar item to see absolute memory usage (Used/Total).
- Configurable: Change the update interval in your user settings.
Getting Started
- Install the extension.
- The GPU monitor will appear in the status bar (bottom left) automatically.
- Ensure
nvidia-smi is installed and available in your system path.
Requirements
- NVIDIA GPU: This extension requires an NVIDIA GPU and the
nvidia-smi command-line utility.
Extension Settings
This extension contributes the following settings:
gpuMonitor.updateInterval: The interval (in milliseconds) at which the GPU status is updated. Default is 1000.
License
MIT
| |