public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Larry Kessler <kessler@us.ibm.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH-RFC] POSIX Event Logging, kernel 2.5.6 & 2.4.18
Date: Tue, 12 Mar 2002 14:15:36 -0800	[thread overview]
Message-ID: <3C8E7E08.C3CF4227@us.ibm.com> (raw)

Please cc: kessler@us.ibm.com with your comments.

Patch for kernel version 2.5.6:
http://prdownloads.sourceforge.net/evlog/evlog-1.3.0_kernel2.5.6.patch
Patch for kernel version 2.4.17, 2.4.18:
http://prdownloads.sourceforge.net/evlog/evlog-1.3.0_kernel2.4.17.patch

This patch, in combination with the event logging and event
notification user library, provides a comprehensive event 
logging package based on the draft POSIX standard 1003.25.
See http://evlog.sourceforge.net/ for details and downloads.

A summary of the kernel patch:
1) A static kernel buffer is implemented for POSIX events logged
   in the kernel.  Size is configurable during kernel build.
2) If the buffer overruns the oldest events are kept, newest
   discarded, and a count of discarded events is reported.
3) Optionally, POSIX events can be created from printk messages
   (printk messages still go to /var/log/messages, as before)
4) Functions are provided for: 
   - logging directly to kernel event buffer (text string or
     binary data which gets formatted outside of the kernel)
   - registering facilities beyond the standard ones in syslog.h
     (device drivers can have facility other than KERN)
5) Events are displayed on the system console as single-line
   summary messages (based on printk's default console logging level).

Please be clear that this is NOT intended to replace printk and
syslog, but to coexist with them and provide additional 
capabilities not available with printk/syslog that are highly 
desirable in large servers and Telecom environments (to name a few).

Larry Kessler

             reply	other threads:[~2002-03-12 22:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-12 22:15 Larry Kessler [this message]
2002-03-12 22:41 ` [PATCH-RFC] POSIX Event Logging, kernel 2.5.6 & 2.4.18 Dominik Kubla
2002-03-12 23:02   ` Larry Kessler
2002-03-13  1:10     ` Bernd Eckenfels
2002-03-13  0:33 ` Bernd Eckenfels
  -- strict thread matches above, loose matches on Subject: below --
2002-03-14  1:07 Larry Kessler
2002-03-14  2:32 ` Bernd Eckenfels
2002-03-14 19:45 ` Brian Beattie
2002-03-15  1:10   ` Larry Kessler
2002-03-15  1:17 Larry Kessler
2002-03-15 17:57 Larry Kessler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C8E7E08.C3CF4227@us.ibm.com \
    --to=kessler@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox