From owner-freebsd-isp Thu Aug 24 17:43:52 2000 Delivered-To: freebsd-isp@freebsd.org Received: from rosencrantz.citytel.net (rosencrantz.rupert.net [204.244.98.45]) by hub.freebsd.org (Postfix) with ESMTP id 8AB6037B422 for ; Thu, 24 Aug 2000 17:43:50 -0700 (PDT) Received: from rosencrantz.citytel.net (kwoody@rosencrantz.rupert.net [204.244.98.45]) by rosencrantz.citytel.net (8.9.1/8.9.1) with SMTP id RAA16984; Thu, 24 Aug 2000 17:43:40 -0700 (PDT) Date: Thu, 24 Aug 2000 17:43:39 -0700 (PDT) From: Keith Woodworth Reply-To: kwoody@citytel.net To: Daniel Conlon Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Monitoring User's Data Transfer In-Reply-To: Message-ID: Approved: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 24 Aug 2000, Daniel Conlon wrote: >>Greetings, >> >>Does anybody have any tips on how to monitor the data transfer of each user on a server. I can obviously use apache log files to find the amount of data transfer used by their web site, but what about the data transferred by POP3 or incoming SMTP and when they upload their files by FTP? Well for FTP it should not be too hard. Just parse your ftp.log file if you have one for the users in question. SMTP, well I guess if you use sendmail you can do read your maillog file for the users and glean some info from there.. POP3 might be a bit harder. What popper are you using? >>Daniel Conlon Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message