logging in kernel

From: khandelw
Date: Fri Mar 26 2004 - 17:26:11 EST


Hello,
I am a graudate student at Florida State University. My friends and my self
are planning to implement a kernel logger for linux kernel (real-time systems).
We are new to linux kernel programming and we have not done kernel programming.
We believe right now most of the system are using printk. We want to write a
tool which can be used for debugging as well as logging of data in the future.
Following are the things that we have in mind so far.

1. Implement the logging daemon or the server as a periodic task in the
real-time system.
2. Have an api which looks similar to printk
3. Have an option to specify the write the network card or console or a
dedicated device.
4. Use it for checkpointing in distributed system.


I am not sure whether such a tool is required but I believe it will give me a
taste of kernel programming.

Any suggestions would be highly appreciated.

Thanking you all in anticipation.
-- Amit Khandelwal




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/