Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 18:49:53 -0600
From:      Chris Fedde <chris@fedde.littleton.co.us>
To:        "Klein B" <leeroyzz@hotmail.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: detail data transfer ? 
Message-ID:  <200106120049.f5C0nri55216@fedde.littleton.co.us>
In-Reply-To: <F93udzxxfYXFrwiZ9rW0000678e@hotmail.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106120049.f5C0nri55216>