Web Hosting Talk







View Full Version : Server script


crivens
11-23-2002, 03:33 PM
Hi all,
Anyone know of a good script that will tell you such things as server load, memory usage and the like also a script that lets you view your logs easily so i dont have to ftp or ssh in all the time for simple things like these?
Any advice would be most welcome
Latter

MikeMc
11-23-2002, 04:27 PM
For the server load, memory usage and the rest you may use phpSysinfo (I don't remember the url). As for the logs I don't know such a script but you could probably make a cron that will copy the desired logs in a directory and then just make a simple php script that will show in your browser the logs. Although I don't suggest such operation. Maybe others will suggest you better solutions.

Regards

Jtru
11-23-2002, 04:42 PM
I use phpsysinfo, too. The url for the download is http://sourceforge.net/project/showfiles.php?group_id=15

I'm not clear on your second question, sorry.

x222943
11-23-2002, 04:44 PM
edit: you type faster :stickout:

oc3
11-23-2002, 05:23 PM
Hi,
you can use sysinfo, you'll get it at, it is one of the best around :)
http://phpsysinfo.sourceforge.net/

Regards/-

crivens
11-24-2002, 01:17 AM
Sorry about my second question (lack of sleep). Im just looking for a script that will display my log files on a web page, ones like the apache error log,
Thanx