|
-
September 29th, 2007, 10:06 PM
#1
Linux Log optimiztion software
Hello,
I have written a program that optimizes log writting. Here are the Features:
Logger is a gpl licensed linux utility to take control of system logs. features include:
* Ability to handle logs over 2 gigs.
* Automatic nightly log rotation without effecting any services dependent on it.
* Perforamce increase in software logging to Logger. High log usage software like Apache, Exim, and Squid show dramatic improvement.
* Any application that writes a log can be maintained be Logger (including syslogd).
* Light, small, and fast.
* Emphasizes security.
* Reduces drive usage through memory queueing. On my system, my log drive temperature dropped from 125 deg. (F) to 95 deg (F). This also makes available the option of spinning down the hard drive to conserve power (a must for laptops).
Please check it out and let me know what you think. The URL is:
http://freshmeat.net/projects/slogger
Thank you.
-
September 30th, 2007, 06:58 PM
#2
 Originally Posted by frpeter
* Emphasizes security.
* Reduces drive usage through memory queueing.
So, what will happen to the logs in memory if the server suddenly dies?
Oliver's Law:
Experience is something you don't get until just after you need it.
-
September 30th, 2007, 11:43 PM
#3
Hello,
 Originally Posted by SirDice
So, what will happen to the logs in memory if the server suddenly dies?
Good queston.
If the server is on a UPS, Logger will respond to the killall issued by the server shutdown scripts and flush all logged data to disk. Otherwise, unfortunately the same fate as any other log that hasn't been actually flushed to disk.
The key is to balance performance vs risk. That applies to any software that writes a log.
I do have plans for TCP connections to transfer logs to a dedicated log server using the same memory queueing approach to maximize bandwidth.
-
January 31st, 2008, 08:39 PM
#4
Hello,
Just a quick update...
TCP connections are fully implemented. One use that I rely on heavily is having my system logs from my laptop saved to my desktop. This has a considerabe saving on my battery and increases performance quite a bit.
Also, sys/klogd can be completely replaced now. This is a very significant performance boost for anyone using Logger instead of sys/klogd.
Please have a look and let me know what you think:
http://freshmeat.net/projects/slogger/
Similar Threads
-
By ThePreacher in forum Miscellaneous Security Discussions
Replies: 17
Last Post: December 14th, 2006, 09:37 PM
-
By rider_royal in forum Newbie Security Questions
Replies: 25
Last Post: July 3rd, 2005, 10:43 AM
-
By gore in forum Operating Systems
Replies: 2
Last Post: February 25th, 2005, 08:12 AM
-
By gore in forum Operating Systems
Replies: 3
Last Post: March 28th, 2004, 04:44 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|