- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Lot of pagefaults
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
03-12-2002 08:40 AM
03-12-2002 08:40 AM
O/S - HP-UX 10.20
Whenever I am looking through the memory reports by Glance I found that there are lot of pagefaults. I have checked through mstm, it has not logged any error for the memory. Can anybody please let me know what are the possible area I can look for the page faults. Here is a output of glance memory report.
Page Faults 5 3402253 0.9 281.1 3663.0
Paging Requests 0 1252338 0.0 103.5 1403.0
KB Paged In 0kb 10.8mb 0.0 0.9 806596.1
KB Paged Out 0kb 4kb 0.0 0.0 0.7
Reactivations 0 0 0.0 0.0 0.0
Deactivations 0 0 0.0 0.0 0.0
KB Reactivated 0kb 0kb 0.0 0.0 0.0
KB Deactivated 0kb 4kb 0.0 0.0 0.7
VM Reads 0 642 0.0 0.0 24.0
VM Writes 0 0 0.0 0.0 0.0
Total VM : 835.7mb Sys Mem : 161.9mb User Mem: 1.25gb Phys Mem: 1.75gb
Active VM: 171.9mb Buf Cache: 268.8mb Free Mem: 77.9mb
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:45 AM
03-12-2002 08:45 AM
Re: Lot of pagefaults
seems like your swapspace is not enough. Try to add some swapspace, as much, that you get at least as total RAM amount. Hope this will do it for you.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:48 AM
03-12-2002 08:48 AM
SolutionThey are not really a "fault", just an indication that the page reference could not be found in in the TLB Cache, so had to be looked for elsewhere. This is part opf the PA-RISC architecture.
I have tried to look for a resolution to this one myself, but have yet to find an answer other than "upgrade to a bigger CPU with a bigger cache".
(Most of this info was pilfered from the Memory Management White Paper)
Cheers, Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:49 AM
03-12-2002 08:49 AM
Re: Lot of pagefaults
page fault
An event recorded when a process tries to execute code instructions or to reference a data page not resident in a process' mapped physical memory. The system must page-in the missing code or data to allow execution to continue.
Just a "feature" of virtual memory.
http://docs.hp.com/hpux/onlinedocs/5965-4641/5965-4641_top.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:50 AM
03-12-2002 08:50 AM
Re: Lot of pagefaults
There is no swapping at all in the swapdevices. It is swapping 0% on the swap devices.
/dev/vg00/lvol2 device 512 0 1
/dev/vg01/lvol9 device 1024 0 0
pseudo-swap memory 1329 396 na
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:52 AM
03-12-2002 08:52 AM
Re: Lot of pagefaults
Page faults are perfectly normal and do not usually indicate a problem. It simply means that an address could not be resolved in the Translation Lookaside Buffer (TLB) and that the system then had to go out to the much slower memory. Remember the TLB is quite small and thus page faults are inevitable. Something that you should worry about is a high pageout rate; that indicates swapping (well, paging actually) and your performance will degrade.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:57 AM
03-12-2002 11:57 AM
Re: Lot of pagefaults
The value to look for is pageout (po) through the vmstat -n command. If it is showing numbers corresponding to po constantly then there is a memory pressure. It should be ideally 0.
HTH
raj