diff --git a/amdsmi_cli/amdsmi_parser.py b/amdsmi_cli/amdsmi_parser.py index f6d2459043..cd255870c3 100644 --- a/amdsmi_cli/amdsmi_parser.py +++ b/amdsmi_cli/amdsmi_parser.py @@ -1085,7 +1085,7 @@ class AMDSMIParser(argparse.ArgumentParser): return # Subparser help text - process_help = "Lists general process information running on the specified GPU" + process_help = "Lists compute process information running on the specified GPU" process_subcommand_help = f"{self.description}\n\nIf no GPU is specified, returns information for all GPUs on the system.\ \nIf no process argument is provided, all process information will be displayed." process_optionals_title = "Process arguments" @@ -1093,8 +1093,8 @@ class AMDSMIParser(argparse.ArgumentParser): # Optional Arguments help text general_help = "pid, process name, memory usage" engine_help = "All engine usages" - pid_help = "Gets all process information about the specified process based on Process ID" - name_help = "Gets all process information about the specified process based on Process Name.\ + pid_help = "Gets compute process GPU information about the specified process based on Process ID" + name_help = "Gets compute process GPU information about the specified process based on Process Name.\ \nIf multiple processes have the same name, information is returned for all of them.\ \nProcess Name may require elevated permissions." diff --git a/docs/how-to/amdsmi-cli-tool.md b/docs/how-to/amdsmi-cli-tool.md index dd90a457ab..53dc9b315e 100644 --- a/docs/how-to/amdsmi-cli-tool.md +++ b/docs/how-to/amdsmi-cli-tool.md @@ -48,7 +48,7 @@ AMD-SMI Commands: firmware (ucode) Gets firmware information about the specified GPU bad-pages Gets bad page information about the specified GPU metric Gets metric/performance information about the specified GPU - process Lists general process information running on the specified GPU + process Lists compute process information running on the specified GPU event Displays event information for the given GPU topology Displays topology information of the devices set Set options for devices @@ -391,7 +391,7 @@ Command Modifiers: (cmd-process)= ### amd-smi process -Lists general process information running on the specified GPU. +Lists compute process information running on the specified GPU. ```shell-session ~$ amd-smi process --help