Bandwidth?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Bandwidth?

Post by Todd_Z »

I see on my freelance site all the time that people want a custom bandwidth monitor, but I have no idea how to do it. I know that its possible to use the logs from awstats and programs like that, but is there a way to do it through custom php scripts?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

You can always write your own apache access.log and error.log parsers...

I prefer http://www.mrunix.net/webalizer/ over awstats...
Post Reply