amdsmi_cli: Enabled hsmp metric table from CLI
Change-Id: I7f9c13255f952136438249f5180dec5586d01bd7
[ROCm/amdsmi commit: c74f01f401]
Tento commit je obsažen v:
odevzdal
Galantsev, Dmitrii
rodič
5d5bb11625
revize
8bd95a26b4
@@ -1939,12 +1939,12 @@ class AMDSMICommands():
|
||||
static_dict["metrics_table"]["response"] = "N/A"
|
||||
# Note:- amdsmi_get_metrics_table has been disabled as there is fix needed in the library API and will be
|
||||
# in next version
|
||||
"""try:
|
||||
try:
|
||||
metrics_table = amdsmi_interface.amdsmi_get_metrics_table(args.cpu)
|
||||
static_dict["metrics_table"]["response"] = metrics_table
|
||||
except amdsmi_exception.AmdSmiLibraryException as e:
|
||||
static_dict["metrics_table"]["response"] = "N/A"
|
||||
logging.debug("Failed to get metrics table for cpu %s | %s", cpu_id, e.get_error_info())"""
|
||||
logging.debug("Failed to get metrics table for cpu %s | %s", cpu_id, e.get_error_info())
|
||||
|
||||
if (args.socket_energy):
|
||||
static_dict["socket_energy"] = {}
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele