[z/OS]

SMF settings

Configure SMF records to collect job information to tune application server performance.

Here is a sample SMFPRMxx member that will create interval records every 2 minutes, and record the following SMF record types:
  • 30 - Address space
  • 70-79 - RMF™
  • 82 - Crypto
  • 88-90 - System Logger, Usage & System Data
  • 101 - DB2®
  • 110 - CICS®
  • 120 - WebSphere®

ACTIVE                      /*ACTIVE SMF RECORDING*/
    DSNAME(&SYSNAME..MAN1, &SYSNAME..MAN2)       /*TWO MAN DATASETS */
    LISTDSN                     /* LIST DATA SET STATUS AT IPL*/
    NOPROMPT                    /* DON'T PROMPT THE OPERATOR  */
    INTVAL(02)                  /* SMF GLOBAL RECORDING INTERVAL */
    SYNCVAL(00)                 /* GLOBAL SYNC VALUE             */
    MAXDORM(3000)               /* WRITE AN IDLE BUFFER AFTER 30 MIN*/
    STATUS(010000)              /* WRITE SMF STATS AFTER 1 HOUR*/
    SID(&SYSNAME(1:4))          /* USE SYSNAME AS SID     */
    SUBSYS(STC,INTERVAL(SMF,SYNC),
                          TYPE(0,30,70:79,88:90,101,110,120))   

Set the SMF recording interval to 2 minutes by using the 'SET SMF=xx' command to activate the SMFPRMxx member from SYSx.PARMLIB. Use the 'D SMF,O' command to display the parameters in effect.

Use a tool like WSWS to simulate an application stress load.

While the transactions are running, switch to SDSF and RMF to observe the transactions.


주제 유형을 표시하는 아이콘 참조 주제



시간소인 아이콘 마지막 업데이트 날짜: July 9, 2016 6:09
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rtrb_setupSMF
파일 이름:rtrb_setupSMF.html