kuri-231 ディスク の様々な情報を参照する commands list(hdparm smartctl iostat sysstatなど)

smartd mail test とかでググると幸せになれるかな

http://netlog.jpn.org/r271-635/2010/06/ubuntu_smartmontools.html

kuri-231 ディスク の様々な情報を参照する commands list

 2002  hdparm -i /dev/sda
 2004  hdparm -t /dev/sda
 2005  which smartctl
 2006  apt-cache search smartctl
 2007  apt-get install smartmontools gsmartcontrol
 2008  smartctl -i  ..i for infor
 2009  smartctl -i /dev/sda
 2012  smartctl -t short /dev/sda  .. test short time
 2013  ps -ef | grep smart
 2014  smartctl -l selftest  /dev/sda .. to see result
 2015  iostat
 2016  apt-get install sysstat
 2017  ap-get autoremove
 2018  apt-get autoremove
 2019  iostat
 2020  iostat -d   ..disk info
 2021  iostat -c   .. cpu info
 2022  iostat -d 2  .. every 2secs