Hi, Chris, Many thanks for the hints.
RCEAFC is exactly the value which is shown by the RMF-Monitor II-Menues in TSO.
I will try the SYSEVENT-call and look, what it returns and compare it with the other values.
br Leo Strauss On 14.09.2010 16:07, Blaicher, Chris wrote:
To find out how the system thinks it is doing, look at SYSEVENT STGTEST in the Authorized Assembler Reference manual. That gives you back two values, three actually, but now the third is the same as the second. These values are only updated once a second. There is also the RCEAFC that has the available frame count. The RCEPOOL has the total number of frames for the LPAR. The RCEBELPL has the below the line number and RCEABVPL has the above the line number. You have to derive the above the bar (64-bit) pages. ABAR = RCEPOOL - RCEABVPL - RCEBELPL OK, the first value from the SYSEVENT is basically the available frame count minus a machine configuration derived constant. The second value is basically the number of what I call under-utilized frames. If a frame has a UIC count greater than the system target UIC, then it is a candidate for stealing. This value includes the first value frame count. IBM has been tight lipped about how they currently derive the values returned by SYSEVENT STGTEST, so my comments are based on old knowledge and current observations and taking my best guess. The other variable mentioned are right from the System Data Areas manuals. Christopher Y. Blaicher Senior Software Developer Austin Development Lab phone: 512.340.6154 mobile: 512.627.3803 fax: 512.340.6647 10431 Morado Circle Austin, TX 78759 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Leopold Strauss Sent: Tuesday, September 14, 2010 12:40 AM To: [email protected] Subject: current used main-memory( realmemory, central memory) Hi all, I would need a snapshot about the amount of current used main-memory. With RMF-monitor-II-snapshot this value is not provided. Are there any systemcalls or controlblock-chains to be looked for to get this value ? I would appreciate any hints. Thanks in advance and BR Leo Strauss ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
-- Mit freundlichen Grüßen / Kind Regards, Leopold Strauss Research and Development ISIS Information Systems GmbH Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria T: +43 - 2236 – 27551, F: +43 - 2236 - 21081 @ [email protected] Visit our brand new extended Website at www.isis-papyrus.com This e-mail is only intended for the recipient and not legally binding. Unauthorised use, publication, reproduction or disclosure of the content of this e-mail is not permitted. This e-mail has been checked for known viruses, but ISIS accepts no responsibility for malicious or inappropriate content. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

