Can someone share me a link with plugin sampler for Websocket protocol for JMeter?
I tried to install from the link below: https://github.com/kawasima/mod_proxy_websocket.
But not sure how to get that.
I am new to the tool.
Thanks and appreciated.
However, the connection between a client and your WebSocket app closes when no traffic is sent between them for 60 seconds.
Apache JMeter™ doesn't support the WebSocket protocol out of the box. However, there are a couple of plugins we can use to help with that. One of them is the JMeter WebSocket Sampler by Maciej Zaleski, you can learn how to use it in this blog post.
WebSockets keeps a single, persistent connection open while eliminating latency problems that arise with HTTP request/response-based methods. WebSockets generally do not use XMLHttpRequest, and as such, headers are not sent every-time we need to get more information from the server.
Here is another (fairly new) JMeter WebSocket plugin: https://bitbucket.org/pjtr/jmeter-websocket-samplers.
See the readme for current features; it's still in active development.
Link in your question looks to be not for jmeter plugin but for proxying module for Apache http server.
Correct link seems to be https://github.com/kawasima/jmeter-websocket - jmeter plugin for WebSocket protocol.
To use it you have to:
$JMETER_HOME/lib/ext/
dir.Jar files successfully built from sources using maven 3.0 (mvn validate compile package
):
WebSocket Sampler available in the list of Samplers:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With