- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance issues
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
05-09-2002 05:59 AM
05-09-2002 05:59 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:07 AM
05-09-2002 06:07 AM
Re: Performance issues
Are there a lot of page outs
and/or deactivations?
What does 'swapinfo -tam' tell you?
What is the amount of free memory?
What is the size of buffer cache?
What values do you have for dbc_max_pct and dbc_min_pct?
Do you have Glance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:09 AM
05-09-2002 06:09 AM
Re: Performance issues
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:17 AM
05-09-2002 06:17 AM
Re: Performance issues
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2
reserve - 178 -178
memory 1128 484 644 43%
total 2152 662 1490 31% - 0 -
dbc_max_pct 25
dbc_min_pct 5
We could see swap hitting in SAR and in glance. but not sure how to tell if it is "reserved or used".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:28 AM
05-09-2002 06:28 AM
Re: Performance issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:36 AM
05-09-2002 06:36 AM
Re: Performance issues
/u05/patches>sar -b 3 7
HP-UX starr B.11.00 A 9000/871 05/09/02
09:43:52 bread/s lread/s %rcache bwrit/s lwrit/s %wcache pread/s pwrit/s
09:43:55 0 38 100 2 4 46 0 0
09:43:58 9 204 95 5 10 55 0 0
09:44:01 89 111 20 1 1 0 0 0
09:44:04 81 974 92 5 10 48 0 0
09:44:07 16 376 96 4 4 0 0 0
09:44:10 14 166 92 5 7 25 0 0
09:44:13 19 217 91 6 6 11 0 0
Average 32 298 89 4 6 35 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:50 AM
05-09-2002 06:50 AM
SolutionI don't understand where the problem is. Based on the information that you provide, I don't see a problem with swap.
To check for swap and memory issues, use Glance's memory report, or run 'sar -w 3 7'
Look for page outs (swpot/s in sar) and deactivations.
Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:52 AM
05-09-2002 06:52 AM
Re: Performance issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:52 AM
05-09-2002 06:52 AM
Re: Performance issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 11:15 AM
05-09-2002 11:15 AM
Re: Performance issues
the top of Glance's main screen there 4 lines like these:
CPU Util S | 2% 3% 5%
Disk Util F F | 3% 8% 14%
Mem Util S SU UBB | 45% 45% 45%
Swap Util R R | 47% 47% 47%
The last line should show the same percentage as PCT USED for "total" in 'swapinfo -tam'
This percentage includes swap reservations, which is quite normal to see even if no swap is actually used. However, if this percentage hits 100%, then no new processes will start up. Indeed, sometimes a running process will crash.
In order to prevent this problem, it is a good idea to monitor the percentage, so if it gets close to, say 80%, you can just add more swap device
(on disk).