diff --git a/amdsmi_cli/README.md b/amdsmi_cli/README.md index f88c596a11..378755bae7 100644 --- a/amdsmi_cli/README.md +++ b/amdsmi_cli/README.md @@ -103,10 +103,20 @@ AMD-SMI Commands: xgmi Displays xgmi information of the devices ``` +Example commands: + +``` bash +amd-smi static --gpu 0 +amd-smi metric +amd-smi process --gpu 0 1 +amd-smi reset --gpureset --gpu all +``` + More detailed verison information is available from `amd-smi version` Each command will have detailed information via `amd-smi [command] --help` + ## Commands For convenience, here is the help output for each command diff --git a/docs/how-to/using-AMD-SMI-CLI-tool.md b/docs/how-to/using-AMD-SMI-CLI-tool.md index e7eac67132..e35f0a7c6e 100644 --- a/docs/how-to/using-AMD-SMI-CLI-tool.md +++ b/docs/how-to/using-AMD-SMI-CLI-tool.md @@ -30,6 +30,15 @@ AMD-SMI Commands: xgmi Displays xgmi information of the devices ``` +Example commands: + +``` bash +amd-smi static --gpu 0 +amd-smi metric +amd-smi process --gpu 0 1 +amd-smi reset --gpureset --gpu all +``` + More detailed verison information is available from `amd-smi version` Each command will have detailed information via `amd-smi [command] --help`