Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Linux AS 3 server memory -whodunit

Linux AS 3 server memory -whodunit

2006-02-27       - By Rick Stevens

 Back
Reply:     1     2  

On Sun, 2006-02-26 at 15:09 +0530, mac wrote:
>  
>  
> Hi All,
>  
> We have a Linux AS server with 4 GB of RAM and problems (
> At any point of time my Free -m  Gives total of 4000 mb and used of
> 3900 and free 10 mb  but my buffers/cache used is hardly 1000 mb and
> 3000 mb free
>    
>   Whereas
>    
>    the top always gives
>    
>   mem used 4000 mb avg and used 3972  
>    
>   Going by bufffers/cache i shudnt be having memory issues BUT our
> server is monitored and keeps throwing above 80% memory utilisation
> all the time
>    
>    
>   why is there a discrepancy between TOP and FREE and which shud be
> used more definitely for memory analysis

"top", "free" and "vmstat" use the same info from /proc.  That data is a
snapshot of what the memory was at the time the command read /proc.
Since top reads it once per update period, it will reflect the ongoing
state of memory, whereas free is a one-time look.  I prefer vmstat
myself and I can run make it run once ever "N" seconds for "X" loops.
 
>   and why do we get over 80% used all the time when buffers/cache is
> low all times

High memory utilization is a good thing.  It means the system is trying
to cache as much as it can.  The system doesn't split memory up...it
just uses what it has.  The other data ("buffers, cache, swap") just
show you where the memory is being used so you can do some tuning.

The only other option is using swap and that will slow your machine down
a LOT.  That's another place where vmstat can help you out--if you see
the "si" or "so" getting large, you need more RAM.

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Senior Systems Engineer     rstevens@(protected) -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-                       When in doubt, mumble.                       -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe