Web Hosting Talk







View Full Version : Finding exact bandwidth usage of files?


xxkylexx
04-10-2006, 10:39 AM
I am wanting to monitor the exact bandwidth usage of images of my server. I have awstats installed in cPanel, but can only seem to find the total bandwidth usage for each file type, not each file. Is there any way I can monitor which image files are using the most bandwidth??

Thanks,
Kyle

tamasrepus
04-10-2006, 02:13 PM
I don't use CPanel, so I can't provide any insight on anything CPanel specific...

If you're using Apache and the "combined" log format, the access log will list of the filesize of sent data. You could write a script to parse this information.