linux 内核转储——什么时候发生的?
我有一个内核转储文件。
假设文件创建时间不可靠,我可以通过crash找出panic的时间吗?
谢谢!
I have a kernel dump file.
Supposing the file creation time is not reliable, can I find out the time of the panic by using crash?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用 崩溃工具进行分析。字段“日期”可能就是您要查找的内容。 这个教程也很好。
此外,检查系统日志可能会显示有关崩溃时间的一些信息。
You could try to use the crash tool for analysis. The field DATE might be what you are looking for. This tutorial is also very good.
Also, checking the system's logs might reveal some information about the time of the crash.