[PHP] Monitoring traffic

2001-09-14 Thread SED

Hi,

This is kind of off topic but I need to monitor the traffic in
kilobytes/bits on my net card adapter (in/out) or server (PHP, HTML,
etc.), do you know of any software? I'm using Win2000.

Thanks,
SED


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Monitoring traffic

2001-09-14 Thread Jason Bell

check out www.mrtg.org for a pre-packaged solution, otherwise check out the
SNMP functions of PHP.

http://www.php.net/manual/en/ref.snmp.php

in either case, you'll need to install the snmp support from your win2000
installation disk.

/* SED asked: */

 This is kind of off topic but I need to monitor the traffic in
 kilobytes/bits on my net card adapter (in/out) or server (PHP, HTML,
 etc.), do you know of any software? I'm using Win2000.

 Thanks,
 SED



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]