> I have a web server we used it to hosp about 25 web sites on it... > I am looking for a tool te show me the actuall bandwidth used by each web > page to allow me to calculate the cost of the bandwidth used by each page > separately... > Please guide me if there is such tool or advice me to how to calculate the > cost....
There are a couple of ways to do this, one of which someone recommended using the log files (if you charging by the page as opposed to site). A second way would be to use "ipaudit" on another linux-type box to monitor all traffic externally for a particular site (not page). You'll find it at: ipaudit.sourceforge.net Either way, you'll probably need to write a script to format the data in a way that is usable by mrtg. -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
