- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how much memory does he want?
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
03-25-2002 09:17 PM
03-25-2002 09:17 PM
how much memory does he want?
I've been asked to look at the mib2agt process as it appears to be taking up a lot of memory on one of our systems.
There is a know issue (and patch)
The questions is regarding how to see how much mem the process is using
i'm running the following command to check this
UNIX95= ps -e -o ruser,vsz,state,pid,args|sed '1d'|sort -rnk2 |grep mib2agt| more
this returns
root 966952 S 853 /usr/sbin/mib2agt
the definition for vsz is
The size in kilobytes (1024 byte units) of the
core image of the process.
Am i correct in my calculation thinking this process is using almost a meg of memory
T
hanks in advance
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 09:49 PM
03-25-2002 09:49 PM
Re: how much memory does he want?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 10:45 PM
03-25-2002 10:45 PM
Re: how much memory does he want?
Thanks for the reply, i initially looked and thought, thats nearly a gig, but though it to be unbelievably high
ok
I understand the concept of virtual memory, but, at the moment the process from the UNIX95 command
VSZ
root 68 16 11722 grep mib2agt
Then from glance
mib2agt 853 1 154 root 0.0/ 0.0 0.0 0.0/ 0.0 107.5mb
whats RSS?
Whats the difference in the 2 figures
Thanks in advance
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 04:34 AM
03-26-2002 04:34 AM
Re: how much memory does he want?
VSZ = Virtual set size
RSZ is a subset of VSZ - the portion of the processes memory which is 'resident' in physical memory (ie not paged out). VSZ is the total size, including resident and non-resident pages.
These values are totals, obtained by adding up the memory utilisation of the processes various memory segments (of which there can be lots). Its not uncommon for glance and ps to report slightly different results. For more detail get glance to give you a memory report for that process - you will then see a list of all the processes memory segments.
An unpatched mib2agt process is a well known memory leaker on HPUX. Once you've got the SNMP agent patch installed everything will be fine.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 04:41 AM
03-26-2002 04:41 AM
Re: how much memory does he want?
That's not a memory LEAK, that's a memory SIEVE. That warrant's an immediate patch install.
live free or die
harry