Info for real memory used

From: Balino (jbalino_at_sscc.osakidetza.net)
Date: 08/31/04


Date: 31 Aug 2004 00:24:06 -0700

For know the how many phisical memory (RAM) is used, i have executed
the following script

#!/usr/bin/sh
# AIX 5L

#set -x

clear

RealMem=`bootinfo -r`
MeM=0

for i in `ps -edf|awk '{print $1}'|sort -u|grep -v UID`
   do
      svmon -U $i|head -n 4 >> /tmp/DispMem$$-2
   done

cat /tmp/DispMem$$-2

for i in `cat /tmp/DispMem$$-2|grep -v "User"|awk '{print $2}'`
   do
      MeM=`expr $MeM + $i "*" 4`
   done

echo;echo "\t********************"
echo "\tTotal ... "${RealMem}"k"
echo "\tUsed .... "${MeM}"k"
DifMem=`expr ${RealMem} - ${MeM}`
echo "\tFree .... "${DifMem}"k"
echo "\t********************";echo

rm /tmp/DispMem$$-*

But i find that the real memory used is great than the phisical memory
(RAM bootinfo -r).
The negative value for free it is allocate to disk (virtual memory) ??

Thank you



Relevant Pages

  • Re: Entry Level iMac
    ... minor negative delta in $$, ... 10-15% premium on RAM to have everything covered by the same warranty ... Mail: echo 36199371860304980107073482417748002696458P|dc ...
    (comp.sys.mac.system)
  • Re: Jaguar Tiger Panther BW G3
    ... Paul Sture wrote: ... recognize a 1GB chip? ... Although, mind you, it could be expensive to upgrade as that RAM is ... Mail: echo 36199371860304980107073482417748002696458P|dc ...
    (comp.sys.mac.apps)
  • Re: Titanium Powerbook G4 (DVI) Max RAM?
    ... (mainly just web browsing), and lately my wife finds that, due to the ... Firefox seem to tip it over the edge in terms of how much RAM is ... able to throw in two 1 GB PC133 SDRAM modules, ... Mail: echo 36199371860304980107073482417748002696458P|dc ...
    (comp.sys.mac.system)
  • Re: IMAC - OS9
    ... with 64 Megs of RAM. ... I recently started downloading OpenOffice for ... AFAIK, OO and its non-X11 sibling, NeoOffice, are available for OS X ... Mail: echo 36199371860304980107073482417748002696458P|dc ...
    (comp.sys.mac.system)
  • Re: Memory Problem after installed MS Web Designer (Beta)
    ... Besides, B2TR is out now. ... Echo [MS PPT MVP] http://www.echosvoice.com ... I have 2GB RAM, enough... ...
    (microsoft.public.office.misc)