[SWDEV-513855] Add power cap to power monitor (#193)

Added power cap to display on amd-smi monitor -p.
Updated help and Changelog as well.

Signed-off-by: Kanangot Balakrishnan, Bindhiya <Bindhiya.KanangotBalakrishnan@amd.com>
This commit is contained in:
Kanangot Balakrishnan, Bindhiya
2025-03-26 17:45:08 -05:00
committed by GitHub
parent 9b64dcb61a
commit 7d109001ac
4 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -1252,7 +1252,7 @@ class AMDSMIParser(argparse.ArgumentParser):
monitor_optionals_title = "Monitor Arguments"
# Help text for Arguments only on Guest and BM platforms
power_usage_help = "Monitor power usage in Watts"
power_usage_help = "Monitor power usage and power cap in Watts"
temperature_help = "Monitor temperature in Celsius"
gfx_util_help = "Monitor graphics utilization (%%) and clock (MHz)"
mem_util_help = "Monitor memory utilization (%%) and clock (MHz)"