Added additional smart attribute identification and a write amplification sensor for Sandforce based SSDs.

This commit is contained in:
Michael Möller
2012-02-13 21:56:29 +00:00
parent b9edd942b0
commit 3f9d9da2f0
4 changed files with 63 additions and 26 deletions

View File

@@ -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"; }
}
}
}