Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2005 12:14:35 +0100
From:      Claus Guttesen <kometen@gmail.com>
To:        Imri Zvik <imriz@co.zahav.net.il>
Cc:        freebsd-performance@freebsd.org
Subject:   Re: very busy syslog server
Message-ID:  <b41c75520512070314s67559076s@mail.gmail.com>
In-Reply-To: <A6E1736261841F40B12286B0D04B194503CE7839@IGMAIL.InetGold>
References:  <A6E1736261841F40B12286B0D04B194503CE7839@IGMAIL.InetGold>

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm trying to setup a syslog server to serve a large group of servers.
> For the syslog daemon, I have chosen rsyslogd, and the backend is mysql (=
on a different
> machine).

Maby you could put the syslog-messages into a file and then import it
into mysql?

We have 10 webservers sending http-logs to one dual PIII.

syslog~#>netstat -s -p udp
udp:
        167166048 datagrams received
        0 with incomplete header
        0 with bad data length field
        0 with bad checksum
        19371 with no checksum
        810 dropped due to no socket
        18964 broadcast/multicast datagrams dropped due to no socket
        22911 dropped due to full socket buffers
        0 not for hashed pcb
        167123363 delivered
        122985843 datagrams output

They are kept in flat files.

regards
Claus



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b41c75520512070314s67559076s>