You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing in "router-to-router mode" the SAF QDR fails to receive a large number of the metrics generated by telemetry-bench. In "direct mode" this is not observed.
r-to-r: telemetry-bench -> client QDR -> SAF QDR -> Smart Gateway
direct: telemetry-bench -> SAF QDR -> Smart Gateway
Here is a comparison of r-to-r vs. direct mode.
The command used is always ./performance-test.sh -t tb -c 30 -h 10 -p 1000 -i 10 -n 10
We are looking specifically at the "Received by QDR" stat. It should read exactly 3000010 in all cases.
Direct Mode (presettled)
r-to-r mode (presettled)
It was suggested that requiring acknowledgements ("unsettled delivery") might improve the situation. While this does increase the reliability considerably (at the cost of throughput and CPU utilization, though nothing major at this scale), some messages ARE still lost ("Received by QDR" < 3000010):
Direct Mode (unsettled)
r-to-r mode (unsettled)
Our best guess is that these need tuning, but currently the operator does not seem to expose them:
maxSessionFrames (integer): Session incoming window measured in transfer frames for sessions created on this connection.
linkCapacity (integer): The capacity of links within this connection, in terms of message deliveries.
When testing in "router-to-router mode" the SAF QDR fails to receive a large number of the metrics generated by telemetry-bench. In "direct mode" this is not observed.
r-to-r:
telemetry-bench -> client QDR -> SAF QDR -> Smart Gatewaydirect:
telemetry-bench -> SAF QDR -> Smart GatewayHere is a comparison of r-to-r vs. direct mode.
./performance-test.sh -t tb -c 30 -h 10 -p 1000 -i 10 -n 10Direct Mode (presettled)
r-to-r mode (presettled)
It was suggested that requiring acknowledgements ("unsettled delivery") might improve the situation. While this does increase the reliability considerably (at the cost of throughput and CPU utilization, though nothing major at this scale), some messages ARE still lost ("Received by QDR" < 3000010):
Direct Mode (unsettled)
r-to-r mode (unsettled)
Our best guess is that these need tuning, but currently the operator does not seem to expose them: