From owner-freebsd-performance@FreeBSD.ORG Wed Dec 7 11:14:37 2005 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7618B16A420 for ; Wed, 7 Dec 2005 11:14:37 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F2B43D5F for ; Wed, 7 Dec 2005 11:14:36 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id i34so323208wra for ; Wed, 07 Dec 2005 03:14:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OSIqEZRu/bzp2OTlPc4cdrfssbt4rEXOaxEzRb+OuvMctaux491pZpis6Dkudq6s3yAKlZaxoDzUJ4CIQXB67qk6Xz6vWSBLDJrFGOQ+XHTTYmbIMG8wBCT3lHM7cnHjna079CDiB3pxXS07Q85MIuLBQFs13N4hg1TkaPv2Clc= Received: by 10.65.216.1 with SMTP id t1mr1653825qbq; Wed, 07 Dec 2005 03:14:35 -0800 (PST) Received: by 10.65.192.14 with HTTP; Wed, 7 Dec 2005 03:14:35 -0800 (PST) Message-ID: Date: Wed, 7 Dec 2005 12:14:35 +0100 From: Claus Guttesen To: Imri Zvik In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-performance@freebsd.org Subject: Re: very busy syslog server X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 11:14:37 -0000 > 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