You are not logged in.
i have inotail to monitor everything.log, and a few weeks ago I started to notice, that there are a looot of these messages
Feb 11 07:32:42 aleyscha syslog-ng[3914]: Log statistics; processed='center(queued)=4946', processed='center(received)=1931', processed='destination(acpid)=6', processed='destination(console)=0', processed='destination(debug)=0', processed='destination(mail)=0', processed='destination(user)=8', processed='destination(uucp)=0', processed='destination(messages)=1261', processed='destination(ppp)=0', processed='destination(news)=0', processed='destination(iptables)=0', processed='destination(everything)=1746', processed='destination(lpr)=0', processed='destination(cron)=0', processed='destination(syslog)=477', processed='destination(authlog)=185', processed='destination(errors)=2', processed='destination(kernel)=1255', processed='destination(daemon)=6', processed='destination(console_all)=0', processed='source(src)=1931'
Feb 11 07:42:42 aleyscha syslog-ng[3914]: Log statistics; processed='center(queued)=4948', processed='center(received)=1932', processed='destination(acpid)=6', processed='destination(console)=0', processed='destination(debug)=0', processed='destination(mail)=0', processed='destination(user)=8', processed='destination(uucp)=0', processed='destination(messages)=1261', processed='destination(ppp)=0', processed='destination(news)=0', processed='destination(iptables)=0', processed='destination(everything)=1747', processed='destination(lpr)=0', processed='destination(cron)=0', processed='destination(syslog)=478', processed='destination(authlog)=185', processed='destination(errors)=2', processed='destination(kernel)=1255', processed='destination(daemon)=6', processed='destination(console_all)=0', processed='source(src)=1932'
Feb 11 07:52:42 aleyscha syslog-ng[3914]: Log statistics; processed='center(queued)=4954', processed='center(received)=1937', processed='destination(acpid)=6', processed='destination(console)=0', processed='destination(debug)=0', processed='destination(mail)=0', processed='destination(user)=8', processed='destination(uucp)=0', processed='destination(messages)=1261', processed='destination(ppp)=0', processed='destination(news)=0', processed='destination(iptables)=0', processed='destination(everything)=1748', processed='destination(lpr)=0', processed='destination(cron)=0', processed='destination(syslog)=479', processed='destination(authlog)=189', processed='destination(errors)=2', processed='destination(kernel)=1255', processed='destination(daemon)=6', processed='destination(console_all)=0', processed='source(src)=1937'
and don't know what they are, or how get rid of them...
Last edited by leo2501 (2009-02-12 09:33:36)
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery
Offline
Every few minutes syslog will spit out statistics. Like you, I don't know what they mean, and I don't care. I got rid of them by adding "stats (0);" to the top of /etc/syslog-ng.conf, in the "options" section. If you read the man page for syslog-ng.conf, you will find all the other options you can add to that file to tailor it to your needs. You might be interested in "mark," too.
Ciao.
Offline
As stated in these lines they are just statistic log lines for your own information.
As far as I remember you can avoid them by adding a "stats(0)" in the options of /etc/syslog-ng/syslog-ng.conf (or /etc/syslog-ng.conf I never remember the path) :
options {
[...]
stats(0);
[...]
}
EDIT: Whoops! Too late
Last edited by Wikimig (2009-02-11 16:19:52)
Offline
Every few minutes syslog will spit out statistics. Like you, I don't know what they mean, and I don't care. I got rid of them by adding "stats (0);" to the top of /etc/syslog-ng.conf, in the "options" section. If you read the man page for syslog-ng.conf, you will find all the other options you can add to that file to tailor it to your needs. You might be interested in "mark," too.
Ciao.
why im having a lot " -- MARK -- " in everything.log? that's what you mean with "mark"?
Feb 22 06:27:04 aleyscha -- MARK --
Feb 22 06:47:04 aleyscha -- MARK --
Feb 22 07:07:04 aleyscha -- MARK --
Feb 22 07:27:04 aleyscha -- MARK --
Feb 22 07:47:04 aleyscha -- MARK --
Feb 22 08:07:04 aleyscha -- MARK --
Feb 22 08:27:04 aleyscha -- MARK --
Feb 22 08:47:04 aleyscha -- MARK --
Feb 22 09:07:05 aleyscha -- MARK --
Feb 22 09:27:05 aleyscha -- MARK --
Feb 22 09:47:05 aleyscha -- MARK --
Feb 22 10:07:05 aleyscha -- MARK --
Feb 22 10:27:05 aleyscha -- MARK --
Feb 22 10:47:05 aleyscha -- MARK --
Feb 22 11:07:05 aleyscha -- MARK --
Feb 22 11:27:05 aleyscha -- MARK --
Feb 22 11:47:05 aleyscha -- MARK --
Feb 22 12:07:05 aleyscha -- MARK --
Feb 22 12:27:05 aleyscha -- MARK --
Feb 22 12:47:05 aleyscha -- MARK --
Feb 22 13:07:05 aleyscha -- MARK --
Feb 22 13:37:01 aleyscha -- MARK --
Feb 22 13:57:01 aleyscha -- MARK --
Feb 22 14:17:01 aleyscha -- MARK --
Feb 22 14:37:01 aleyscha -- MARK --
Feb 22 14:57:01 aleyscha -- MARK --
Feb 22 15:17:01 aleyscha -- MARK --
Feb 22 15:37:01 aleyscha -- MARK --
Feb 22 15:57:01 aleyscha -- MARK --
Feb 22 16:17:02 aleyscha -- MARK --
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery
Offline
http://www.enterprisenetworkingplanet.c … hp/3517611
*EDIT*
And next time, try to avoid posting a new question in a "SOLVED" thread.
Last edited by pointone (2009-02-22 16:53:47)
M*cr*s*ft: Who needs quality when you have marketing?
Offline