Documentation: Fix the default format string for nvidiagpu

This commit is contained in:
pvutov 2022-11-30 21:04:33 +02:00 committed by GitHub
parent a6f2e6fc5e
commit f0ce6a1f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1155,7 +1155,7 @@ nvidiagpu
Displays GPU name, temperature and memory usage.
Parameters:
* nvidiagpu.format: Format string (defaults to '{name}: {temp}°C %{usedmem}/{totalmem} MiB')
* nvidiagpu.format: Format string (defaults to '{name}: {temp}°C %{mem_used}/{mem_total} MiB')
Available values are: {name} {temp} {mem_used} {mem_total} {fanspeed} {clock_gpu} {clock_mem} {gpu_usage_pct} {mem_usage_pct} {mem_io_pct}
Requires nvidia-smi