I've seen various online applications that show a percentage bar of an accounts bandwidth usage. For instance, some web host providers display a guage or a meter showing how close an acccount it to reaching their alloted bandwidth limit.
It there a way of coding something like this to put into m own application? I first though to install my own copy of Awstats and somehow extract that particular data pertaining to bandwidth usage into php so that I can display it as a percentage bar. But thats not working out and it really weighs down my application to have an additional install of awstats.
Any thoughts?