TRACE76
Monitoring modes | One TRACE76 statement can be specified for each monitoring mode, continuous (CPM) or intermittent (IPM). | |
Sampler and record types | The TRACE76 statement controls the TRAS sampler, which produces SMF type 76 records. | |
Analyzer statements and reports | EXCEPTS GRAPH WLMGRAPH | Exception Trace Detail Report Graphics Trace Detail Report |
Other BMC Software products | The TRACE76 control statement is used by the BMC AMI Ops Monitor for CMF Extractor only. |
Parameters
Parameters of the TRACE76 control statement are as follows:
FIELD= | name of the data field to be traced This parameter is required. You can specify up to 109 fields. Valid data field names are described in the topic that discusses traceable data fields. |
---|---|
SAMPLE= | rate, in milliseconds, between data gathering cycles The default is 1000 (1 second). |
SAMPSET= | number of samples per set The default is 60. |
SAMPLE and SAMPSET Usage Notes
These parameters directly impact the amount of ECSA that is required for the TRACE76 sampler. At initialization, the CMF Extractor obtains a pool of ECSA in the amount specified in the CSA parameter of the REPORT control statement. Increasing the SAMPLE or SAMPSET values, or decreasing the INTERVAL value on the REPORT control statement, reduces the ECSA requirement.
Calculating CSA
Use this equation to calculate CSA required by the TRACE76 sampler:
- N—(INTERVAL * 60000)/(SAMPLE *SAMPSET)
- W—number of two-byte fields to trace
- X—number of four-byte fields to trace
- J—number of fields
Example
TRACE76 SAMPLE=1000,SAMPSET=60,FIELD=(CCVUTILP,LSCTMTE)
Fields CCVUTILP and LSCTMTE will be sampled every second, with 60 samples making up a one-minute sample set. The SMF 76 trace records, containing 30 sample sets, will be written each 30 minutes.
This example assumes one two-byte and one four-byte field and uses the previously mentioned equation to calculate CSA:
1 * 20 * 30 = 600
1 * 32 * 30 = 960
((600 + 960) + 2) * 40 = 62480
= 62K