WUH drives are rebadged HGST models with HGST’s firmware architecture.
SMART attribute definitions are not standardised, and vendor specific documentation is rarely publicly available. Usually we need to work out the meanings of the numbers on our own.
Let’s start with Seek Time Performance.
model Current/Worst Raw
--------------- ------------- ---
HUH721010ALE600 128 / 128 18
WUH721818ALE6L4 140 / 140 15
100 / 100 25 (calculated below)
Let’s assume that these two drives interpret these attributes in the same way. The first thing we can see is that lower Raw numbers produce larger Current/Worst (“normalised”) numbers, so this suggests that lower Raw numbers are “healthier”.
Next we can see that the difference in the Raw values is 3, and this corresponds to a difference in the Current/Worst values of 12. This suggests that the normalised value inreases by 4 for each unit in the Raw value. If we assume that a normalised value of 100 is “good”, we can see that this corresponds to a Raw value of 25.
One possible explanation could be that the Raw value is the full-stroke seek time in milliseconds. A faster drive would have a lower seek time, so this is consistent with the data.
The Raw value of Spin-Up Time is a multi-byte parameter. It is best viewed in hexadecimal mode.
model Current/Worst Raw
--------------- ------------- ---
HUH721010ALE600 151 / 151 38684459424 = 0x901C601A0 -> 0x0009 / 0x01C6 / 0x01A0 -> 9 / 454 / 416
WUH721818ALE6L4 84 / 84 25791234375 = 0x601470147 -> 0x0006 / 0x0147 / 0x0147 -> 6 / 327 / 327
I confess I don’t understand the trend in these numbers. If we assume that the Raw value is the spin-up time in tens of milliseconds, then a drive that spins up 4.16 seconds gets a better score (151) than a drive that spins up in 3.37 seconds. Both drives are 7200 RPM models. That said, they are different models, so it could be that the parameters are weighted differently.
The Throughput Performance numbers are a mystery to me also.
model Current/Worst Raw
--------------- ------------- ---
HUH721010ALE600 134 / 134 96
WUH721818ALE6L4 148 / 148 48
I think that the only way to understand these numbers is to compare them against numbers from the same models. One way is to search the Internet, another is to keep monitoring and recording the attributes for your own drives and adding them to the above tables.