- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: high number of page faults
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
11-02-2000 02:57 AM
11-02-2000 02:57 AM
high number of page faults
swap is 3 x memory
dbc_max is 20%
we can find nothing particularly wrong using dmesg or syslog - nothing is logged
when looking at memrpt screen in glance we have an average of 300+ Page Faults per second
this is about 3 to 4 times as many page faults as there are page requests
a couple of questions
1/ is there another command or tool other than glance that will confirm these page faults are actually happening and not a problem with glance, are there any knwon problems with glance and page fault reporting that are patched (wish I still ahd access to kdb/kmine)
I have looked at sar and vmstat but am not as familiar with them as with glance
glance version C.02.15.00
sar revision 76.3.1.7
2/
Any ideas on how I can start tracing page faults or performance problems like those stated above
thanks in advance
Paul Gold
CAST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 03:13 AM
11-02-2000 03:13 AM
Re: high number of page faults
Use this command (echo "bufpages"/D|adb -k /stand/vmunix /dev/kmem), to know the exact system bufpage requirement at the peak period. This will help you set the value of dbc_max_pct. Also set nbuf and bufpages to zero and swapmem_on to 1, for you buffer caching to be dynamic.
You can check these documents S3100002312A,B,C(DESCRIPTION : "Sys Adm: determining the cause of system performance problems")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 03:15 AM
11-02-2000 03:15 AM
Re: high number of page faults
Use this command (echo "bufpages"/D|adb -k /stand/vmunix /dev/kmem), to know the exact system bufpage requirement at the peak period. This will help you set the value of dbc_max_pct. Also set nbuf and bufpages to zero and swapmem_on to 1, for you buffer caching to be dynamic.
You can check these documents S3100002312A,B,C(DESCRIPTION : "Sys Adm: determining the cause of system performance problems")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 03:34 AM
11-02-2000 03:34 AM
Re: high number of page faults
thanks for the reply
the command as typed doesnt give anything other than a newline ??
nbuf and bufpages are set to 0 already and swapmem_on is 1
I will have a look at the documents
thanks
Paul Gold
CAST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 03:57 AM
11-02-2000 03:57 AM
Re: high number of page faults
3 times the number of page faults compared to page requests seems pretty typical on some of the systems that I manage.
'vmstat -s' will give you all sorts of (cumulative) stats about paging, and 'vmstat 5' will give you page in (pi) and page out (po) rates over 5 second intervals.
There are no problems with glance that I know of and you seem to have a reasonably new version.
You say that your Buffer cache is limited to 20% max and presumably 5% min. What in this range does the buffer cache normally occupy? I find that the cache size gives you an initial feel for how much memory pressure that the system is under as yours seems to be. Another is how much cpu time that the process 'vhand' consumes.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 01:01 PM
11-02-2000 01:01 PM