Provide data
The CICS SupportPac "CA10:CICS Performance Analyzer for z/OS - Output to JSON Linesopen in new window" contains sample data and information on how to forward JSON Lines data from CICS Performance Analyzer.
Forwarding the sample data
Download the sample data
Unzip the file
Use a TCP forwarder to send the sample data file,
cicspa_sample_data.1.0.0.jsonl
, to the listening TCP port.
For example, via socat
:
socat -u cicspa_sample_data.1.0.0.jsonl TCP4:localhost:5046
or ncat
:
ncat --send-only -v localhost 5046 < cicspa_sample_data.1.0.0.jsonl