BlockDev.SmartATAAttribute¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
failed_past |
r/w |
Indicates a failure that happened in the past (the normalized worst value is below the threshold). |
|
failing_now |
r/w |
Indicates a failure that is happening now (the normalized value is below the threshold). |
|
flags |
r/w |
Bitmask of attribute flags. See |
|
id |
r/w |
Attribute Identifier. |
|
name |
r/w |
A free-form representation of the attribute name, implementation-dependent (e.g. libatasmart internal strings or smartmontools’ drivedb.h names). |
|
pretty_value |
r/w |
Numerical representation of the parsed raw value, presented in pretty_value_unit units. |
|
pretty_value_string |
r/w |
A free-form string representation of the raw value intended for user presentation or |
|
pretty_value_unit |
r/w |
The unit of the parsed raw value. |
|
threshold |
r/w |
The threshold of a normalized value or -1 if unknown. |
|
value |
r/w |
The normalized value or -1 if unknown. |
|
value_raw |
r/w |
The raw value of the attribute. |
|
well_known_name |
r/w |
Translated well-known attribute name (in libatasmart style, e.g. ‘raw-read-error-rate’) or |
|
worst |
r/w |
The worst normalized value of -1 if unknown. |
Methods¶
None
Details¶
- class BlockDev.SmartATAAttribute¶