- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to check for memory leak
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
12-01-2003 11:28 PM
12-01-2003 11:28 PM
How to check for memory leak
How do I check for a memory on an OpenVMS system and what commands must I use to do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 11:37 PM
12-01-2003 11:37 PM
Re: How to check for memory leak
SHOW MEMORY/POOL/FULL shows the paged and non-paged pools. If there is a problem which consumes pool then it shows here as the amount in use continually increases.
SHOW MEMORY/FILE/FULL shows the amount of page and swap file inuse. A memory leak in a proces can show here as the amount of reserved pagefile continually increases.
For a problem with process local pool (P1 pool) then SHOW PROCESS/MEMORY will show the free space continually reducing.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 11:38 PM
12-01-2003 11:38 PM
Re: How to check for memory leak
If a process has a memory leak, it will use all his pgflquota, and fail with
system-f-exquota
To check the use of pgflquota for a process, use Amds or Availability Manager, available at
http://h71000.www7.hp.com/openvms/products/availman/index.html
or use pquota on the freeware
http://h71000.www7.hp.com/freeware/freeware40/pquota/
regards
Gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:46 AM
12-02-2003 01:46 AM
Re: How to check for memory leak
patch kit: VMS731-SYS-V0400
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=284548
Cheers,
hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 02:53 AM
12-02-2003 02:53 AM
Re: How to check for memory leak
to trace down such problems in application code. If you do indeed experience the SYS4 problem, you best bet is to get the fix from engeneering.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 04:43 AM
12-02-2003 04:43 AM
Re: How to check for memory leak
http://vms.cc.wmich.edu/disk$openvms0731/000000/731final/4538/4538pro_023.html#dbg_analyzer_ch
Purely Personal Opinion