dmesg - vyhodí nám informácie
dmesg -T --vyhodí nám informácie aj s časom, ktorý je pre nás dobre viditeľný
Prakticky to vyzerá takto
[root@ynwa ~]# dmesg | grep eth1
[ 3.855854] nasa_siet 0000:czz:07.1 eth1: NIC Link is Up 10000 Mbps
[ 13.222336] nasa_siet 0000:czz:07.1 eth1: intr type 3, mode 0, 9 vectors allocated
[ 13.223772] nasa_siet 0000:czz:07.1 eth1: NIC Link is Up 10000 Mbps
Tu vidíme aj ľudský čas:
[root@ynwa ~]# dmesg -T | grep eth1
[Thu Mar 19 10:59:44 2020] nasa_siet 0000:czz:07.1 eth1: NIC Link is Up 10000 Mbps
[Thu Mar 19 10:59:44 2020] nasa_siet 0000:czz:07.1 eth1: intr type 3, mode 0, 9 vectors allocated
[Thu Mar 19 10:59:44 2020] nasa_siet 0000:czz:07.1 eth1: NIC Link is Up 10000 Mbps
Žiadne komentáre:
Zverejnenie komentára