From 11193a3b4cbffd4ccdb7eb5b2aa12e83be729c11 Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:40:23 -0700 Subject: [PATCH] docs: update readme title for amd_rocm_smi (#9826) --- plugins/inputs/amd_rocm_smi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/amd_rocm_smi/README.md b/plugins/inputs/amd_rocm_smi/README.md index 89a5b0630..ac080974d 100644 --- a/plugins/inputs/amd_rocm_smi/README.md +++ b/plugins/inputs/amd_rocm_smi/README.md @@ -1,11 +1,11 @@ -# ROCm System Management Interface (SMI) Input Plugin +# AMD ROCm System Management Interface (SMI) Input Plugin This plugin uses a query on the [`rocm-smi`](https://github.com/RadeonOpenCompute/rocm_smi_lib/tree/master/python_smi_tools) binary to pull GPU stats including memory and GPU usage, temperatures and other. ### Configuration ```toml -# Pulls statistics from nvidia GPUs attached to the host +# Pulls statistics from AMD GPUs attached to the host [[inputs.amd_rocm_smi]] ## Optional: path to rocm-smi binary, defaults to $PATH via exec.LookPath # bin_path = "/opt/rocm/bin/rocm-smi"