Bazsi, Very cool. Are the stats configurable by the users? Is it some sort of option statement that that will output every X amount of minutes? Is it switchable, on and off? If these questions are all answered in the docs just simply respond "RTFM". Thanks, Drew -----Original Message----- From: Balazs Scheidler [mailto:bazsi@balabit.hu] Sent: Tuesday, August 28, 2001 10:19 AM To: syslog-ng@lists.balabit.hu Subject: [syslog-ng]syslog-ng 1.5.9 Hi, We have released syslog-ng 1.5.9, now officially with the following changes: * finalized log statement processing flags * updated documentation * changed syslog-ng buffering, so writing log messages is buffered (sync(10) now means that ten messages are grouped and written with a single write() syscall) * implemented fsync() option to force an fsync(fd) to logfiles after each write * implemented quick&dirty stats reporting (this is not final, now reports number of dropped messages for the last minutes) -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng
On Tue, Aug 28, 2001 at 10:36:27AM +0200, Hamilton, Andrew Mr RAYTHEON 5 SIG CMD wrote:
Bazsi,
Very cool. Are the stats configurable by the users? Is it some sort of option statement that that will output every X amount of minutes? Is it switchable, on and off? If these questions are all answered in the docs just simply respond "RTFM".
not yet, looking through the source I discovered that I haven't finished it completely, so it's in some kind of 'debug' mode, outputing STATS in every _second_. For now the easiest solution is to patch cfgfile.c, and change the value for self->stats_freq (currently 1) something else. I hope to get an hour's free time, and I add configuration variables to control this value. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Hamilton, Andrew Mr RAYTHEON 5 SIG CMD