原文:Linux檢查硬件錯誤工具—mcelog命令

簡介mcelog 是Linux 系統上用來檢查硬件錯誤,特別是內存和CPU錯誤的工具。未糾正的錯誤是關鍵異常,如果 CPU 無法恢復,往往會導致系統上的內核錯誤。這會導致應用程序重置和中斷。對於未糾正的錯誤,mcelog 捕獲錯誤的能力取決於錯誤導致熱重啟還是硬重啟。如果是熱重啟,信息會被 mcelog 捕獲,恢復后可看到。硬重啟會導致數據丟失,而且 mcelog 可能捕獲不到該事件。 安裝 m ...

2021-11-16 16:02 0 3659 推薦指數:

查看詳情

Dell 檢查工具DSet 檢查硬件

Dell 720 服務硬盤故障 檢測工具 dell Dset http://www.dell.com/support/contents/cn/zh/cnbsdt1/article/Product-Support/Self-support-Knowledgebase ...

Tue Nov 29 00:27:00 CST 2016 0 1493
Linux檢查和收集硬件信息的常用命令總結

                   Linux檢查和收集硬件信息的常用命令總結                                               作者:尹正傑 版權聲明:原創作品,謝絕轉載!否則將追究法律責任。   Linux基礎真的很重要,基礎不牢 ...

Fri Nov 09 23:28:00 CST 2018 0 1121
關於linux硬件檢測的命令

目錄 1、概念 2、硬件查詢命令 lspci lsusb lsblk blkid lscpu /proc/cpuinfo /proc/meminfo /proc/interrupts ...

Mon Apr 18 17:46:00 CST 2022 0 770
Linux操作系統mcelog如何工作

What are Machine Check Exceptions (or MCE)? A machine check exception is an error dedected by your ...

Sun May 19 02:48:00 CST 2019 0 2195
Linux查看硬件信息命令

一、查看服務器硬件信息 (1)查看服務器型號、序列號 [root@Master ~]# dmidecode|grep "System Information" -A9|egrep "Manufacturer|Product|Serial" (2)查看主板型號[root@Master ...

Mon Feb 05 21:42:00 CST 2018 0 109909
Linux查看硬件信息命令

一、查看服務器硬件信息 (1)查看服務器型號、序列號 [root@Master ~]# dmidecode|grep "System Information" -A9|egrep "Manufacturer|Product|Serial" 序列號    dmidecode -s ...

Fri May 31 23:48:00 CST 2019 0 862
linux查看硬件配置命令

系統 # uname –a # 查看內核/操作系統/CPU信息 # head -n 1 /etc/issue # 查 ...

Thu May 29 04:39:00 CST 2014 0 6684
linux查看硬件配置命令

1、查看服務器的CPU 查看CPU信息:cat /proc/cpuinfo 物理cpu個數:cat /proc/cpuinfo | grep "physical id" | so ...

Sun Feb 17 07:42:00 CST 2019 0 3454
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM