[z/OS]

Using RMF

RMF can usually be started with the simple S RMF command from the MVS™ console.

The Monitor III data gatherer can be started after RMF with the 'F RMF,S III' modify command. To use the RMF Monitor 3 display, go to the Sysplex Summary and complete the following steps.

Procedure

  1. Type RMF on ISPF command line.
  2. Type 3 to see Monitor III choices.
  3. Type S to get Sysplex reports.
  4. Type 1 to see the Sysplex Summary report.
    You can scroll back and forth in time with PF10 and PF11, or over-type the time field. Look at the transactions in the WebSphere® Application Server service and reporting class and note the Average Response time, Transactions per second, and Performance Index. You may also explore further in RMF Monitor III to see the System Information report.

Example

Here is a typical RMF procedure:

//RMF      PROC
//IEFPROC  EXEC PGM=ERBMFMFC,REGION=0M,PARM='MEMBER(XS)'
//IEFPARM  DD   DDNAME=IEFRDER
//IEFRDER  DD   DSN=SYS1.PARMLIB,DISP=SHR    
The following is a copy of the PARMLIB member ERBRMFXS: (parmeters beginning with a /* are not used in this example but may be useful to you.

	   CPU                        /* COLLECT CPU STATISTICS        */
         CHAN                       /* COLLECT CHANNEL STATISTICS    */
         CYCLE(1000)                /* SAMPLE AT 1 TIME / SECOND     */
         DEVICE(NOCHRDR)            /* NO CHARACTER RDR DEV STATS    */
         DEVICE(COMM)               /* ADDED COMM FOR 37X5           */
         DEVICE(DASD)               /* COLLECT DIRECT ACCESS DEVICE  */
         /* STATISTICS                    */
         DEVICE(NOGRAPH)            /* NO GRAPHICS DEVICE STATISTICS */
         DEVICE(NOTAPE)             /* NO TAPE DEVICE STATISTICS     */
         DEVICE(NOUNITR)            /* NO UNIT RECORD DEVICE STATS   */
         ENQ(SUMMARY)               /* ENQ REPORTING                 */
         INTERVAL(15M)              /* REPORT AT  15 MIN INTERVALS   */
         IOQ(DASD)                  /* I/O Q'ING FOR DEV IN LOG CU   */
         IOQ(COMM)                  /* I/O Q'ING FOR DEV IN LOG CU   */
         NOVSTOR                    /* NO RMF 3.2 AND LATER REL */
         OPTIONS                    /* OPERATOR MAY CHG RMF OPTIONS  */
         PAGING                     /* COLLECT PAGING STATISTICS     */
         PAGESP                     /* COLLECT PAGE/SWAP DATASET STAT*/
         RECORD                     /* RECORD INTO SMF DATASET       */
         NOSTOP                     /* STOP AFTER  90 MINUTES        */
         
SYNC(SMF)                  /* INTERVAL SYNCED WITH SMF      */

         STDERR(H)                  /* STDERR CLASS OF OUTPUT REPORT */
         WKLD(PERIOD,SYSTEM)        /* COLLECT WORKLOAD MANAGER
                                       STATISTICS AND REPORT AT THE
                                       PERIOD LEVEL + TOTAL LINE     */
        TRACE(CCVUTILP)