Web Hosting Talk







View Full Version : Server Load


Rochen
05-06-2002, 09:48 AM
Does anyone know of a web based ASP/PHP script that can be run on a Windows 2000 box to record the CPU/Ram usage? Like the way phpSysInfo works for Linux.

I am not sure if there is such a thing, but it would be great if there is :D

Thanks

dynamicnet
05-06-2002, 11:27 AM
Greetings:

I believe MRTG works on all operating systems.

Check out http://people.ee.ethz.ch/~oetiker/webtools/mrtg/.

Thank you.

emoore
05-06-2002, 03:02 PM
Try out http://nisca.sourceforge.net/

You can graph CPU usage.

You can also right a fairly simple app that could poll info from your perfomance monitor and in turn an ASP script to display this info. So basically any of the views that are in performance monitor could be displayed via a web page.

Let me know if you need some pointers on this and I will be glad to help.

You might also want to check out http://planet-source-code.com as they may have something that you are looking for.

Good luck.