Skip to content

Instantly share code, notes, and snippets.

@dlangille
Created August 27, 2017 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlangille/1882b58d913e78e74d6c15358d32774f to your computer and use it in GitHub Desktop.
Save dlangille/1882b58d913e78e74d6c15358d32774f to your computer and use it in GitHub Desktop.
knew Sense_Error_Rate
$ for disk in `sysctl kern.disks` do sudo smartctl -a /dev/${disk} | grep '^191 G-Sense_Error_Rate' done
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 2
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 6
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 263
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 5
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 55
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 286
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 108
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 164
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 217
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 9
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 5
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 45
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 6
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 20
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment