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

编程入门 行业动态 更新时间:2024-10-24 20:20:56

linux看<a href=https://www.elefans.com/category/jswz/34/1770035.html style=硬盘使用时间,Linux系统如何查询硬盘使用时间。"/>

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_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'

更多推荐

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

本文发布于:2024-02-27 07:05:33,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1705632.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:硬盘   时间   系统   linux   Linux

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!