I got this log file entries which I think are from either /var/log/syslog
or /var/log/messages
file for analysis. I'm trying to find what each column means. I searched around and found very few references as to what each log column means. Its like they forgot to write the column names in the manuals. :)
Feb 1 00:00:49 mycom01 kernel: [7292044.592265] oo:contactc[627578]: Importing OpenOnload 7.1.2.141_ON-13486 [128]
Feb 1 01:02:16 mycom01 kernel: [7321313.400084] [onload] [457]: WARNING: all PIO bufs allocated to other stacks. Continuing without PIO. Use EF_PIO to control this.
I can understand the obvious ones like the date/time and host. But the items in square brackets are not clear. Appreciate your help in understanding this.
/var/log/messages
in Ubuntu anymore. Is this Ubuntu? – Doug Smythies Feb 15 '22 at 00:33/var/log/syslog
or/var/log/messages
extracts. – Sampath Feb 15 '22 at 00:39man logger rsyslog rsyslog.conf
to start, plus https://tools.ietf.org/html/rfc5424 thesyslog
protocol definition. – waltinator Feb 17 '22 at 20:02