> On Friday 04 January 2002 09:17 am, you wrote:
> > We're having some bandwidth questions on our web server and I was
> > wondering if anyone had suggestions for tools to use to check this out.
> > We want to find out where the data is going...what ports and protocols
> > are busiest, where the data is coming from and where it's going etc.
>
>
> Along the same lines, I am looking for a tool that will tell the bandwith
> usage per virtual host in apache, if anyone knows something that
> does that
> too.

You probably will need to be using ip-based virtual hosts with unique IP
addrs for each virtual host (vs name-based with multiple hosts per IP) to do
this.  See the last point in this section of the Apache docs here:
http://httpd.apache.org/docs/vhosts/name-based.html#namevip

Dan