View Single Post
Old 04-20-2009, 02:21 PM   #10 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

disk_free_space not of any use?

For more in depth HD monitoring on the Penguin, you could do this (assuming PHP isn't in safe mode):
PHP Code:
<pre><?php passthru('df -h'); ?></pre>
However that will just dump out the raw output from the df command.
somthing like thus:
Code:
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda3             146G   50G   95G  35% /
/dev/sda1              99M   24M   76M  24% /boot
/home/data            457G  124G  333G  28% /home/data
/home/unix            457G  124G  333G  28% /home/mnt/unix
(note, i trimmed the above down for brevity, depending on your system setup you may get more as i did :))
For bandwidth, you would have to install a program like bmon, MRTG etc

For Redmond, i have absolutely no clue what so ever
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote