How to make tsung-recorder capture websocket messages?

237 Views Asked by At

My website uses websockets, and I'd like to conduct load testing using tsung.

I start tsung-recorder and configure proxy setting (only HTTP for now)

When a user opens a page it switches protocols. I understand that websockets work over TCP, nevertheless first handshake request are made over HTTP.

I see neither handshake nor websocket requests in tsung-recorder.xml. As expected only HTTP requests are there.

What should I do to get correct session written, including handshake and websocket requests?

0

There are 0 best solutions below