Question

When I printk(KERN_INFO, ...), I get something like this:

<6>[116584.000183] ...

What is the number between the square brackets exactly?

Was it helpful?

Solution

It's a timestamp with microsecond resolution. See the printk source.

OTHER TIPS

Seconds since startup. You can control whether this is shown with the CONFIG_PRINTK_TIME variable in kernel config.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top