HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Monitor memory regions of a particular process
Operating System - HP-UX
1834162
Members
2602
Online
110064
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
05-10-2007 02:06 PM
05-10-2007 02:06 PM
Monitor memory regions of a particular process
Just wondering is it possible to use a script to capture the memory regions of a specific pid using glanceplus and output to a file every 5mins or so ? Any1 knows ?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:33 PM
05-10-2007 08:33 PM
Re: Monitor memory regions of a particular process
Hi,
yes you should look at the glance adviser mode
'glance -aos'
there are some configuration file examples in /opt/perf/examples/adviser
yes you should look at the glance adviser mode
'glance -aos'
there are some configuration file examples in /opt/perf/examples/adviser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 12:31 AM
05-11-2007 12:31 AM
Re: Monitor memory regions of a particular process
Hello,
Use 'ipcs'. In the following example, replace with the pid of interest.
$ ipcs -tam | awk '{if (NR==2 || $11 ~ ''){print}}' >> ipcs..out
You can schedule this command to run every five minutes via cron:
0,5,10,15,20,25,30,35,40,45,50,55 * * * * ipcs ...
PCS
Use 'ipcs'. In the following example, replace
$ ipcs -tam | awk '{if (NR==2 || $11 ~ '
You can schedule this command to run every five minutes via cron:
0,5,10,15,20,25,30,35,40,45,50,55 * * * * ipcs ...
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 12:37 AM
05-11-2007 12:37 AM
Re: Monitor memory regions of a particular process
Hi,
You might also use this document, use the part called "Monitoring memory usage" :
ftp://eh:spear9@hprc.external.hp.com/memory.htm
Regards,
Jaime.
You might also use this document, use the part called "Monitoring memory usage" :
ftp://eh:spear9@hprc.external.hp.com/memory.htm
Regards,
Jaime.
Work hard when the need comes out.
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