Provide data

In your copy of the ims-performance-analyzer-elastic repository, the file imspa-sample-data/imspa_sample_data.zip contains sample data from IMS Performance Analyzer.

Forwarding the sample data

  1. Unzip the file

  2. Use a TCP forwarder to send the sample data file, imspa_sample_data.jsonl, to the listening TCP port.

For example, via socat:

socat -u imspa_sample_data.jsonl TCP4:localhost:5046

or ncat:

ncat --send-only -v localhost 5046 < imspa_sample_data.jsonl
Last Updated:
Contributors: Viaceslavas Michalkevicius