Search code examples
linux-kernelkernel-moduleprintk

printk second output


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

<6>[116584.000183] ...

What is the number between the square brackets exactly?


Solution

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