From owner-freebsd-www Mon Mar 17 08:54:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA19887 for www-outgoing; Mon, 17 Mar 1997 08:54:57 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA19867; Mon, 17 Mar 1997 08:54:41 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.8.5/8.8.5) with ESMTP id RAA06039; Mon, 17 Mar 1997 17:54:33 +0100 (MET) From: Wolfram Schneider Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.8.5/8.8.5) id RAA09075; Mon, 17 Mar 1997 17:54:30 +0100 (MET) Date: Mon, 17 Mar 1997 17:54:30 +0100 (MET) Message-Id: <199703171654.RAA09075@caramba.cs.tu-berlin.de> To: www@freebsd.org cc: wosch@freebsd.org Subject: www statistic processes on freefall MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-www@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The statistic processes on freefall need 2x7 min real time and should run with a lower priority like the cvsupd processes. Index: Makefile =================================================================== RCS file: /home/ncvs/www/data/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 1997/02/20 20:21:16 1.12 +++ Makefile 1997/03/17 16:13:53 @@ -18,11 +18,13 @@ LOCAL= stats.html stats-img.html stats.html: /home/www/server/logs/access_log + renice +10 $$$$; \ (cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \ egrep -iv '\.(gif|jpg|jpeg|au) ' | \ /usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET} stats-img.html: /home/www/server/logs/access_log + renice +10 $$$$; \ (cd /usr/local/www/server/logs;zcat access_log.*.gz;cat access_log) | \ /usr/local/www/bin/analog +i0 +R500 -o > ${.TARGET} -- Wolfram Schneider http://www.apfel.de/~wosch/