Get System information

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

Get System information

Post by navid »

Dear all
I will get information from my windows server such as Cpu used, Ram Used, Bandwidth Used, Hard used and so an.

I seeking PHP solution for get Operating system information.
Please, Help my .
Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

if you have control over the server, you can install x86info from the gnu libraries or use the w32api extension (in php) to query the internal functions (although it's not the easiest to query what the CPU is and stuff)
Post Reply