[SWDEV-520371] Generate valid json format output (#273)
Earlier, the amd-smi metric and static json output was not in valid json format. Changes are done to get the output in valid json format. --------- Change-Id: I5576333269509f63b3c800f225c3d73127ce80cf Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com> Signed-off-by: Maisam Arif <Maisam.Arif@amd.com> Co-authored-by: Maisam Arif <Maisam.Arif@amd.com>
This commit is contained in:
committed by
GitHub
parent
b2f1df85a3
commit
8e5f6b1a8d
@@ -1675,7 +1675,6 @@ def amdsmi_get_hsmp_metrics_table(
|
||||
"mtbl_socket_thm_residency_acc": mtbl.socket_thm_residency_acc,
|
||||
"mtbl_vr_thm_residency_acc": mtbl.vr_thm_residency_acc,
|
||||
"mtbl_hbm_thm_residency_acc": mtbl.hbm_thm_residency_acc,
|
||||
"mtbl_gfxclk_frequency": f"{[round(x*fraction_uq10 ,3) for x in list(mtbl.gfxclk_frequency)]} MHz"
|
||||
}
|
||||
|
||||
def amdsmi_first_online_core_on_cpu_socket(
|
||||
|
||||
Reference in New Issue
Block a user