That's what I was after.

Thanks.


On Sat, 12 Jan 2002 15:40:29 +0900
[EMAIL PROTECTED] wrote:

> not sure what you exactly want, but
> 
> 1.
> 
> free
> 
> 2. 
> 
> top
> 
> 3.
> 
> cat /proc/mem
> 
> 
> will all give you info about memory 
> 
> you can put (1) and (3) inside a loop if you want to monitor, ie
> 
> while true
> do
> free
> sleep 1
> done
> 
> 
> On Sat, 12 Jan 2002 16:28:09 +1100
> sm <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > Could anybody tell me how I can monitor memory usage from the command line?
> > 
> > Thanks,
> > Steve
> > -- 
> > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> > More Info: http://lists.slug.org.au/listinfo/slug
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to