- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory information from "top" command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 04:59 PM
03-07-2006 04:59 PM
Memory information from "top" command
Pls help me to clarify the following doubt.
I have a HP-UX Superdome(SD64000) server running with 11.11 OS.Memory info from top command shows the following.
Memory: 12298384K (12222896K) real, 15729316K (15596660K) virtual, 977904K free
I would like to know that the Virtual memory showing here is the Swap memory or is it a part of Physical memory. Pls clarify me on this. If i add swap space will it get reflected in top command?.
Thanks
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 05:09 PM
03-07-2006 05:09 PM
Re: Memory information from "top" command
If you would like to know abt swap information,
# swapinfo
This thread addresses your doubt,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=760319
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 05:24 PM
03-07-2006 05:24 PM
Re: Memory information from "top" command
Check this link, very good info about the info provided by various commands as far as Memory is concerned.
ftp://eh:spear9@hprc.external.hp.com/memory.htm
regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 05:26 PM
03-07-2006 05:26 PM
Re: Memory information from "top" command
Let me clarify my question. I just would like to know about the memory details shown in the top command. I could see that whatever swap i added is showing in the "swapinfo -tam" command. But it is not showing in the top o/p. So whether in top o/p it will display only Physical memory info?.
Thanks
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 05:36 PM
03-07-2006 05:36 PM
Re: Memory information from "top" command
This is what i can see from man "top"
Memory Data Includes virtual and real memory in use (with the amount of memory considered "active" in parentheses) and the amount of free memory.
Real memory is the 'real' memory that has been requested by the processes
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 05:55 PM
03-07-2006 05:55 PM
Re: Memory information from "top" command
This is the explanation of the top output, as indicated in the link I provided in previous post...
top
System: opie1 Sat Dec 18 22:10:07 2004
Load averages: 3.39, 4.42, 4.54
193 processes: 155 sleeping, 38 running
Cpu states:
LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
3.39 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
Memory: 515216K (441660K) real, 1537516K (1434024K) virtual, 1365132K free
In the above example,
Memory is not all of physcial, memory, it is:
515216K, Total physical memory in the system DEDICATED to text, data or stack segments for all processes on the system.
441660K, Total physical memory for runnable processes, as opposed to sleeping processes.
1537516K, Total memory dedicated to text, data or stack segments for all processes on the system. Some of this is paged out to disk (that is, not all of this is in current physical memory.)
1434024K, Total memory for runnable processes, as opposed to sleeping or stopped processes.
1365132K, Physical memory the system considers to be unused and available to new processes. When this value is low, swapping is likely to occur.
refer : ftp://hprc.external.hp.com/memory.htm#topcommand
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 07:09 PM
03-07-2006 07:09 PM
Re: Memory information from "top" command
you are asking here to clear top outputs.
However just a suggestion: in order to check the memory usage and swapinfo the best tools are respectively glance and swapinfo.
Best regards,
Fabio
P.S.: pls don't forget to assign points to ITRC people that helped you. That is a very great feature of this forum!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 10:08 PM
03-07-2006 10:08 PM