- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Page Faluts
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
12-22-2003 11:07 PM
12-22-2003 11:07 PM
Attached are my kernel parms and a copy of glance report..
This is from a v class 28 processors and 24Gb of memory.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 12:03 AM
12-23-2003 12:03 AM
Re: Page Faluts
I dont think, the rate is too high. If software does a lot of reading from disk, you have a higher page fault rate.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 12:46 AM
12-23-2003 12:46 AM
SolutionA page fault is simply a process requesting data & not finding the page in memory - hence it has to go to the disk or buffer cache to get it.
This would be entirely normal for a program that accesses very random data. It would not be normal for a program that constantly needs the *same* data or gets it's info from the disks in largely sequential access. And, of course, it could be normal for a poorly written program as well.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 12:49 AM
12-23-2003 12:49 AM
Re: Page Faluts
check these threads :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=197318
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=81920
Also, you seem to have a high buffer cache (3.6Gb).
Usually for HPUX11.0 3-400Mb is ok.
For HPUX 11i this can be set higher
Regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 12:51 AM
12-23-2003 12:51 AM
Re: Page Faluts
(in case you don't have it)
regards,
Jean-Luc