For what it is worth, to easily access the "Rolling 4hr MSU average", you can 
use SDSF REXX and process the "AvgMSU" column from the "SYS" command.

lastrc=ISFCALLS("ON")
ISFSYSNAME = "*"
address SDSF  "ISFEXEC SYS"
do i = 1 to SYSNAME.0
  say SYSNAME.i AVGMSU.i
end
lastrc=ISFCALLS("OFF")


Rob Scott
Rocket Software

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
John McKown
Sent: Wednesday, March 6, 2019 12:38 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SMF/RMF records for 4hr rolling average MSU?

On Wed, Mar 6, 2019 at 6:21 AM John McKown <john.archie.mck...@gmail.com>
wrote:

> On Tue, Mar 5, 2019 at 3:37 PM Christopher Y. Blaicher <
> cblaic...@syncsort.com> wrote:
>
>> Look at RCTLACS and RCTIMGWU
>>
>> 4HRA = RCTLACS*100/RCTIMGWU
>>
>
I see where RCTLACS is in the SMF 70 record. But I don't see where I can get 
the RCTIMGWU value. I am guessing that I might need to write some code which is 
in an STC which will get that information every hour on the hour; which is what 
the report needs.



>
> EXCELLENT! That seems to be exactly what I need.
>
>
>
>>
>> Chris Blaicher
>> Technical Architect
>> Syncsort, Inc.
>>
>>
> --
> I just burned 2000 calories!
> That's the last time I'll nap with brownies in the oven.
>
> Maranatha! <><
> John McKown
>


--
I just burned 2000 calories!
That's the last time I'll nap with brownies in the oven.

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
================================
Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 855.577.4323
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy
================================

This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to