lkrg-org/lkrg

Net: introduce net-only heartbeat messages

solardiz opened this issue · 0 comments

Nov 10, 2022

Right now, when we enable LKRG's heartbeat, those messages are getting to the kernel's ring buffer and are seen in dmesg, quickly scrolling other messages out of convenient reach. (Further, on some distros they'd appear on console by default, but we could easily avoid that by lowering their syslog priority. This was also part of the reason why we're not relying on console messages for sending them to the remote, instead reading from the kernel's ring buffer.)

We could want to introduce a type of heartbeat messages that would only be sent over network (when enabled), without flooding dmesg.