Koozali.org: home of the SME Server

how much resources left on my sys?

Beno

how much resources left on my sys?
« 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???

Jason Miller

Re: how much resources left on my sys?
« Reply #1 on: April 26, 2001, 07:55:17 PM »
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

Charlie Brady

Re: how much resources left on my sys?
« Reply #2 on: April 26, 2001, 08:02:36 PM »
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

Dan Turner

Re: how much resources left on my sys?
« Reply #3 on: April 27, 2001, 04:11:43 AM »
After installing your rpm, how to you call it?
Just wondering from an e-smith, linux newbe

Randy Brown

Re: how much resources left on my sys?
« Reply #4 on: April 27, 2001, 09:09:33 AM »
Yes please tell us how you access the program.

thanks randy

martin

Re: how much resources left on my sys?
« Reply #5 on: April 28, 2001, 02:17:36 AM »
WOW - thanks. Thats what I need.
You can access it with
http://www.yourdomain.com/phpSysInfo/

Beno

Re: how much resources left on my sys?
« Reply #6 on: April 28, 2001, 07:39:32 AM »
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..............

Beno

Re: how much resources left on my sys?
« Reply #7 on: April 28, 2001, 07:52:34 AM »
got it.....

works very well.


this should be a standard install component......