Date: Tue, 2 Oct 2007 10:24:43 +0700 (ICT) From: Olivier Nicole <on@cs.ait.ac.th> To: mnslinky@gmail.com Cc: freebsd-questions@freebsd.org Subject: Re: Is Apache rotatelogs efficienct for real world use? Message-ID: <200710020324.l923Ohvf075150@banyan.cs.ait.ac.th> In-Reply-To: <374E75AA-8954-4186-BBCA-F775730B1192@gmail.com> (message from Eric Crist on Mon, 1 Oct 2007 14:51:46 -0500) References: <20071001231334.71ddc9ac@attila> <374E75AA-8954-4186-BBCA-F775730B1192@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Is Apache rotatelogs suitable for handling large volumes of > access logs, i.e. around 50K requests per hour at _peak_ time which is > 1.2M requests per day. According to Apache website > (http://httpd.apache.org/docs/1.3/logs.html#rotation) this becomes > about 120MB in size per day. In another setting (few hits, buts hundreds of sites, rotatelogs means one process per site, while newsyslog is only one process when it is needed. The last log to rotate sending the appropriate signale to Apache. Olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710020324.l923Ohvf075150>