Kernel Oops Analyzer

本工具旨在帮助您诊断内核崩溃问题。请输入包含内核 oops 信息的文本或上传相关文件,我们会协助您诊断内核崩溃问题。

数据输入

  • 文件输入
  • 文本输入

选择并上传 vmcore 生成的 内核 oops 日志。

 

上传的内核 oops 日志文件最大不能超过 10MB。

检测

检测到的内核 Oops

  正在检测 ......

 

如何从 Vmcore 文件中获取内核 Oops 日志?

选择 1:使用 makedumpfile 获取内核日志(适用于 RHEL6、RHEL7、RHEL8)

RHEL6: Speeding up kernel crash / hang analysis with the kernel log

$ makedumpfile --dump-dmesg [path-to-vmcore][kernel-log-file]

选择 2:使用 crash 程序的 log 命令转储内核日志(适用于 RHEL4、RHEL5、RHEL6)

How can I use crash to send Red Hat some vmcore pre-analysis information before or while uploading the vmcore image?

# Start the interactive crash shell, dump the logs, then quit crash
$ crash [path-to-vmlinux] [path-to-vmcore]
crash> log > log.out
crash> quit

 

转载至https://access.redhat.com/labs/kerneloopsanalyzer/

你可能感兴趣的:(Linux)