Re: memory info in top command



Hi,

Please see my this top info:


  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  DATA COMMAND
                                                          
 1161 rabbitmq  20   0  631m 485m 2360 S   22  3.0 433:17.10 611m
beam.smp 


I'm not sure, what're the relations between VIRT, RES and DATA etc?

VIRT = RES + DATA + CODE ??

A quick google search provides:

http://linux.die.net/man/1/top


--
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org http://dogpound2.citadel.org
https://dogpound2.citadel.org

To be notified of updates to the web site, visit:

https://www.bubbanfriends.org/mailman/listinfo/site-update

or send a blank email to:

site-update-subscribe@xxxxxxxxxxxxxxxxx

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: Alternatives
    ... For the same sbcl fannkuch program, for the same input values, top ... VIRT 8243m ... RES 37m ... going from x86 to x64 - so what's going on with sbcl? ...
    (comp.lang.lisp)
  • Re: Alternatives
    ... SHR 3628 ... VIRT 8243m ... RES 37m ... roughly the same space usage as on x86. ...
    (comp.lang.lisp)
  • Re: Max of 2G VIRT per process in SUSE 9.2?
    ... > you the VIRT col. ... Doh! ... RES is RES = CODE + DATA ... So 'Virtual Image' is Swapped size plus Code size plus Data+Stack size. ...
    (alt.os.linux.suse)