mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 06:15:08 +00:00
Added additional smart attribute identification and a write amplification sensor for Sandforce based SSDs.
This commit is contained in:
@@ -493,5 +493,17 @@ namespace OpenHardwareMonitor.Hardware.HDD {
|
||||
public static string ExceptionModeStatus {
|
||||
get { return "Exception Mode Status"; }
|
||||
}
|
||||
|
||||
public static string ControllerWritesToNAND {
|
||||
get { return "Controller Writes to NAND"; }
|
||||
}
|
||||
|
||||
public static string HostWritesToController {
|
||||
get { return "Host Writes to Controller"; }
|
||||
}
|
||||
|
||||
public static string RawReadErrorRate {
|
||||
get { return "Raw Read Error Rate"; }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user