Provides a view on Nvidia's GPUs. It utilize the nvidia-smi
tool to extract the information.
- Highly customizable
- Automatic refresh (optionally)
Note: this extension has no affiliation with the Nvidia corp.
product_name
: displays the Product namegpu_temp
: displays the GPU's temperaturegpu_util
: displays the GPU's utilization (percents)fan_speed
: displays the GPU's fan speed (percents)memory_util
: displays the GPU's memory utilization (percents)memory_total
: displays the GPU's total memory amountmemory_free
: displays the GPU's free memory amountmemory_used
: displays the GPU's used memory amountmemory_used_percent
: displays the GPU's used memory (percents)
If you want more fields, please fill a feature-request issue (please use the feature request label). The field can be anything reported by the nvidia-smi tool. You can see all the fields with the export to JSON button (near the "auto refresh" toggle button).
This extension contributes the following settings:
nvidia-smi-plus.executablePath
: configure where the nvidia-smi executable is locatednvidia-smi-plus.refresh.autoRefresh
: enable/disable auto fetching GPUs informationnvidia-smi-plus.refresh.timeInterval
: time interval in seconds to fetch informationnvidia-smi-plus.view.gpuMainDescription
: main information field to show next to the GPU id. see Available information fieldsnvidia-smi-plus.view.gpuItems
: fields to show under each GPU. see Available information fields