Page 1 of 1

Get System information

Posted: Wed Mar 15, 2006 5:45 am
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

Posted: Wed Mar 15, 2006 8:19 am
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)