How can I see how much bandwidth each Apache Virtual Host is using?
- by pkaeding
I have Apache set up to serve several Virtual Hosts, and I would like to see how much bandwidth each site uses. I can see how much the entire server uses, but I would like more detailed reports.
Most of the things I have found out there are for limiting bandwidth to virtual hosts, but I don't want to do that; I just want to see which sites are using how much bandwidth.
This isn't for billing purposes, just for information.
Is there an apache module I should use? Or is there some other way to do this?