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
Get System information
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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)