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. Time Attendance Management System At Only 1sgd Per MonthAuthor: James
2. Nfc Guard Tour System Singapore @ 30sgd Per Month
Author: James
3. Virtual Guard Fencing @ 30sgd Per Month
Author: James
4. Guard Patrol Tour System @ 30sgd Per Month
Author: James
5. Best Payroll Software In Singapore @ Exiga Software
Author: James
6. Smart Barcode Gps Time Management Singapore
Author: James
7. Future Of Ccaas: Predictions For Customer Service Innovation Beyond 2026
Author: Umangp
8. Hire Affordable Android App Developers For Custom Mobile Solutions
Author: web panel solutions
9. Top Ai Development Mistakes And How To Avoid Them
Author: brainbell10
10. Social Media Platforms & Their Evolving Role In Search Engine Marketing (sem) In 2026
Author: sochtek
11. Best Shopify Web Design Company Delivering Scalable E-commerce Solutions
Author: web panel solutions
12. Why Do Certified Technicians Matter In Computer Repairs?
Author: computerrepairservices
13. Quality Assurance Tutorial: Everything You Must Know To Build High-quality Software
Author: Tech Point
14. Understanding Manual Testing In Simple Words
Author: Tech Point
15. How Is The Dish Antennas Market Evolving With New Technologies?
Author: komal






