kgiusti / ombt

oslo messaging benchmarking tool
Apache License 2.0
3 stars 5 forks source link

[ombt2] Latency is incorrect for rpc casts and notification #1

Closed kgiusti closed 7 years ago

kgiusti commented 7 years ago

Latency is measured incorrectly. Currently it is measured only on the sender side (via acks).

In order to get true latency across the message bus ombt2 needs the message receiver to compute the transfer time (time of arrival - time of original send).

The controller will need to query the receivers at the end of the test for the latency results.