SWDEV-504130 Add temperature violation status to amd-smi monitor (#2)

Added boolean temperature violation status to amd-smi monitor.

Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com>
Este commit está contenido en:
Kanangot Balakrishnan, Bindhiya
2025-01-08 16:35:53 -06:00
cometido por GitHub
padre 129ad8ffad
commit d0e770ffbc
Se han modificado 4 ficheros con 42 adiciones y 5 borrados
+1 -1
Ver fichero
@@ -794,7 +794,7 @@ amdsmi_status_t amdsmi_get_violation_status(amdsmi_processor_handle processor_ha
ss << __PRETTY_FUNCTION__ << " | "
<< "ENTERED socket_thm_residency_acc | per_socket_thrm: " << std::dec
<< violation_status->per_socket_thrm
<< "%; active_ppt_pwr = " << std::dec
<< "%; active_socket_thrm = " << std::dec
<< violation_status->active_socket_thrm << "\n";
LOG_DEBUG(ss);
}