Mainframe Operational Intelligence processes Time Series Data which includes SYSVIEW variable data.
For this data to flow from SYSVIEW to MOI, the variable/metric must be marked as TSD. NOTSD variables/metrics are eligible to be sent to MOI but are not by default. They can be changed to TSD if desired for them to flow to MOI.
The resolution section of this Knowledge Doc shows how to check the "flowability" status of a SYSVIEW CICS variable/metric.
Release : 16.0
Component : SYSVIEW
The SYSVIEW command to check the TSD/NOTSD status of a variable/metric is
CVARS
This ISPF panel will be displayed with all the SYSVIEW CICS variables/metrics listed:
If you know the CICS variable/metric that you want to check for its TSD setting, you can enter the following commands:
1) FIND "metric name" i.e. FIND MXTTASK%
2) RIGHT TSD
This finds the metric and the RIGHT TSD brings the TSD column into view:
A value of TSD indicates that the metric's time series data is flowing to MOI.
A value of NOTSD indicates that the metric's time series data is NOT flowing to MOI but is eligible.
A blank value means that he metric's time series data is NOT flowing to MOI and is NOT eligible.
If you want a list of all CICS TSD metrics flowing to MOI, you can execute the following SYSVIEW command on the CVARS panel:
SELECT TSD = TSD
You also can execute the following command for the NOTSD list:
SELECT TSD = NOTSD
You can list all blank TSD variables/metrics by executing the following command:
SELECT TSD = ' '
Please contact SYSVIEW Support via a Broadcom Support Case if you have questions concerning why a variable/metric is not eligible to be sent to MOI.