- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to determine swap space utilization by process
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
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
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
тАО03-07-2007 04:09 AM
тАО03-07-2007 04:09 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 04:19 AM
тАО03-07-2007 04:19 AM
SolutionIf you set UNIX95=1 there is a whole series of ps commands that can show you utilization of memory by process.
vmstat can give you more information.
glance/gpm a pay for add in from HP lets you drill into a process and see details of use. It is the best tool.
Every process reserves swap at start time in case it needs to be swapped to disk. That is never a problem. What becomes a problem is when a process is actually swapped to disk.
A process being a heavy hitter as far as reserving swap is meaningless. When overall your system starts to page (vmstat) then you have a problem.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 04:19 AM
тАО03-07-2007 04:19 AM
Re: How to determine swap space utilization by process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 04:27 AM
тАО03-07-2007 04:27 AM
Re: How to determine swap space utilization by process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 05:33 AM
тАО03-07-2007 05:33 AM
Re: How to determine swap space utilization by process
Download the attached procsize, ftp to the system,unshar and run with -s and -p options
# procsize -s -p
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 07:40 AM
тАО03-07-2007 07:40 AM
Re: How to determine swap space utilization by process
# ipcs -m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2007 01:40 PM
тАО03-07-2007 01:40 PM
Re: How to determine swap space utilization by process
There are many ways through which you will get information about memory.Following are some commonly preferred ways:
1]glance --> by using glance command you can check for the memory.
2]swapinfo -->swapinfo prints information about device and file system paging space
By default, swapinfo prints to standard output a two line header as shown here, followed by one line per paging area:
o/p-->
Kb Kb Kb PCT
TYPE AVAIL USED FREE USED
START/ Kb
LIMIT RESERVE PRI NAME
3] top --> display and update information about the top processes on the system
4]ps ├в -> report process status
http://docs.hp.com/en/B2355-60130/ps.1.html
Regards,
Reshma