linux kernel dump - at what time did that happen?
开发者_StackOverflowI 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!
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.
精彩评论