- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- physical memory and the active memory on HP-9000/8...
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-2001 04:37 AM
03-07-2001 04:37 AM
me system swapped continuous(swapinfo). The "sam" Tools appears me, that the system has 512 MB physical memory. How can I know, how many Memory ist really used (active), because the top-command and the sam shows, that only about 80 MB ist active and this value is dynamic. What is with the Kernal-Parameter "shmmmax, shmmni, s.o. ?
Bye,
S?g?t
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 04:43 AM
03-07-2001 04:43 AM
Re: physical memory and the active memory on HP-9000/800 D380/1
# echo "mem_ptr/D" | adb /stand/vmunix /dev/mem
Be careful of the typing, adb is powerful ;), then to find out how much memory is being utilised by each process and if there are leaks try:
#UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more
Note the space after UNIX95=
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 05:09 AM
03-07-2001 05:09 AM
Re: physical memory and the active memory on HP-9000/800 D380/1
/usr/sam/lbin/getmem
or
In syslog you can see the string for ex:"Physical: 2097152 Kbytes" under heading "Memory Information:".
Hope it heps you...
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 05:17 AM
03-07-2001 05:17 AM
Re: physical memory and the active memory on HP-9000/800 D380/1
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 05:35 AM
03-07-2001 05:35 AM
Solution