- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: memory size
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
06-06-2001 03:22 AM
06-06-2001 03:22 AM
memory size
I run HP - UX 11.00.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 03:32 AM
06-06-2001 03:32 AM
Re: memory size
for static memory you can use
1. dmesg
2. SAM -> Performance Monitor -> System Properties -> Memory
for the bufer chase find what is the size of the kernel param : dbc_max_pct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 03:34 AM
06-06-2001 03:34 AM
Re: memory size
for the swap size you can use the swapinfo -t
and also if you have glance install you can check the size of the memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 03:37 AM
06-06-2001 03:37 AM
Re: memory size
echo "physmem/D "| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '[print $2/256} '
for 11.00
echo "phys_mem_pages/D "| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '[print $2/256} '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 03:43 AM
06-06-2001 03:43 AM
Re: memory size
echo "selclass qualifier memory;info;wait;infolog"|cstm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 03:48 AM
06-06-2001 03:48 AM
Re: memory size
another way:
grep -i physic /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 04:48 AM
06-06-2001 04:48 AM
Re: memory size
Try for 11.00 memory- echo "phys_mem_pages/D "| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '[print $2/256} '
The bufpages, check with "sysdef|pg" or use:
echo "bufpages/D" | adb -k /stand/vmunix /dev/kmem