- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System performance query
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
04-28-2004 07:17 PM
04-28-2004 07:17 PM
Currently system is HPN4000 with HP-UX11 (5 CPU, 5GB RAM)
The statistics from glance are :
- Memory utilization is around 80-90%
- CPU utilization is average of 40% but can reach max of 98%
- Swap utilization at 70-80%
System slowed occasionly when doing some end-of-day batch processing (a lot of read/write to Oracle)
Just wonder is there a rule of thumb on the comfortable level of memory/swap utilization %?
I don't feel good with the 80-90% fugure and would like to make some recommendation, but need some proof or paper to back it up.
Thank,
Cap
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 07:51 PM
04-28-2004 07:51 PM
SolutionBuffers/Memory/DISK/CPU
Any way find attached the document giving ceratin details of performance tuning.
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 08:27 PM
04-28-2004 08:27 PM
Re: System performance query
My initial assessment could be memory bottleneck. I would like to bring the number down to say, 50-60% utilize and swap down to 40%.
Are these numbers the correct one to aim for? or lower?
Thanks,
Cap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 08:51 PM
04-28-2004 08:51 PM
Re: System performance query
See attachment.
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
04-28-2004 10:12 PM
04-28-2004 10:12 PM
Re: System performance query
My rule of thumb is that you never want to use swap if you can help it. True, memory is expensive but you're not going to get any sort of decent performance from your system while you're shuffling pages back and forth to a dog slow disk device. With your 70-80% swap utilization, I would say you need another 5GB of memory!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 10:19 PM
04-28-2004 10:19 PM
Re: System performance query
#sar -b
Reports buffer activity
See man sar;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 07:13 AM
04-29-2004 07:13 AM
Re: System performance query
The current wisdom is that, except in rare cases, anything more than about 400MB of buffer cache begins to show diminishing returns. It takes longer to scan large buffer caches, and again may cause more paging, which you want to avoid like the plague.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 08:34 AM
04-29-2004 08:34 AM
Re: System performance query
Post the output of 'swapinfo -tam' so we can see.
If you are actually paging out, then you are SEVERELY short on RAM. However, if memory usage is only 80-90% I have a feeling you are confusing swap reservation with actual swap usage. ALL processes will reserve some amount of swap space when they start. That does NOT, however, mean they are actually using that swap space.
If your swapinfo output looks something like this:
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1536 0 1536 0% 0 - 1 /dev/vg00/lvol2
reserve - 500 -500
memory 1997 478 1519 24%
total 3533 978 2555 28% - 0 -
With 0% in the first line (or however many lines for 'dev' (device) swap, then you are OK.
If memory utilization is only 80-90% and you never actually page out, then more RAM may not necessarily help. The biggest factor is what is the PEAK RAM usage. If you do occasionally hit 100%, then you could possibly use more RAM. But if you never get above 90%, I wouldn't worry too much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 02:35 AM
04-30-2004 02:35 AM