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

  1. Download the sample data

  2. Unzip the file

  3. 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
Last Updated:
Contributors: Viaceslavas Michalkevicius, Daniel Lalwet