Custom Query (1556 matches)
Results (451 - 453 of 1556)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #346 | fixed | Implement "-l devstat" using smartlog if gplog failed | ||
| Description |
On Darwin (OSX) ATA_LOG_EXT command is not implemented, as well as on some other outdated ATA interfaces. However i found that device statistic is readable using smartlog 0x04 page. This is sample output with my dirty hack for darwin: Device Statistics (SMART Log 0x04)
Page Offset Size Value Description
1 ===== = = == General Statistics (rev 2) ==
1 0x008 4 544 Lifetime Power-On Resets
1 0x010 4 413 Power-on Hours
1 0x018 6 4466199876 Logical Sectors Written
1 0x020 6 23335260 Number of Write Commands
1 0x028 6 4027657571 Logical Sectors Read
1 0x030 6 16200567 Number of Read Commands
4 ===== = = == General Errors Statistics (rev 1) ==
4 0x008 4 0 Number of Reported Uncorrectable Errors
4 0x010 4 0 Resets Between Cmd Acceptance and Completion
6 ===== = = == Transport Statistics (rev 1) ==
6 0x008 4 0 Number of Hardware Resets
6 0x010 4 0 Number of ASR Events
6 0x018 4 0 Number of Interface CRC Errors
7 ===== = = == Solid State Device Statistics (rev 1) ==
7 0x008 1 0~ Percentage Used Endurance Indicator
|_ ~ normalized value
Correct logic on -ldevstat should be:
Also os_darwin.cpp needs to be converted to the new interface (#103) to support multi-sector requests. |
|||
| #180 | fixed | Implement smartd --savestates and --attributelog for SCSI | ||
| Description |
The smartd |
|||
Note:
See TracQuery
for help on using queries.
