admin 发表于 2019-9-14 22:27:08

linux系统下查看独立服务器硬盘使用时间

linux系统查看硬盘的使用时间:
Centos:yum -y install smartmontoolsUbuntu/Debian:apt-get install smartmontoolssmartctl -a /dev/sdaATTRIBUTE_NAME
Raw_Read_Error_Rate
Spin_Up_Time
Start_Stop_Count
Reallocated_Sector_Ct
Seek_Error_Rate
Power_On_Hours
Spin_Retry_Count
Calibration_Retry_Count
Power_Cycle_Count
G-Sense_Error_RatePower-Off_Retract_Count
Load_Cycle_Count
Temperature_Celsius
Reallocated_Event_Count
Current_Pending_Sector
Offline_Uncorrectable
UDMA_CRC_Error_Count
Multi_Zone_Error_Rate
Power_On_Hours:是硬盘使用的总时间
Load_Cycle_Count:是加载循环计数
Temperature_Celsius:硬盘的英文温度
直接输入下列命令,查询你所关心的:
sudo smartctl -a /dev/sda |egrep 'Load_Cycle_Count|Power_On_Hours|Temperature_Celsius'

页: [1]
查看完整版本: linux系统下查看独立服务器硬盘使用时间