- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what is using swap space?
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
05-10-2002 11:40 AM
05-10-2002 11:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 11:41 AM
05-10-2002 11:41 AM
Re: what is using swap space?
Try these:
# swapinfo
# glance
Check the man pages for details
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 11:44 AM
05-10-2002 11:44 AM
Re: what is using swap space?
vmstat can also help with this.
Have a good weekend
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 11:45 AM
05-10-2002 11:45 AM
Re: what is using swap space?
Try this link to know more about swap utilization,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=eac43f9d16fdc6937b/screen=ckiDisplayDocument?docId=200000058668734
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 11:47 AM
05-10-2002 11:47 AM
Re: what is using swap space?
Try this link for more info,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=eac43f9d16fdc6937b/screen=ckiDisplayDocument?docId=200000059988538
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 11:53 AM
05-10-2002 11:53 AM
Re: what is using swap space?
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 11:56 AM
05-10-2002 11:56 AM
Re: what is using swap space?
Your best bet is to use GlancePlus:
# gpm
This will give you all information you need(processes, swap usage, total resource usage, per process usage etc).
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 11:58 AM
05-10-2002 11:58 AM
Re: what is using swap space?
May be you want to look at something like this
:
Memory Stat total used avail %used
physical 32764.0 24296.4 8467.6 74%
active virtual 16899.8 10480.4 6419.4 62%
active real 18039.3 10747.2 7292.1 60%
memory swap 26522.5 19504.4 7018.1 74%
device swap 3332.0 3332.0 0.0 100%
this i get from a simple c program which i have attached , just compile using using cc < fiel name > and you can run it any time.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:17 PM
05-10-2002 10:17 PM
Solution#fuser -u /dev/vg00/lvol2
this will show the pid of processes which acceses the swap.
sample:
1044c(root) 1462c(root) 1116co(root) 1056c(root)
now , to find the processes
#ps ef | grep 1044
#ps -ef | grep 1462
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2002 06:46 PM
05-12-2002 06:46 PM
Re: what is using swap space?
# swapinfo -t
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2002 10:24 PM
05-12-2002 10:24 PM
Re: what is using swap space?
Regards,
Trond