Linux系统如何查询硬盘使用时间。

查看:529
本文介绍了Linux系统如何查询硬盘使用时间。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问 题

Linux是独立服务器,如何查询硬盘的使用时间。运行时间呢?

解决方案

可以用smartctl查看磁盘的详细信息:

sudo apt-get install smartmontools
sudo smartctl -a /dev/sda
ATTRIBUTE_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_Rate
Power-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'

这篇关于Linux系统如何查询硬盘使用时间。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆