HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- global swap space problems
Operating System - HP-UX
1833563
Members
3361
Online
110061
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
10-20-2000 05:33 AM
10-20-2000 05:33 AM
global swap space problems
Greetings,
I am having trouble with one of my servers.
The box stays up ok for a few months at a time, but every once in a while, the swap space fills up and causes processes to stop/die off.
Is there any way to check swap space usage against processes?
Something like top, but sorted by swap space usage would be ideal.
I have glance installed but have not found a way to do this.
Any comments are welcome
I am having trouble with one of my servers.
The box stays up ok for a few months at a time, but every once in a while, the swap space fills up and causes processes to stop/die off.
Is there any way to check swap space usage against processes?
Something like top, but sorted by swap space usage would be ideal.
I have glance installed but have not found a way to do this.
Any comments are welcome
uh, what does this button do?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 05:37 AM
10-20-2000 05:37 AM
Re: global swap space problems
Hi:
# swapinfo -ta
Or, if you have Glance toggle the swap metrics screen with 'w". Glance is available on your application CDs as a trial product if you don't already license it. This product is worth every penny it costs!
...JRF...
# swapinfo -ta
Or, if you have Glance toggle the swap metrics screen with 'w". Glance is available on your application CDs as a trial product if you don't already license it. This product is worth every penny it costs!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 05:41 AM
10-20-2000 05:41 AM
Re: global swap space problems
Hi,
The psram one-liner script courtesy of Bill Hassell lists processes in decreasing order of their virtual set size. As the majority of memory used by a process is usually 'data' which accounts for swap space usage, it should be what you need.
The script is:-
UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more
Regards,
John
The psram one-liner script courtesy of Bill Hassell lists processes in decreasing order of their virtual set size. As the majority of memory used by a process is usually 'data' which accounts for swap space usage, it should be what you need.
The script is:-
UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 05:42 AM
10-20-2000 05:42 AM
Re: global swap space problems
Hi:
Oh, forgot an old standby (sar):
# swapinfo -ta
# sar -w
Check the man pages (1M) for details on both.
...JRF...
Oh, forgot an old standby (sar):
# swapinfo -ta
# sar -w
Check the man pages (1M) for details on both.
...JRF...
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