Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Collecting and Reporting on Generated SMF Records : Using SMF Record Layouts Supplied as Assembler Macros

Using SMF Record Layouts Supplied as Assembler Macros
The SMF record layouts are distributed in machine-readable format as assembler macros. You can use these macros (see below) directly in your own code or print them for reference by running the JCL that follows.
 
Here is the JCL:

 
//ASM EXEC PGM=ASMA90,
// PARM='NODECK,NOOBJECT,LIST,TERM'
//SYSPUNCH DD DUMMY
//SYSLIB DD DSN=your.osb.macro.library,DISP=SHR
//SYSTERM DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
SUBTYPE TITLE '11 DASD Pagestore Statistics'
HU11 HSMF11 DSECT=YES
TITLE '12 Checkpoint Statistics.'
HU12 HSMF12 DSECT=YES
TITLE '13 Pagestore Response Time Statistics'
HU13 HSMF13 DSECT=YES
TITLE '06 && 22 Pagestore Response Time Statistics'
HU22 HSMF22 DSECT=YES
TITLE '23 Multiple Query Task Usage Statistics'
HU23 HSMF23 DSECT=YES
TITLE '23 Multiple Query Task Usage Mapping'
HU23A HSMF23A
TITLE '08 && 24 Query and Commit Counts'
HU24 HSMF24 DSECT=YES
TITLE '09 && 25 Message Counts by Length'
HU25 HSMF25 DSECT=YES
TITLE '10 && 26 General Statistics'
HU26 HSMF26 DSECT=YES
TITLE '14 && 27 Query and Commit Extended Response Time Stats'
HU27 HSMF27 DSECT=YES
TITLE '15 && 28 Server Usage and Response Time Information'
HU28 HSMF28 DSECT=YES
TITLE '45 Page Sweep Limit Exceeded'
HU45 HSMF45 DSECT=YES
TITLE '47 && 49 User Resource Consumption'
HU49 HSMF49 DSECT=YES
TITLE 'EE SMF RECORD LAYOUTS'
EESUBTYP CSECT
EVNTSMF
END
/*

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved