- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory usage
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
04-04-2005 03:53 AM
04-04-2005 03:53 AM
Memory usage
Is there anyway to find out the consolidated used/free physical memory (RAM) apart from top. if top is the only solution plz explain the memory part of top.
Thanks in advance
Shakeer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 04:01 AM
04-04-2005 04:01 AM
Re: Memory usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 04:01 AM
04-04-2005 04:01 AM
Re: Memory usage
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 04:27 AM
04-04-2005 04:27 AM
Re: Memory usage
Just try "swapinfo -atm" if you do not have Glance.Also you can check some virtual memory activity through vmstat. See man vmstat for details.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 04:54 AM
04-04-2005 04:54 AM
Re: Memory usage
UNIX95=1 ps -e -o vsz,uid,pid,ppid,args | sort -rn
The first column is RAM in Kbytes, next is user, PID, and parent PID plus the command line. To break out all the other memory areas, you need Glance. There is a trial version on your Application CDROM set.
Note: if you're getting an "out of memory" error, it is very likely not due to RAM usage but due to restrictions on what the program is allowed to request for memory.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 06:10 AM
04-04-2005 06:10 AM
Re: Memory usage
# memdetail
Memory Stat total used avail %used
physical 10080.0 10032.9 47.1 100%
active virtual 12017.9 5899.8 6118.1 49%
active real 8177.2 3867.3 4309.9 47%
memory swap 7693.0 1448.6 6244.3 19%
device swap 26528.0 11021.1 15506.9 42%
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 06:14 AM
04-04-2005 06:14 AM
Re: Memory usage
You could use Glance ,glance gives a lot of details in a nice way.
#swapinfo -mat would give you the swap details.
Rgds
HGN