- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Physical Memory in HP-UX
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
12-06-2006 10:56 PM
12-06-2006 10:56 PM
Physical Memory in HP-UX
A support company ran a command
ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 786432
stack(kbytes) 8192
memory(kbytes) 370064
coredump(blocks) unlimited
nofiles(descriptors) 4096
vmemory(kbytes) 4194304
This provides certain details such as above. it is recommended that we increase the memory setting... but before I do this I need to know how much we have...
If I was to increase the memory setting... how can this be done?
Thanking you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 11:05 PM
12-06-2006 11:05 PM
Re: Physical Memory in HP-UX
a few commands are possible:
dmesg | grep
Using SAM -> Performance Monitor -> System Properties -> Memory
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140933
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
So far you have not awarded any points !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 12:08 AM
12-07-2006 12:08 AM
Re: Physical Memory in HP-UX
swapinfo -tam
Shows real and swap. Differentiats
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 12:13 AM
12-07-2006 12:13 AM
Re: Physical Memory in HP-UX
HTH,
S.
Memory Stat total used avail %used
physical 6142.0 4648.3 1493.7 76%
active virtual 2311.2 2143.4 167.8 93%
active real 2102.9 1975.4 127.5 94%
memory swap 6142.0 3223.8 2918.2 52%
device swap 8192.0 2526.3 5665.7 31%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 12:18 AM
12-07-2006 12:18 AM
Re: Physical Memory in HP-UX
Here's a c program (just compile it with the native HP-UX compiler) called memdetail:
# memdetail
Memory Stat total used avail %used
physical 14240.0 12606.9 1633.1 89%
active virtual 15227.2 4860.9 10366.3 32%
active real 10316.3 3063.5 7252.8 30%
memory swap 11139.4 1788.3 9351.1 16%
device swap 26528.0 14599.9 11928.1 55%
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 02:45 AM
12-07-2006 02:45 AM
Re: Physical Memory in HP-UX
you cam use swapinfo. But maybe you can also use Glance to get this information.
run glance and choose "m" for memory report.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 07:19 AM
12-07-2006 07:19 AM
Re: Physical Memory in HP-UX
echo phys_mem_pages/D | adb -k /stand/vmunix /dev/mem | tail -1 | awk '{printf("%.2f MB\n",$2*.004096)}'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 07:56 AM
12-07-2006 07:56 AM
Re: Physical Memory in HP-UX
echo phys_mem_pages/D | adb -k /stand/vmunix /dev/mem
Ordinary people:
dmesg |grep Physical