HP3000-L Archives

June 1999, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Michael P. Smith" <[log in to unmask]>
Reply To:
Michael P. Smith
Date:
Tue, 29 Jun 1999 14:55:56 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
Several times I have been involved in a problem where I need to know how
much HEAP space a process is currently using.  The processes is 99% a 3rd
party product, so I can't change the source code.  I have found that I can
get the heap base, limit and size out of the PIBX for the process by doing a
FV pibx(pin) 'pibx_type.heap_base', FV pibx(pin) 'pibx_type.heap_limit', and
FV pibx(pin) 'pibx_type.heap_size'.  But I can't find anything for getting a
high water mark, or whatever is maintained for allocating additional heap
space.  Any help is appreciated.

 ---------------------------------------------------------------
| Michael P. Smith                                              |
| Sr. Systems Programmer                                        |
| The Hertz Corporation    [log in to unmask] (work)          |
| Oklahoma City, OK                                             |
 ---------------------------------------------------------------
The thoughts, views and expressions contained in this message are those
of Michael P. Smith, and do not necessarily reflect those of the Hertz
Corporation.  To reply via email, remove the .xx from email address.

ATOM RSS1 RSS2