PDA

View Full Version : Traffic Calculation


ToysunStory
27th March 2006, 15:01
Hi all,

I had just downloaded ISPConfig to find how i can calculate the bandwidth usage for users. But couldn't find the way. How can i calculate the bandwidth usage?

thanks

falko
27th March 2006, 15:48
Do you mean traffic or bandwidth?

ToysunStory
27th March 2006, 21:06
Actually I want to show to users only their transfers (in MB) (download & upload).

falko
28th March 2006, 12:00
ISPConfig has traffic statistics. Have a look at the "Statistics" tab of each web site in ISPConfig.

ToysunStory
28th March 2006, 15:13
yes, i know it has, but i don't want to open up any management for the users. I want to do every set-up in the server by myself. I just want to show only traffic. I need to calculate the traffic and show in simple way.

till
28th March 2006, 17:15
Then you will have to parse and analyze the logfiles of all services involved. The email log does not contain reliable information about the mail size in most cases, so you might have to write a script that analyzes the mailsize while you receive the emails.