Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Beno on April 26, 2001, 10:57:44 AM
-
Is there a way to check how much HD and ram is being used on the e-smith server???
-
Not sure about the RAM part - though if you find out I'd be curious to know myself :>
Here's the best/easiest way to check your hard disk capacity - as root type 'df' (command to report filesystem disk space usage) on the command line.
For example:
[root@cr402706-a jay]# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda6 3087568 1125316 1805412 39% /
/dev/hda1 11677 3266 7808 30% /boot
This is my home server which is a 3.5 GB disk; the important part is the first line /dev/hda6 which is the '/' filesystem:
- 39% used
Thankfully I have nothing to worry about for a long time :>
For more parameters, see 'man df'.
Regards,
Jay
-
Beno wrote:
> Is there a way to check how much HD and ram is being used on
> the e-smith server???
These two commands will show those things:
free ; df
However, if you install my e-smith-phpSysInfo contrib RPM (from ftp://ftp.e-smith.org/pub/e-smith/contrib/charlieb/) then you will get a nice graphical display of lots of information, including disk usage and memory stats.
Regards
Charlie
-
After installing your rpm, how to you call it?
Just wondering from an e-smith, linux newbe
-
Yes please tell us how you access the program.
thanks randy
-
WOW - thanks. Thats what I need.
You can access it with
http://www.yourdomain.com/phpSysInfo/
-
what is the telnet command line to install the PHP sys info module???
do you just type ftp.....
or is it a a
rpm -Uhv..............
-
got it.....
works very well.
this should be a standard install component......