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>
This commit is contained in:
کامیت شده توسط
GitHub
والد
129ad8ffad
کامیت
d0e770ffbc
@@ -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);
|
||||
}
|
||||
|
||||
مرجع در شماره جدید
Block a user