- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to snapshot process memory mapping
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
02-13-2003 12:44 PM
02-13-2003 12:44 PM
how to snapshot process memory mapping
Solaris has utility called pmap to allow user to list memory address mapping. Is there anything similar for HP-UX?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 05:16 PM
02-13-2003 05:16 PM
Re: how to snapshot process memory mapping
can get memory mapping information. The attached procvm.c program will report much the same information as pmap, but in a much more verbose format. The pst_length value is the size of a memory region counted in 4096 byte pages.
The pst_phys_pages value is the resident number of 4096 byte pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 05:17 PM
02-13-2003 05:17 PM
Re: how to snapshot process memory mapping
can get memory mapping information. The attached procvm.c program will report much the same information as pmap, but in a much more verbose format. The pst_length value is the size of a memory region counted in 4096 byte pages.
The pst_phys_pages value is the resident number of 4096 byte pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 07:46 AM
02-14-2003 07:46 AM
Re: how to snapshot process memory mapping
It works (the format is a little different from pmap).
Another question: can I get something like truss that is available on Solaris?
Thanks again.
Jieming Wang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 10:47 AM
02-14-2003 10:47 AM
Re: how to snapshot process memory mapping
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1433,00.html
For HP-UX 10.20 you would need to track down a copy of truss. Truss is not as widely usable.