Displays the output of cluster-smi as a tree view in your editor.
- Customizable display fields for both device and process information.
- Highlight available device.
- Filter nodes using regular expressions (via
cluster-smi
's-n
option).
- Install the extension from Visual Studio Marketplace or Open VSX Registry.
- After installation, a cluster-smi tree view will be added to the Explorer in the Activity Bar.
Path to the cluster-smi executable.
Control which device information fields are displayed in the tree view:
- utilization: GPU's utilization percentage [%]
- memory: GPU's memory usage and its percentage [MiB, %]
- fanSpeed: GPU's fan speed [%]
- temperature: GPU's temperature [°C]
- powerUsage: GPU's power consumption [W]
- processes: Running processes on GPU
Control which process information fields are displayed in the tree view:
- pid: Process ID
- usedGpuMemory: Memory used by the process [MiB]
- username: Process owner
- runtime: How long the process has been running [d h m s]
Regular expression to filter nodes. This is passed directly to cluster-smi
's -n
option without escaping.