From owner-freebsd-hackers Sun Mar 10 09:16:19 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08748 for hackers-outgoing; Sun, 10 Mar 1996 09:16:19 -0800 (PST) Received: from snake.hut.fi (root@snake.hut.fi [193.167.6.99]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA08741 for ; Sun, 10 Mar 1996 09:16:16 -0800 (PST) Received: from alpha.hut.fi (alpha.hut.fi [130.233.224.50]) by snake.hut.fi (8.7.3/8.7.3) with ESMTP id TAA24304; Sun, 10 Mar 1996 19:16:13 +0200 (EET) Received: (vode@localhost) by alpha.hut.fi (8.6.11/8.6.7) id TAA05736; Sun, 10 Mar 1996 19:16:12 +0200 Date: Sun, 10 Mar 1996 19:16:12 +0200 Message-Id: <199603101716.TAA05736@alpha.hut.fi> From: Kai Vorma To: Mark Murray cc: hackers@freebsd.org In-reply-to: Mark Murray's message of 10 Mar 1996 13:40:12 +0200 Subject: Re: SUP and statistics. How? Reply-to: Kai.Vorma@hut.fi References: Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In running a site I like to know how much it is being used (helps convince people sometimes :-)), and the various ftpd's do a good job. AFAIK, there is no such loggin info from supfilesrv(8). I added a very simple form of loggin to supfilesrv. It currently syslogs something like Mar 10 17:50:55 nic supfile[13575]: Connection from xx.xx.xx.xx Mar 10 17:51:35 nic supfile[13575]: Transferred 102781 bytes in 40 seconds (2569 bps) to xx.xx.xx.xx I can send you patches if ypu wish so. ..vode