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
10-28-2002 08:37 AM
10-28-2002 08:37 AM
In glance you can display how much swap the system is using but no process by process.
thanks a lot
mercedes
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 08:47 AM
10-28-2002 08:47 AM
SolutionUse gpm instead of glance (the GUI version). Under process list you can choose metrics and there is a metric called PROC_SWAPS (and a cumulative one also). You can monitor these and watch them in realtime (by adjusting the measurement interface interval down to 1 second if you wish).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 08:49 AM
10-28-2002 08:49 AM
Re: swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 08:53 AM
10-28-2002 08:53 AM
Re: swap
see man pages for ps. The -H option allows you show a lot of things about process (flags says you if proccess if swapped)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 08:59 AM
10-28-2002 08:59 AM
Re: swap
You can use top to watch the swap space consumed by a specific process under the SIZE column. Man top for more details.
Also, you can run glance then hit s and enter the process id which you want to monitor the swap usage. Read the value in the RSS/VSS field.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 09:49 AM
10-29-2002 09:49 AM
Re: swap
The amount of swap can be very difficult to determine if a program has been modified with "chatr +z enable" to use lazy swap allocation on data areas. Then the data pages don't have swap allocated until they are first touched.
Lazy swap allocation is dangerous because a program can die trying to access a memory location just because the system ran out of swap.