kgiusti / ombt

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

Incorrect stats reported by rpc-server #20

Closed kgiusti closed 6 years ago

kgiusti commented 6 years ago

There is a race between when the server reports its metrics and when it clears them. If more messages arrive between the report and the reset their metrics are lost.

Reproduced using 1000 msgs at length 60000, 3 rpc-client, 1 rpc-server.

Note total messages reported by server at end of test - it will be < total sent by client.