From owner-freebsd-questions Mon Jun 11 17:49:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id 2F97237B403 for ; Mon, 11 Jun 2001 17:49:55 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.4/8.11.2) with ESMTP id f5C0nri55216; Mon, 11 Jun 2001 18:49:53 -0600 (MDT) Message-Id: <200106120049.f5C0nri55216@fedde.littleton.co.us> To: "Klein B" Cc: questions@FreeBSD.ORG Subject: Re: detail data transfer ? In-Reply-To: From: Chris Fedde Date: Mon, 11 Jun 2001 18:49:53 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Jun 2001 22:47:23 -0000 "Klein B" wrote: +------------------ | Hello, | | anybody know how to how to see the detail of data transfer in/out put ? | | for example: | | 192.168.0.1 summarize in/out put | | 2001.06.10 22:00 - 63.138.128.113 - FTP - tes.html - 3kb | 2001.06.10 23:00 - 216.225.339.10 - HTML - tes.html - 3kb | | 192.168.0.2 summarize in/out put | | 2001.06.10 08:20 - 63.138.128.113 - FTP - tes1.html - 3kb | 2001.06.10 09:33 - 216.225.339.10 - HTML - tes1.html - 3kb | | is that possible to see the list kind of like that ? +------------------ I've not seen anything that summarizes across all the various servers. There does not appear to be enough standardization to get this all the way down to the file level. You can look at process accounting (accton & sa), netstat -s, iostat &c. With sufficient cleverness one could set up ipfw to count packets on each port. One might also be able to do something with tcp wrappers, tcpdump. There are also things in the ports collection like ipcad that might provide a partial solution. -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message