[SOLVED] Server Performance Monitor
Moderator: General Moderators
Server Performance Monitor
I've been asked to write a PHP script that will gather server health statistics such as CPU Utilization, total memory and available memory. I wrote a nice script on my XP machine which utilized command line arguments to the Windows Performance Monitor for CPU Utilization and MSInfo32 for memory information. This works quite well. It was after that that I've found out that the customer is using a Windows 2000 Server - which is before command line arguments to PerfMon were added. I also looked at pear.php.net, but didn't see any server health statictics modules. Has anyone written such a script? Which programs did you use to generate this information?
Yeah you mentioned "XP" and "Windows" a couple times.
Anyway, WinSysInfo is what you need.
http://www.google.ca/search?hl=en&ie=UT ... load&meta=
Anyway, WinSysInfo is what you need.
http://www.google.ca/search?hl=en&ie=UT ... load&meta=
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
http://prdownloads.sourceforge.net/phps ... z?downloadfangorn wrote:Sami, that sounds exactly like what I need. However, every page I went to to try to download it pointed to a web site that wasn't found. Very frustrating. Do you have any comparable suggestions?
PHPSysInfo and WinSysInfo are two seperate programs...he needs the Win32 version with EXE's.LiLpunkSkateR wrote:http://prdownloads.sourceforge.net/phps ... z?downloadfangorn wrote:Sami, that sounds exactly like what I need. However, every page I went to to try to download it pointed to a web site that wasn't found. Very frustrating. Do you have any comparable suggestions?
Well I will zip it up from my localhost and upload it: here you go
Enjoy.