Any simple tool to monitor the storage uasge ?

2012-05-04 Thread Miklos Szigetvari
Hi Any simple tool, to monitor the storage usage of an address space ? I'm using now the MXI from Rob Scott, and it is very good, but I would need something like a function call to get this in a program or in REXX -- For

Re: Any simple tool to monitor the storage uasge ?

2012-05-04 Thread Rob Scott
] On Behalf Of Miklos Szigetvari Sent: 04 May 2012 11:35 To: IBM-MAIN@bama.ua.edu Subject: Any simple tool to monitor the storage uasge ? Hi Any simple tool, to monitor the storage usage of an address space ? I'm using now the MXI from Rob Scott, and it is very good, but I would need something like

Re: Any simple tool to monitor the storage uasge ?

2012-05-04 Thread Miklos Szigetvari
to monitor the storage uasge ? Hi Any simple tool, to monitor the storage usage of an address space ? I'm using now the MXI from Rob Scott, and it is very good, but I would need something like a function call to get this in a program or in REXX

Re: Any simple tool to monitor the storage uasge ?

2012-05-04 Thread Bernd Oppolzer
Maybe you could write a function that reads the control blocks of the z/OS storage management queues and computes the overall size of the used storage blocks, per subpool? If you call this function somewhere in a loop in your main program, you could discover if one of your subroutines allocates

Re: Any simple tool to monitor the storage uasge ?

2012-05-04 Thread Rob Scott
: Re: Any simple tool to monitor the storage uasge ? Maybe you could write a function that reads the control blocks of the z/OS storage management queues and computes the overall size of the used storage blocks, per subpool? If you call this function somewhere in a loop in your main program, you