HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to check pagging problem
Operating System - HP-UX
1833017
Members
2130
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-05-2006 03:50 PM
07-05-2006 03:50 PM
how to check pagging problem
Dear(s),
what are the basic first activities and what are the basic steps how to find out pagging prolem? and is any log file or any file to find out pagging problem
actually cutomer facing some problem are
this is their's talk , so please go through that and provide me accordinly
Executive Summary:
==============
1. Cpu consumption is at peak.
2. The system has more paging due to which the Database Instance SGA is
getting swapped out.
Deatils
=======
1. Few sqls are using lot of cpu due Full table scans and latching
issue. Latching issue is due to system paging 2. The total memory in
system is 40GB, and memory usage is 98%. Database
Instance uses a total memory of 7GB only.
3. The "top" and "vmstat" command show available memory as 7GB. 4. 35%
of swap area is under use which indicates system paging. 5. Attached
document shows increase in cpu usage since last two days.
Action taken on 4-Jun-06 by onlinedba =========================== 1.
Fixed issue with cpu consuming process by creating index for workflow
related query.
thanks a lot
siva
what are the basic first activities and what are the basic steps how to find out pagging prolem? and is any log file or any file to find out pagging problem
actually cutomer facing some problem are
this is their's talk , so please go through that and provide me accordinly
Executive Summary:
==============
1. Cpu consumption is at peak.
2. The system has more paging due to which the Database Instance SGA is
getting swapped out.
Deatils
=======
1. Few sqls are using lot of cpu due Full table scans and latching
issue. Latching issue is due to system paging 2. The total memory in
system is 40GB, and memory usage is 98%. Database
Instance uses a total memory of 7GB only.
3. The "top" and "vmstat" command show available memory as 7GB. 4. 35%
of swap area is under use which indicates system paging. 5. Attached
document shows increase in cpu usage since last two days.
Action taken on 4-Jun-06 by onlinedba =========================== 1.
Fixed issue with cpu consuming process by creating index for workflow
related query.
thanks a lot
siva
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 04:07 PM
07-05-2006 04:07 PM
Re: how to check pagging problem
Siva ,
For CPU consumption you can use :
i) sar
ii) glance
# sar -u -M 10 20
for paging check use vmstat and check for pi po values , a non zero value indicates high swap usuage.
# swapinfo -tm
# vmstat 10 20
Cheers,
Raj.
For CPU consumption you can use :
i) sar
ii) glance
# sar -u -M 10 20
for paging check use vmstat and check for pi po values , a non zero value indicates high swap usuage.
# swapinfo -tm
# vmstat 10 20
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 04:09 PM
07-05-2006 04:09 PM
Re: how to check pagging problem
The first task is to determine if you are actually swapping by examining the pageout rate either with Glance or the vmstat command. 35% of swap area may mean absolutely nothing (especially if the 35% is "memory" (pseudo-swap). If you are seeing significant pageout rates (> ~15-20/s for periods of minutes or more) then you are under memory-pressure.
Without that metric nothing much can be known. If you are running dynamic buffer cache then I would disable it by setting bufpages to a non-zero value so that bufpages X 4KiB = 800-1600MB.
Also, while you are tuning make certain that timeslice has not been reduced to much below 10 (and especially not 1).
You may also be under memory pressure if there are a number of shared memory segments which are not attached to any processes. Done any kill -9's lately?
Without that metric nothing much can be known. If you are running dynamic buffer cache then I would disable it by setting bufpages to a non-zero value so that bufpages X 4KiB = 800-1600MB.
Also, while you are tuning make certain that timeslice has not been reduced to much below 10 (and especially not 1).
You may also be under memory pressure if there are a number of shared memory segments which are not attached to any processes. Done any kill -9's lately?
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP