04-19-2009, 04:22 PM
|
#2 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Orc
How can I check with php how to get the bandwidth and hard drive space of a server, been wanting to do this for some time with a test project.
|
You'll have to do this via SNMP protocol. So you have to compile PHP with SNMP libraries so you can make use of SNMPget, SNMP walk functions...
|
|
|
|