Ceri Tandoğan
Ceri Tandoğan
@tyrion9 Which themes did you talk about and what is your putty version? I have tried most of them. It works quite fine. I use PuTTY Release 0.70.
You can use HeaderManager for changing the request headers. 1)Add this code in the source WebSocketSampler.java private void fillHttpHeadersElement(ClientUpgradeRequest request) { JMeterProperty property = JMeterContextService.getContext().getCurrentSampler().getProperty("HeaderManager.headers"); ArrayList objectValue = (ArrayList) property.getObjectValue();...
According to my experiences , There could be 2 reasons: 1)Server could return HTTP 500: Check your server log. if you can't, use Wireshark to see the error. 2)Server could...
Use this file. https://github.com/maciejzaleski/JMeter-WebSocketSampler/archive/version-1.0.2.zip and mvn clean install
https://github.com/maciejzaleski/JMeter-WebSocketSampler/issues/28
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-hybrid.jar websocket-common-9.1.1.v20140108.jar JMeterWebSocketSampler-1.0.2-SNAPSHOT.jar These are the sufficient jar files for running. If all of them are there(in /lib/ext/ folder), check the jmeter.log in where jmeter.bat(sh) is. Probably...
Hello, I amd using SignalR of Microsoft and I had the same issue: I digged into problem by using wireshark. I found out that Server was returning "http 500". On...
https://github.com/maciejzaleski/JMeter-WebSocketSampler/archive/version-1.0.2.zip src\main\java\JMeter\plugins\functional\samplers\websocket\WebSocketSampler.java Line 228 Line 230
You can use HeaderManager for changing the request headers. 1)Add this code in the source WebSocketSampler.java private void fillHttpHeadersElement(ClientUpgradeRequest request) { JMeterProperty property = JMeterContextService.getContext().getCurrentSampler().getProperty("HeaderManager.headers"); ArrayList objectValue = (ArrayList) property.getObjectValue();...