Higher round trip time when using vsomeip3 compared to vsomeip #785
Unanswered
kamelfakihh
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @kamelfakihh, we will have to look at this, but does this also happen with vsomeip 3.4? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm evaluating the round trip time (RTT) of a SOME/IP request response application. I measured RTT as the time between the moment I call app->send() and the moment I receive a response. To do so, I modified the official hello world example by adding measurement probes to the client. Then ran each of the client and service in a container.
I observed that when I build the application using version 2.10.11, RTT is around 500-1000 us, while when I build the application using version 3.5.1, RTT goes up to more the 10,000 us. Is this an expected behavior ? or am I missing something here ?
You can find the source code and docker files at github.com/kamelfakihh/vsomeip-docker-benchmark.
Note: I used version 2.10.11 specifically as I came across this evaluation on which the authors ran a similar benchmark and got a similar round trip to mine. In fact, I also run their benchmark with both version and still the older version was faster (you can also take a look at their benchmark in the repo I linked above or at github.com/netgroup-polito/secure-vsomeip
Edit : Added some logs below
Beta Was this translation helpful? Give feedback.
All reactions