What the timestamps in Ubuntu kernel messages meanUbuntu kernels are configured so that they include cryptic time information in kernel messages. An example looks like:
(In the general tradition of Linux kernel messages, this is just enough to show you that there is useful stuff present without actually giving you any clear idea of how to interpret it to get actual information.) It turns out that the timestamp is seconds and microseconds since the
system booted. If the system is still running, the simple way to relate
it to wall clock time is to look at (If the system is not still running you will have to work forward from its boot time, which hopefully got recorded somewhere. I believe that adjusting the system clock does not adjust the 'seconds since boot' counters; beware of this if you had to make significant time adjustments to your system.) This configuration setting is controlled by the kernel config option
(I got this information from here.) |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |