- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Please help with this swap informations
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
09-27-2002 06:46 AM
09-27-2002 06:46 AM
Please help with this swap informations
Sometimes (let say every month) the system must be rebooted because the performance is dramatically decreasing without any increase in the workload. So we decide to collect some informations using vmstat. 'vmstat -s' is launched everyday at midnight followed by 'vmstat -z' (to reset the counters). You can see in the attachement a chart designed from those collected data. Can someone help me to interprete those data ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 06:59 AM
09-27-2002 06:59 AM
Re: Please help with this swap informations
What I see is the workload increasing in a linear fashion (constantly) for the period involved. The Operating System is doing progressively more and more work, allocating and freeing up more and more pages (I guess the light orange and mid orange lines are pages allocated and pages freed.)
My suspicion is that the Application is 'leaking'. It is not cleaning up old unix processes / memory and is asking unix for more and more resources, and consequently UNIX is having to do more and more work.
My first port of call would be to patch everything at the OS and firmware level as high as you can (Everyone points the finger of blame at the OS first). Check ITRC for latest releases of patches, for keywords such as 'memory', 'leak', etc.
Once these are sorted, get your Application patched to the latest level, or even register yourself on the Application's own forum and search for problems with similar symptoms.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 07:04 AM
09-27-2002 07:04 AM
Re: Please help with this swap informations
If I'm interpreting the colors correctly and the drop is the reboot, it looks like memory bottleneck. Since this seems to creep up it could be a memory leak, excessive values for caching, or possibly zombie processes.
What's your kernel config? Check for the default value of dbc_max_pct. Is there some consistency or pattern between the required reboots? Also check for zombie or
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:27 PM
10-01-2002 07:27 PM
Re: Please help with this swap informations
What I understand from your question is that the application running on the system is not releasing physical memory .
You need to check whether there is swapping activity happening on the system
# swapinfo -mt
you can run the following command to get a detailed report of the server activity
# sar -o sarfile 5(secs) 10(no. of times)
# sar -AF sarfile > sar.file
# pg sar.file
The first command runs the sar command with all the options.
check the following kernel parameters also.
dbc_min_pct
dbc_max_pct
nfile
ninode
nflocks
have fun,
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 11:27 PM
10-01-2002 11:27 PM
Re: Please help with this swap informations
we submit also 'swapinfo' every day at midnight, here is the file :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 05:36 AM
10-02-2002 05:36 AM
Re: Please help with this swap informations
I can't open your last file. Is he 'gzipped'?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 11:26 PM
10-02-2002 11:26 PM
Re: Please help with this swap informations
yes, it's gzipped.