1836995 Members
1996 Online
110111 Solutions
New Discussion

Re: Page Faluts

 
SOLVED
Go to solution
frank fraveletti_3
Occasional Contributor

Page Faluts

Help HELP... I think that the attached number of page faults are very large.. Can anyone help me with kernel parms????

Attached are my kernel parms and a copy of glance report..

This is from a v class 28 processors and 24Gb of memory.
4 REPLIES 4
Michael Schulte zur Sur
Honored Contributor

Re: Page Faluts

Hi,

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
Jeff Schussele
Honored Contributor
Solution

Re: Page Faluts

Hi Frank,

A 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
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jean-Luc Oudart
Honored Contributor

Re: Page Faluts

High page fault can be normal (depend on what you are running on the server).

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
fiat lux
Jean-Luc Oudart
Honored Contributor

Re: Page Faluts

The Unix performance cookbook
(in case you don't have it)

regards,
Jean-Luc
fiat lux