ALL >> Computers >> View Article
Websocket Load Testing Using Jmeter
By default Jmeter does not provide websocket sampler, however you can download the external binaries and use them with Jmeter to do websocket testing
Step 1: Download the following dependent binaries and place them in Jmeter\lib\ext folder.
jetty-http-9.1.1.v20140108.jar
jetty-io-9.1.1.v20140108.jar
jetty-util-9.1.1.v20140108.jar
websocket-api-9.1.1.v20140108.jar
websocket-client-9.1.1.v20140108.jar
websocket-common-9.1.1.v20140108.jar
Step 2 Download Jmeter websocket sampler jar file and place it in Jmeter\lib\ext. You can download the latest version from https://github.com/maciejzaleski/JMeter-WebSocketSampler/releases
If your Jmeter is already opened then close it and start again.
You will see a new sampler “WebSocket Sampler” in sampler list.
You can add websocket sampler into your test plan and write your script.
Following check following websocket sampler configuration options:
Server Name or IP – your WebSocket server name or IP for example: websocket.org
Port Number –Port that WebSocket server listens to. By default it is ...
... 80.
Timeout:
Connection – maximum time in milliseconds for setting up a connection. Sampler fails if it takes longer time as specified in connection.
Response – maximum time in milliseconds it will wait for response message
Implementation – Only latest version RFC6455(v13) option is available
Protocol – Use to define WebSocket protocol to be used. “ws” prefix identifies the WebSocket connection and “wss” prefix identifies the WebSocket Secure connection
Streaming Connection – if selected then streaming connection will remain open and will be reused by subsequent requests otherwise the connection will be closed after the first response
Request Data – Used to define outgoing messages
Response Pattern – Sampler will wait for a response to contain the pattern defined until defined response timeout occurs
Message Backlog – Defines maximum count of response messages to keep
You can use http://www.websocket.org/echo.html for practice session. It use ws://echo.websocket.org server which responds back to client with the same message it received.
Add Comment
Computers Articles
1. The Future Of Quality Management In Clinical ResearchAuthor: Giselle Bates
2. Spark Matrix™: Digital Communication And Governance Archiving
Author: Umangp
3. Intelligent Virtual Assistants Market: Agentic Ai Redefines Enterprise Virtual Assistants
Author: Umangp
4. Slope Calculator: A Useful Tool For Calculating Line Slope
Author: Charlie Hopkins
5. Barcode Scanner Dealers In Hyderabad For Retail & Business Solutions
Author: prime pos
6. Enterprise Data Fabric Market: Trends, Key Vendors, And Future Outlook
Author: Umangp
7. The Access Review Your Auditor Cannot Rely On
Author: Soham Biswas
8. Guard Tour Patrol Systems: Improving Security With Real-time Tracking
Author: Guard sg james
9. Data Quality And Observability Tools Market: Trends, Vendors, And Future Outlook
Author: Umangp
10. Data Integration Tools: Driving Seamless Data Connectivity And Business Growth
Author: Umangp
11. Why Does Choosing The Right Caluanie Muelear Oxidize Manufacturer Matter For Long Term Growth?
Author: uctrgmbh
12. Conversational Ai Platforms Market: How Generative Ai Is Transforming Enterprise Conversations
Author: Umangp
13. Apple Launches Mac Mini 2026 With A Major Focus On Ai
Author: MuMuPlayer
14. Server Optimization Strategies For Better Performance And Reliability
Author: iserversupport
15. Cloud Database Management Systems Market: Key Trends, Vendor Landscape, And The Rise Of Ai-powered Databases
Author: Umangp






