- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to check free memory on hp unix 11.31
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-14-2009 07:33 PM
тАО06-14-2009 07:33 PM
how to check free memory on hp unix 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 08:13 PM
тАО06-14-2009 08:13 PM
Re: how to check free memory on hp unix 11.31
#swapinfo ├в tam
#glance
#echo desfree/D|adb -k /stand/vmunix /dev/kmem
ftp://eh:spear9@hprc.external.hp.com/memory.htm
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=959986
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1245038681005+28353475&threadId=942047
For detail read the "HP-UX Memory Management: White Paper"
http://www.docs.hp.com/en/5965-4641/index.html
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 08:15 PM
тАО06-14-2009 08:15 PM
Re: how to check free memory on hp unix 11.31
Use kmeminfo tool to see the physical memory usage system and user process wise..
For more, check the following links:
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245039137400+28353475&threadId=1332985
Rgds-Kranti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 08:20 PM
тАО06-14-2009 08:20 PM
Re: how to check free memory on hp unix 11.31
# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 1519 6673 19% 0 - 1 /dev/vg00/lvol2
reserve - 3458 -3458
memory 7773 2130 5643 27%
total 15965 7107 8858 45% - 0 -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 08:25 PM
тАО06-14-2009 08:25 PM
Re: how to check free memory on hp unix 11.31
Which mamory you are talking about, swap memory or physical memory ?
for swap memory you can give
#swapinfo -tam
for physical memory
top, glance,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 08:37 PM
тАО06-14-2009 08:37 PM
Re: how to check free memory on hp unix 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 09:31 PM
тАО06-14-2009 09:31 PM
Re: how to check free memory on hp unix 11.31
For checking free memory, you can use
#swapinfo -tam
or
kmeminfo
from kmeminfo you can check everything regarding memory .
Rgds//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 09:59 PM
тАО06-14-2009 09:59 PM
Re: how to check free memory on hp unix 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 10:04 PM
тАО06-14-2009 10:04 PM
Re: how to check free memory on hp unix 11.31
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 10:51 PM
тАО06-14-2009 10:51 PM
Re: how to check free memory on hp unix 11.31
Checking phyiscal memory in HP-UX using dmesg :
You can check memory in HP-UX using dmesg output. In HP-UX dmesg print HP-UX server messages and hardware information available to system during the boot time.Here is the command to check physical memory in HP-UX using dmesg output :
hp-uxdev# dmesg |grep Physical
Physical: 8388608 Kbytes, lockable: 5614168 Kbytes, available: 6461644 Kbytes
2.) Checking HP-UX memory using print_manifest :
HP-UX provides very useful command called print_manifest,i am going to use print_manifest to check how much memory is available :
hp-uxdev# print_manifest |grep ├в i memory
Main Memory: 8192 MB
regarding swap u can use
swapinfo -tam
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 10:54 PM
тАО06-14-2009 10:54 PM
Re: how to check free memory on hp unix 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2009 11:03 PM
тАО06-14-2009 11:03 PM
Re: how to check free memory on hp unix 11.31
To know how to assign points please go through the below link.
http://forums13.itrc.hp.com/service/forums/helptips.do?#33
Suraj