- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How to get dynamic memory information from another...
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
01-23-2006 06:42 AM
01-23-2006 06:42 AM
Re: How to get dynamic memory information from another running process?
it's a performance problem
we will do a improvement which will cause many new process to run on the system. regard to the physical memory i wanna confirm whether the change can be implemented.
For two reasons: Memory utilization AND number of IO's this is a VERY good time to study the INSTALL utility, and (if this a self-develloped application) the effects of shareable image sections!
The more of your code you can safely put in INSTALLed shareable sections, the more of the working set is Global Pages instead of Process Pages.
Shared global pages are only ONE time im memory, used by many processes.
And, BECAUSE they are already in memory, they need not be loaded again :=> No IO done.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 12:07 PM
01-23-2006 12:07 PM
Re: How to get dynamic memory information from another running process?
see you next time :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 01:09 PM
01-23-2006 01:09 PM
Re: How to get dynamic memory information from another running process?
Some links for you to check out:
The following is an article on memory management
http://groups.google.com/group/comp.os.vms/msg/021833432030ecdd?&q=ppgcnt
The following is a search of comp.os.vms for ppgcnt
http://groups.google.com/group/comp.os.vms/search?group=comp.os.vms&q=ppgcnt&qt_g=1&searchnow=Search+this+group
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 01:12 PM
01-23-2006 01:12 PM
Re: How to get dynamic memory information from another running process?
of the above posting...
Go to the following
http://groups.google.com/group/comp.os.vms?hl=en
and in the "search this group" box on the top right
enter ppgcnt
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 01:40 PM
01-23-2006 01:40 PM
Re: How to get dynamic memory information from another running process?
btw, the second link is ok~ :)
- « Previous
-
- 1
- 2
- Next »