Steps for capturing a workload activity report

Why and when to perform this task

The following RMF1 job reads the data from RMF data buffers.

Steps for this task

  1. Run the RMF Monitor 1 post processor as a batch job which can read the RMF data buffers from memory and produce a report.

    The sample job that follows will run the RMF Monitor 1 post processor (You will need to change the time and date parameters.)

    //RMF1JOB  JOB 1,CLASS=A 
    //RMFPP    EXEC PGM=ERBRMFPP,REGION=0M 
    //MFPMSGDS DD   SYSOUT=* 
    //SYSIN    DD   *  
     SYSOUT(O)  
     NOSUMMARY  
     SYSRPTS(WLMGL(SCPER(WSHIGH,WSMED,WSLOW,SYSSTC,OPS_DEF)))
     DATE(04172003,04172003)        /* <== SET TO MEAS. DATE  MMDDYYYY  */
     RTOD(1430,1500)                /* <== SET TO MEAS. TIME OF DAY HHMM*/
     DINTV(0002) 
    /* 
    //

    This will take the raw SMF data, in this case the MANE data, and produce the workload activity report as an H output class in SDSF.

  2. Using the Workload Activity Reports, observe the measurements in the service and reporting classes. After your measurement run is over, you should reset the SMF parameters to their standard settings with the SET SMF=xx command.



Searchable topic ID:   tprf_capwar
Last updated: Jun 21, 2007 9:56:50 PM CDT    WebSphere Application Server for z/OS, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.zseries.doc/info/zseries/ae/tprf_capwar.html

Library | Support | Terms of Use | Feedback