bartman's blog

fast kernel logging

bartman

As part of some driver work for a client I looked at some fast logging methods since logging via printk() to syslog sucks.

Here are the hits I got:

Looks like none of the above are flexible and supported by deployed kernels (our target is RHEL3)... so syslog it is in the interim.

Tags: