Finance ISO graphs

Finance ISO graphs provide statistics about ISO message flow and throughput between the client and the server during a load test scenario run.

Finance ISO Message Rate graph

Finance ISO Message Rate graph displays the number of messages sent (Send rate) and received (Receive rate) per second, at any given time during the scenario run.

Axis Description
X-axis

Elapsed time since the start of the run.

Y-axis

Number of messages published or received, per second.

Back to top

Finance ISO Throughput graph

Finance ISO Throughput graph displays the amount of data (in bytes) that is sent (Send throughput) or received (Receive throughput) through the LrJposChannel at any given time during the scenario run.

Axis Description
X-axis

Elapsed time since the start of the run.

Y-axis

Throughput through the LrJposChannel, in bytes per second.

Back to top

Finance ISO Response Duration graph

Finance ISO Response Duration graph displays the time between a message being sent and its corresponding response received.

This measurement is available only if the message receives a response, and if the messages are sent and received using high-level functions, and not low-level functions. For example, using send (LrISOMsg message) and receive(), and not send(byte[] b), getBytes(byte[] b).

The measurement requires a correct match of the request/response pair. The pairing is based on data element 11 of the ISO-8583 standard, a field containing a unique System Trace Audit Number (STAN). If the field does not contain a standard-compliant STAN, the pairing will fail, and the graph will not be valid.

Axis Description
X-axis

Elapsed time since the start of the run.

Y-axis

Average response time, in milliseconds.

Back to top

See also: