-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the amount of data recorded on the SSD in human-friendly form #28
Comments
Hi, |
Thanks. |
I don't have a value in my attributes for how much data is recorded |
Just to +1 this a bit, on my TEAM SSD the only read/write attributes are "Total LBAs (Read|Written)" which are even more inscrutable. So, having the stats values translated into human-readable units seems handy. |
Most of mine are the same and don't present it nicely in an attribute, sadly. |
I did just want to (very belatedly) note one thing: The "Lifetime power-on resets" attribute is just a flat count of the number of times the device has been... well... powered on. (Must be a laptop, as my desktop systems show double-digit values. My very oldest drives are low-triple-digits, but that's after 8+ years of runtime. 😁) Point is, it doesn't translate to "59 days" or any other value. Any attribute named "_Count" — which is actually most of them, in the majority of drives — generally can't be units-translated, as they just hold a unitless value: "number of times this particular event has been recorded". Your SSD seems to be an exception to the "mostly One could argue, I suppose, that it would be nice to make temp values optionally translatable into Fahrenheit, for us dirty Americans, or into Kelvin, for exactly nobody. But since nearly all of those many temp values are just Then there are other attributes, like (on spinning-rust HDDs)
Ultimately, there are a very limited number of attributes for which any sort of human-readable value translation/reformatting could be done at all, and even fewer for which it could be done reliably/usefully. (Though I'm still in favor of doing so, for those few attributes.) |
Just as a note, some drives have these stats in the Temperature log (presented in an ASCII way in the Temperature Log tab).
One thing I can say for sure, I will not be implementing C->F translation ;)
Wikipedia (I know...) and random mailing lists were my source for most of the "help info" tooltips. The newer attributes and stats are less documented though.
I think I'll just humanize some those few stats where it does make sense. |
Honestly, I don't think they are. Even us Americans have gotten used to seeing things like CPU temps expressed in Celsius.
Yay! 👍 |
I ask you to make it possible to see the amount of recorded data on the SSD in a human-friendly form, where the data is in terabytes, and not in clusters or short ones still need to be interpreted correctly.
The text was updated successfully, but these errors were encountered: