sdkperf latency measurement with binary message
Hi,
When I use -l along with -pal then my application doesn't receive the input.
Command used:
./sdkperf_java.sh -cip=H:P -cp=A -cu=B -mr=1000 -mn=25000 -l -nagle -ptl=my/request/topic -stl=my/response/topic -prs=my/response/topic -pal=mybinary.message
Since I wanted to use replyTo I used sdkperf_java as suggested by @marc in a separate thread.
Is this not supported or am I missing something ?
Answers
-
Hi,
Can you try with -pfl (text message)? If your application receives that, but not -pal (binary message), then maybe the application is not coded to handle binary message.
Steve
0 -
Problem is to use -l (for latency measurement) with -pal. I am able to send messages successfully with -pal but -l and -pal don't work together.
0 -
I used the -md to see the underlying data on screen.
with -l, I see first row of binary data changed. May be the tool does some shifting
0 -
I suspect the tool adds timing information in the message in order to calculate latencies. That may be interfering with what your application is expecting in the message.
1 -
May be, haven't been able to figure out how to get rid of it.
0