Hi all,
I need to record the time between requests and responses for a web socker
server I have and can't really figure out how to achieve this. I have a
small java client that does the sending and receiving of web socket
messages, so i can record the response time for individual messages as the
sub protocol has message ids embedded in the message body.
Consider the following sequence (click link):
Async web socket sequence diagramIs there any way I can do something similar to this, I.e measure the latency
I get myself (in script or in Java helper) and report this explicitly to grinder ?
I have had a look at the socket.io example but that isn't exactly what I want as this example is blocking.
Cheers,
Niklas