I'm trying the dmesg
command which outputs the message buffer of the kernal. The format returned on my setup is in the format:
...
[ 0.000000] 3 base 100000000 mask F00000000 write-back
...
[ 95.709163] wlo1: associated
[ 95.709218] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
...
The number in the first column increases with each entry but when I read man dmesg
or the Wikipedia entry I don't see any information on what this value is.
What is the significance of the value in the first column?
dmesg
options aredmesg --kernel --ctime --userspace --decode
Hurray forman dmesg
! – waltinator Jul 31 '17 at 14:44