Re: [PHP] bandwidth usage

2004-12-15 Thread Greg Donald
On Wed, 15 Dec 2004 15:07:00 -0500, Sebastian
<[EMAIL PROTECTED]> wrote:
> was wondering if anyone knows of a php app that
> parses netstats on freebsd to display live bandwidth usage?

cd /usr/ports/net-mgmt/mrtg
make install clean

It's not PHP, but there's no wheel reinventing required.


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] bandwidth usage

2004-12-15 Thread Sebastian
i used to use a small script that displayed the amount of bandwidth being
used, it parses netstats numbers.
@ http://www.kernel.org/pub/software/web/bwbar/

it only works for linux and was wondering if anyone knows of a php app that
parses netstats on freebsd to display live bandwidth usage?

thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php