So you got yourself a shiny new web hosting package. In today’s rate, multi-gigabyte storage space and multi-terabyte network traffic is very much affordable.
The thing with this packages is that they are shared-hosting meaning you shared the same physical server with other clients. The ratio of user’s to physical host varied from different providers.
Since you don’t have control on the physical host, it’s good to have a monitoring setup to have a birds eye view on the status of your server at anytime.
But how?
This is where phpSysInfo comes into the picture. It is a customizable PHP script that parses /proc and displays information about the host. The project is license under GPL.
The interface clean and simple but very informative. It is segregated into 5 divisions: System Vital, Hardware Information, Memory Usage, Mounted Filesystems and Network Usage which display about system information like
CPU
Uptime
Memory
PCI devices
SCSI devices
IDE devices
Network adapters and usage
Disk usage
click image to enlarge
Setup is very easy and it doesn’t need root permission since it will just read the information in /proc. Follow the steps below on how to setup:
- Download the source - here - (hosted under Sourceforge)
- Upload and extract it in your www root folder (usually public_html/).
- Type www.<domain>.com/phpsysinfo (replace <domain> with your own domain name) and voila you have an instant monitoring.
The following are nice to have features that should be incorporated in the next revision:
- trends/history graphs based on rrd (to see what are the times the server is busy)
- database logging
- WP plugin
Update:
There is a Yahoo widget that can extend the monitoring to your desktop. Interested? Read here……
Related posts:
- Server Monitor: Extend PHPSysinfo to your desktop If you’ve been following my discussion on how to...
- VMWare Server 2: Unable to build the vsock module If you encounter the following error after installing VMWare...
- rsync error: server sent "SSH-2.0-OpenSSH_4.3" rather than greeting I was trying to synchronize a remote directory to...
- DOST ASTI hosting Centos and Other Linux/BSD Mirror I was playing with some of the virtual machines...
- Low power personal/home storage server Technorati Tags: home server,low power server,mini-itx,via,artigo Well…well,...
- EeeNAS PC: Low power, low noise multimedia capable home storage server ASUS unveiled a suite of easy-to-use Eee solutions at...


Recent Comments