High Page Faults


 
Thread Tools Search this Thread
Operating Systems AIX High Page Faults
# 1  
Old 03-01-2005
High Page Faults

Sorry my poor english
In 570 pseries nmon shows excessive page faults, ascents of something more than 30000 Page faults.
System: AIX 5.2 ML5
Processor Type: PowerPC_POWER5
Number Of Processors: 2
Processor Clock Speed: 1656 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
Memory Size: 2816 MB

Server is running Oracle 9i and Filesystems of DB are mounted in cio mode

I have tried solve it modifying:

maxperm from 80% to 20%
minperm from 20% to 10%
maxclient from 80% to 19%
maxfree from 256 to 1152
minfree from 240 to 1080

lsps -a
Page Space Physical Volume Volume Group Size %Used Active Auto Type
hd6 hdisk0 rootvg 4608MB 1 yes yes lv

svmon -G
size inuse free pin virtual
memory 720896 703656 17240 71813 582792
pg space 1179648 3025

work pers clnt lpage
pin 71813 0 0 0
in use 582794 80589 40273 0

vmstat 2 10
System Configuration: lcpu=2 mem=2816MB
kthr memory page faults cpu
----- ----------- ------------------------ ------------ -----------
r b avm fre re pi po fr sr cy in sy cs us sy id wa
1 1 582817 17215 0 0 0 15 138 0 417 10072 734 8 5 84 3
0 0 582821 17211 0 0 0 0 0 0 371 2296 330 0 0 99 0
0 0 582821 17211 0 0 0 0 0 0 358 1174 318 0 1 99 0
0 0 583855 16177 0 0 0 0 0 0 376 1810 344 1 1 98 0
0 0 585022 15010 0 0 0 0 0 0 367 3633 347 3 1 96 0
1 0 583855 16176 0 0 0 0 0 0 367 3183 329 31 1 68 0
1 0 581895 18133 0 0 0 0 0 0 367 38934 1868 6 24 69 1
0 0 581895 18133 0 0 0 0 0 0 363 2220 319 0 0 99 0
0 0 581895 18133 0 0 0 0 0 0 372 1182 355 0 0 99 0
0 0 581895 18133 0 0 0 0 0 0 378 1247 330 0 0 99 0


Thanks a lot
# 2  
Old 08-09-2005
High Page Faults

Reducing (maxperm from 80% to 20%) will have a negative effect on you page faults!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Page faults on OS

Hi guys, I have a zone on a M5000 server running solaris 10. The zone has an SAP application running on it and facing some performance issues. As part of the troubleshooting, I've been recommended to look for any paging on the OS. Please advise how to look for the paging. I've been looking at... (4 Replies)
Discussion started by: frum
4 Replies

2. AIX

AIX 7.1 high page faults

hi guys i hope you can help me with this situation. i have 2 lpar with aix 7.1 and oracle 11gr2 in grid mode. when i start nmon to check the current system health i notice that page fault are over 3000/s. than i have opened a case with ibm and they say that the problem is not paging nor... (10 Replies)
Discussion started by: gullio23
10 Replies

3. AIX

Lots of page faults on AIX mySQL lpar

Hi, OS = AIX 5.3 Large number of page faults recently start to occure on AIX 5.3 lpar with mysql database installed. I need help in setting AIX OS parameter to solve the paging problem and some guidance on interpreting my stats t Code: # vmstat... (5 Replies)
Discussion started by: crosys
5 Replies

4. AIX

Lots of page faults and free memory

Hello, I've been reading your forums for quite a while and the great amount of information I find here always come in hand.This time however, I need some specific help... I have a doubt with an AIX server which I'm failing to understand as I'm new to its concept of memory management... ... (8 Replies)
Discussion started by: flpgdt
8 Replies

5. Solaris

High Page In and Executable page In

Hi, Currently I'm experience very high page ins on my system running on solaris 10. From vmstat, the page ins figure is very high, further drill down shows the page ins are from file system and occassional spike in executable page ins. Details as follow: oracle@perch:/files>> vmstat 5... (9 Replies)
Discussion started by: srage
9 Replies

6. Solaris

Page Fault very high

Hi, We are running SUN sparc 5.8, notice frequent "Page Faults" message from our monitor s/w "ServerVantage" coming but no message display in SUN syslog or messages log. Any ideas why or what to check? thanks, Ahmad (2 Replies)
Discussion started by: Ahmad
2 Replies

7. Programming

Segmentation Faults

Hello...I am developing a code that wil deal with the string manipulation functions on char arrays which have been declared as char *. Now whenever I try to use these variables in functions like strcat().strcpy() ...etc,it gives me a segmentation fault error... I got a way to work around this... (4 Replies)
Discussion started by: tej.buch
4 Replies

8. UNIX for Advanced & Expert Users

Sun: High kernel usage & very high load averages

Hi, I am seeing very high kernel usage and very high load averages on my system (Although we are not loading much data to our database). Here is the output of top...does anyone know what i should be looking at? Thanks, Lorraine last pid: 13144; load averages: 22.32, 19.81, 16.78 ... (4 Replies)
Discussion started by: lorrainenineill
4 Replies

9. HP-UX

Intransient blocking page faults

Hi, Will anybody tell me what is this 'intransient blocking page faults' in HP-UX, it is in the structure _pst_vminfo in the header file /ust/include/sys/pstat/vm_pstat_body.h? (4 Replies)
Discussion started by: sushaga
4 Replies

10. HP-UX

Copy on Write page faults

Hello Please can you tell me how to access COPY ON WRITE page faults in HP -UNIX. I found the structure in /usr/include/sys/vmmeter with the structure name vmmeter. Please tell me the function to fill the values to this structure and also the arguments for function.:: (5 Replies)
Discussion started by: manjunath
5 Replies
Login or Register to Ask a Question