The time now is Sat 18 May 2013, 08:27
All times are UTC - 4 |
| Author |
Message |
sc0ttman

Joined: 16 Sep 2009 Posts: 2173 Location: UK
|
Posted: Mon 02 May 2011, 13:22 Post subject:
linuxlogger Subject description: a sysklogd replacement |
|
linuxlogger - a sysklogd replacement
maybe this is lighter, or faster or better than the standard way that linux logs stuff, I dont know, wouldnt know where to look.. But maybe someone (techonosaurus) will know...
compiled in puppy 4, could probably be stripped, or made lighter in some way by a real expert.
from here: http://offog.org/code/
| Description |
|

Download |
| Filename |
linuxlogger-0.7.pet |
| Filesize |
11.2 KB |
| Downloaded |
236 Time(s) |
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2671 Location: Kiel,Germany
|
Posted: Sun 15 May 2011, 18:56 Post subject:
|
|
look into
grep logd /etc/rc.d/*
/etc/rc.d/rc.sysinit:#100126 move syslogd, klogd to /etc/init.d/00sys_logger
/etc/init.d/00sys_logger: syslogd -m 0
/etc/init.d/00sys_logger: klogd
/etc/init.d/00sys_logger: killall klogd
/etc/init.d/00sys_logger: killall syslogd
/etc/init.d/README.txt:This runs the daemons 'syslogd' and 'klogd', which log kernel and application
file `which syslogd`
/sbin/syslogd: symbolic link to `../bin/busybox'
file `which klogd`
/sbin/klogd: symbolic link to `../bin/busybox'
busybox syslogd --help hasn't got any information for the -m option but seems to accept it :
"\-m " "interval"
The
syslogd
logs a mark timestamp regularly. The default
interval
between two I-- MARK -- lines is 20 minutes. This can be changed
with this option. Setting the
interval
to zero turns it off entirely.
from man syslogd
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0478s ][ Queries: 12 (0.0168s) ][ GZIP on ] |