[SWDEV-456192] Update process CLI help text (#720)

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
This commit is contained in:
Arif, Maisam
2025-09-26 17:33:01 -05:00
committad av GitHub
förälder 311eade5b1
incheckning 8758b8f75a
2 ändrade filer med 5 tillägg och 5 borttagningar
+3 -3
Visa fil
@@ -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."
+2 -2
Visa fil
@@ -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