JMeter-WebSocketSampler icon indicating copy to clipboard operation
JMeter-WebSocketSampler copied to clipboard

JMeter - WebSocket Sampler

Results 61 JMeter-WebSocketSampler issues
Sort by recently updated
recently updated
newest added

ClientUpgradeRequest request = new ClientUpgradeRequest(); request.setSubProtocols("ocpp1.6"); //

When I run a python script with python-socketio to connect to the socket I'm interested in, I can see the messages I want. When I attempt to do the same...

issue that i can't explain, on websocket sampler, the jmeter screen keeps on getting wider and wider

Hi, I am using Mac. I am testing my websocket server and encountering error in websocket open connection. I'm sure my server working fine and I can connect my server...

Hello! I have three websocket samplers which share the connection, the problem is, that response pattern is checked only for the first sampler, it is visible from the sampler execution...

I am using Websocket Sampler plugin in JMeter but getting below error during test execution. - Unexpected error: null java.util.LinkedList$ListItr.checkForComodification(Unknown Source) java.util.LinkedList$ListItr.next(Unknown Source) JMeter.plugins.functional.samplers.websocket.ServiceSocket.getResponseMessage(ServiceSocket.java:149) JMeter.plugins.functional.samplers.websocket.WebSocketSampler.sample(WebSocketSampler.java:159) org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) java.lang.Thread.run(Unknown...

When you have multiple WebSocket samplers which re-use the same connection (using the "streaming connection" checkbox), only the first sampler's response pattern is used. It would be good to be...

When using this websocket sampler to test a simple echo websocket server, very often the sampler will hangs on for 5000ms. I created Thread Group with 1 thread, 1 second...

Hi, I have a scenario where a user makes websocket connection to an application and continues receiving messages. When a user sends a particular message, the connection gets closed. This...

I run a Concurrency Thread Group with following samplers: 100 thread ramp up in 100 sec with ramp-up steps count is 10 - WebSocket Sampler (named Open Connection): Select Streaming...