Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

acessing windows 2000 performance counters with PHP

Status
Not open for further replies.

miraclemaker

Programmer
Joined
Oct 16, 2002
Messages
127
Location
GB
I need to access windows 2000 performance counters, specifically the current number of FTP connections.

I know this is quite simple using ASP .NET but this is not available to me. Anyone got any ideas?

Thanks.
 
There's probably two ways to do it, neither of which I have experience with -- I've only run PHP on unix-like OSes.

One way would be to access the counters through PHP's SNMP family of functions. (
The other through the use of PHP's support for COM objects. (
Want the best answers? Ask the best questions: TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top