linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RFC: klogger: kernel tracing and logging tool
@ 2006-02-22 15:25 Yoav Etsion
  2006-02-22 16:21 ` Steven Rostedt
  2006-02-22 17:35 ` Static instrumentation, was " Frank Ch. Eigler
  0 siblings, 2 replies; 5+ messages in thread
From: Yoav Etsion @ 2006-02-22 15:25 UTC (permalink / raw)
  To: linux-kernel

Hi all,

This may look like a shameless plug, but it is intended as an RFC:
over the past few years I've developed a kernel logging tool called 
Klogger: http://www.cs.huji.ac.il/~etsman/klogger

In some senses, it is similar to the LTT - Linux Trace Toolkit (and was 
actually developed because LTT did not suit my needs).
However, Klogger is much more flexible. The two key points being:
1.
it offers extremely low logging overhead (better than LTT and Dtrace) by 
auto-generating the logging code from user-specified config files.
2.
it allows new events to be defined, and more importantly shared among 
subsystems' developers, thus allowing to understand module/subsystem 
interactions without an all encompassing knowledge.
This feature can allow developers to design the performance logging 
while designing the subsystem to be logged, allowing other 
developers/researchers to get some insights without having to fully 
understand a subsystem's code.

I am very interested in the community's opinion on this matter, so if 
anyone is interested you can find the design document, a HOWTO and 
patches against 2.6.14/2.6.9 on my website: 
http://www.cs.huji.ac.il/~etsman/klogger
or
http://linux-klogger.sf.net

Currently, we use this tool at the the Hebrew University, but if there 
is public interest I can work on it further so it adheres to kernel code 
standards (the tool currently does obscene things like writing to disk 
from kernel threads :-P --- it was written before relayfs was out there).

Thanks,

Yoav Etsion

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-02-23 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-22 15:25 RFC: klogger: kernel tracing and logging tool Yoav Etsion
2006-02-22 16:21 ` Steven Rostedt
2006-02-22 17:35 ` Static instrumentation, was " Frank Ch. Eigler
2006-02-22 21:00   ` Yoav Etsion
2006-02-23 15:17   ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).