Move nvidia-smi Windows docs into config section
This commit is contained in:
parent
0d2dcc2dc3
commit
709eadffc4
|
@ -1,7 +1,6 @@
|
||||||
# `nvidia-smi` Input Plugin
|
# `nvidia-smi` Input Plugin
|
||||||
|
|
||||||
This plugin uses a query on the [`nvidia-smi`](https://developer.nvidia.com/nvidia-system-management-interface) binary to pull GPU stats including memory and GPU usage, temp and other.
|
This plugin uses a query on the [`nvidia-smi`](https://developer.nvidia.com/nvidia-system-management-interface) binary to pull GPU stats including memory and GPU usage, temp and other.
|
||||||
On windows, `nvidia-smi` is generally located at "C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe"
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
|
@ -15,6 +14,10 @@ On windows, `nvidia-smi` is generally located at "C:\Program Files\NVIDIA Corpor
|
||||||
# timeout = "5s"
|
# timeout = "5s"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Windows
|
||||||
|
|
||||||
|
On Windows, `nvidia-smi` is generally located at `C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe`
|
||||||
|
|
||||||
### Metrics
|
### Metrics
|
||||||
- measurement: `nvidia_smi`
|
- measurement: `nvidia_smi`
|
||||||
- tags
|
- tags
|
||||||
|
|
Loading…
Reference in New Issue