- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need to find process using up swap/shared memory
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-01-2004 02:42 AM
09-01-2004 02:42 AM
Need to find process using up swap/shared memory
I recently came across an issue where we were getting "Global Swap nearly full" messages, and the result was that the system had to be reset. With the help of this forum, I [believe] I've resolved the problem by adding another device swap area. I've also gained some knowledge on swap, reserve swap, shared memory and using ipcs. Now I need to do a post-mortem to find the process guilty of memory consumption. In doing an ipcs -mob I see that sybase is the biggest consumer of shared memory. However, I also notice that there is an entry for root at ID 0 with a SEGSZ of 1286144. On every other server, the first entry is OWNER root, but only 348 (in SEGSZ). I suspect this process may have put us over the top. How can I find out what the process is, and is this an anomoly (since on every server I've checked that first entry is constistently 348 SEGSZ) ?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 09:34 PM
09-02-2004 09:34 PM
Re: Need to find process using up swap/shared memory
ipcs -ma
and look at the 11 colomn, or directly with :
ipcs -ma | awk '{ print $11 }'
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 09:51 PM
09-02-2004 09:51 PM
Re: Need to find process using up swap/shared memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 10:07 PM
09-02-2004 10:07 PM
Re: Need to find process using up swap/shared memory
swapinfo -w ( to get warining's there )
It is not worth to check the partiticular Process swap / shared memory information with ipcs command.
Go for glance tool to do this effectively. It is specified one to know about this.
ipcs - displays certain information about active interprocess communication facilities and not as to specific process
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 01:26 AM
09-03-2004 01:26 AM