HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- process memory usage monitoring using glance
Operating System - HP-UX
1826440
Members
4043
Online
109692
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
Go to solution
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-2003 04:29 AM
10-20-2003 04:29 AM
hello - help for a newbie SA learning performance monitoring....
When monitoring our system using glance, can someone explain the "RSS" column. Also the "RSS/VSS" column when you run show all the resources for a particular process?
Is this showing actual memory use by this process, and if so, what is the kernel parameter that sets the absolute limit for any particular process?
Thanks in advance!
When monitoring our system using glance, can someone explain the "RSS" column. Also the "RSS/VSS" column when you run show all the resources for a particular process?
Is this showing actual memory use by this process, and if so, what is the kernel parameter that sets the absolute limit for any particular process?
Thanks in advance!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 04:36 AM
10-20-2003 04:36 AM
Solution
Tim,
From the GUI version of Glance's online help:
RSS
The size (in KB) of resident memory for the process. This consists of text, data, stack, as well as the process' portion of shared memory regions (such as, shared libraries, text segments, and shared data).
Resident memory (RSS) is calculated as
RSS = sum of private region pages +
(sum of shared region pages / number of references)
Vss
This consists of the sum of the virtual set size of all private and shared memory regions used by this process. This metric is not affected by the reference count for those regions which are shared.
Note, a value of "na" may be shown for the swapper process.
This metric is specific to a process. If this metric is reported for a thread, the value for its associated process is given.
Pete
Pete
From the GUI version of Glance's online help:
RSS
The size (in KB) of resident memory for the process. This consists of text, data, stack, as well as the process' portion of shared memory regions (such as, shared libraries, text segments, and shared data).
Resident memory (RSS) is calculated as
RSS = sum of private region pages +
(sum of shared region pages / number of references)
Vss
This consists of the sum of the virtual set size of all private and shared memory regions used by this process. This metric is not affected by the reference count for those regions which are shared.
Note, a value of "na" may be shown for the swapper process.
This metric is specific to a process. If this metric is reported for a thread, the value for its associated process is given.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 04:41 AM
10-20-2003 04:41 AM
Re: process memory usage monitoring using glance
A few issues to understand.
Memory from the HP-UX standpoint is memory plus swap.
The RSS figure is a figure that shows how much memory the process is using.
Processes don't really care how much memory your system has on it, they just take a chunk out of the total(ram plus swap). From a performance standpoint memory matters.
As far as an absolute limit for a process in the kernel, I don't think thats possible. If possible it would probably not be advisable. If a process requests memory, it needs it for some reason. If denied access a process is may crash or simply sleep and fail to get its work done.
I'm attaching some perf monitoring scripts that might provide some useful,non-glance data.
SEP
Memory from the HP-UX standpoint is memory plus swap.
The RSS figure is a figure that shows how much memory the process is using.
Processes don't really care how much memory your system has on it, they just take a chunk out of the total(ram plus swap). From a performance standpoint memory matters.
As far as an absolute limit for a process in the kernel, I don't think thats possible. If possible it would probably not be advisable. If a process requests memory, it needs it for some reason. If denied access a process is may crash or simply sleep and fail to get its work done.
I'm attaching some perf monitoring scripts that might provide some useful,non-glance data.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP