performa/performa/scenarios/mq/omsimulator-ha-call.rst

1.0 KiB

Oslo.messaging simulator HA report

This report is result of message_queue_performance execution with Oslo.messaging Simulator

Test Case 1: RPC CALL Throughput Test

Messages sent by the client

{{'''

title: RPC CALL sent messages axes: x: time y: sent, msg chart: line collection: series pipeline: - { $match: { task: omsimulator, mode: call, name: client_0 }} - { $project: { x: "$seq", y: "$count" }} - { $sort: { x: 1 }}

''' | chart }}

Replies received by the client

{{'''

title: RPC CALL round-trip messages axes: x: time y: round-trip, msg y2: latency, ms chart: line collection: series pipeline: - { $match: { task: omsimulator, mode: call, name: round_trip_0 }} - { $project: { x: "$seq", y: "$count", y2: { $multiply: ["$latency", 1000] } }} - { $sort: { x: 1 }}

''' | chart }}