- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: memory issue on HPUX 11.23 ia BOX--
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
10-18-2008 09:48 PM
10-18-2008 09:48 PM
my OVO is reporting high physical memory utilisation my 11.23 box.i checked with swapinfo -atm.output pasted below
dev 8192 2177 6015 27% 0 - 1 /dev/vg00/lvol2
reserve - 3638 -3638
memory 4066 1614 2452 40%
total 12258 7429 4829 61%
but kmeminfoIA reported 100% memory utilisation.whay such difference ..which should i believe.
Physical memory usage summary (in page/byte/percent):
Physical memory = 1040926 4.0g 100%
Free memory = 14670 57.3m 1%
User processes = 452317 1.7g 43% details with -user
System = 563231 2.1g 54%
Kernel = 324562 1.2g 31% kernel text and data
Dynamic Arenas = 119839 468.1m 12% details with -arena
vx_global_pool = 23718 92.6m 2%
spinlock = 14394 56.2m 1%
vx_inode_cache = 13892 54.3m 1%
VFD_BT_NODE = 7652 29.9m 1%
vx_buffer_cache = 6688 26.1m 1%
Other arenas = 53495 209.0m 5% details with -arena
Super page pool = 47801 186.7m 5% details with -kas
Static Tables = 129715 506.7m 12% details with -static
nbuf = 75904 296.5m 7% bufcache headers
pfdat = 24396 95.3m 2%
vhpt = 8192 32.0m 1%
text = 7349 28.7m 1% vmunix text section
inode = 4896 19.1m 0%
Other tables = 8977 35.1m 1% details with -static
Buffer cache = 238669 932.3m 23% details with -bufcache
UFC file mrg = 0 0.0 0%
UFC meta mrg = 0 0.0 0%
is there any inbuilt utility to check physical memory utilisation(pls excuse glance from this thread)
regards
skr
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2008 11:18 PM
10-18-2008 11:18 PM
Re: memory issue on HPUX 11.23 ia BOX--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2008 12:15 AM
10-19-2008 12:15 AM
Re: memory issue on HPUX 11.23 ia BOX--
dbc_max_pct 50 Default Immed
dbc_min_pct 5 Default Immed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2008 02:54 AM
10-19-2008 02:54 AM
Re: memory issue on HPUX 11.23 ia BOX--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2008 07:18 PM
10-19-2008 07:18 PM
Re: memory issue on HPUX 11.23 ia BOX--
Change DBC_max to 15 or so so the DBC only uses 600 MB maximum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2008 01:48 AM
10-23-2008 01:48 AM
Re: memory issue on HPUX 11.23 ia BOX--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2008 02:04 AM
10-23-2008 02:04 AM
Re: memory issue on HPUX 11.23 ia BOX--
Both are different command and for different time the uses of Swap is/ may change.
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2008 07:30 AM
10-23-2008 07:30 AM
Solutiondev 8192 2177 6015 27% 0 - 1 /dev/vg00/lvol2
shows that at one point in time, since the last reboot, that 2177KB worth of processes were swapped out to disk and have space reserved. It does not mean / show what is currently happening. Use either glance or vmstat to review the Page Out rate.
And as a general practice always use stats that have been collected over a period of time, not just snapshot at a moment in time.
e.g. vmstat 5 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2008 11:38 PM
10-25-2008 11:38 PM
Re: memory issue on HPUX 11.23 ia BOX--
regds
skr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2008 12:31 AM
10-26-2008 12:31 AM
Re: memory issue on HPUX 11.23 ia BOX--
>is thery any inbuilt utility to check physical memory utilisation on hpux 11.23,
> dont want any script .
Well, the standard tools are very cryptic and require a lot of knowledge to interpret. The commands are:
ipcs -bmop
vmstat 2 10
top
sar -w 1 10
UNIX95=1 ps -ef -ovsz,pid,ppid,stime,args
None of these will give you a complete picture of what is happening. You'll need to learn about shared memory, process spaces, paging. The HP-UX Performance book is a good start.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2008 03:58 AM
10-26-2008 03:58 AM
Re: memory issue on HPUX 11.23 ia BOX--
Because they don't want to spend the money? There is a trial version.
Also, they might as well take that money and buy more memory if their performance is bad.