Wed, 25 Jul 2012 16:03:36 +0000 |
Added temperature offset parameters to all HDD temperature sensors. Fixed issue 271.
|
file | diff | annotate |
Sun, 27 May 2012 14:23:31 +0000 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
Wed, 22 Feb 2012 23:36:26 +0000 |
Fixed a division by zero in the Sandforce write amplification sensor.
|
file | diff | annotate |
Tue, 14 Feb 2012 23:07:55 +0000 |
Added a new sensor type "Factor" for dimensionless values (and similar) that are not to be shown as percent ("Level" type). Changed the write amplification sensor to use the new "Factor" sensor type. Added the temperature SMART attribute for Sandforce SSDs as hidden sensor (as it may show fake results on some hardware).
|
file | diff | annotate |
Mon, 13 Feb 2012 21:56:29 +0000 |
Added additional smart attribute identification and a write amplification sensor for Sandforce based SSDs.
|
file | diff | annotate |
Mon, 13 Feb 2012 20:34:39 +0000 |
Small correction to the Sandforce SSD detection to prevent Marvell controllers (M4, C300) from getting identified as Sandforce.
|
file | diff | annotate |
Mon, 02 Jan 2012 18:44:19 +0000 |
Added SMART support for Samsung SSDs.
|
file | diff | annotate |
Sun, 01 Jan 2012 10:14:42 +0000 |
Added the hard drive firmware version to the report. This could be important if the SMART attribute layout changes with firmware versions on some drives.
|
file | diff | annotate |
Sat, 31 Dec 2011 17:31:04 +0000 |
Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data.
|
file | diff | annotate |