1825578 Members
2331 Online
109682 Solutions
New Discussion

Re: top--

 
R.K. #
Honored Contributor

top--

Hi Everybody....

I have a confusion about the "top" command output given below, can anyone explain these different numbers:

#top
Memory: 197804K (104700K) real, 303980K (175456K) virtual, 341364K free

Thanks in adv..
Don't fix what ain't broke
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: top--

Shalom,

real memory is physical memory on the system.

Virtual memory is swap, disk based memory.

The figures in brackets are mount free.

You might find swapinfo -tam less confusing.

HP-UX defines overall system memory as physical memory plus swap.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Deepak Kr
Respected Contributor

Re: top--

R.K,

In TOP memory area things are listed in order as given below:

total pshysical memory
active physical memory
virtual memory
free vitual memory
total free memory

For more info refer to :
http://docs.hp.com/en/B2355-60130/top.1.html

#swapinfo -tam is even better to see all details.

"There is always some scope for improvement"
SKR_1
Trusted Contributor

Re: top--

To know your physical memory, you can check with

dmesg | grep physical
glance ( option m)
swapinfo -tam
SAM

Thanks

SKR
Oliver Zell_1
Advisor

Re: top--

See the attachment, it is with short explanation, hope it helps...