Skip to content

Releases: fshutdown/JMeter-WebSocketSampler

version-1.0.3

Choose a tag to compare

@fshutdown fshutdown released this 31 Aug 15:12
bb5c435

Fixed concurrency issues

Some bug fixes

Choose a tag to compare

@fshutdown fshutdown released this 05 Feb 19:51

Bug fixes release:

  • fixes problem with websocket client not stopping
  • set the Proxy settings to disabled (not supported yet by eclipse-jetty)

Fixed connection problem

Choose a tag to compare

@fshutdown fshutdown released this 22 Jan 23:17

This release fixes a problem with the Sampler trying to send the message before the WebSocket connection is established.

Additional configuration parameter will allow to wait for the connection to be opened.

First Release

Choose a tag to compare

@fshutdown fshutdown released this 16 Jan 18:38

This is the first releaseof the JMeter WebSocket plugin.

The plugin supports only RFC6455 (v13) of the WebSocket implementation.

Features:

  • Supports HTTS/HTTPS (ws/wss) version of the WebSocket protocol
  • Option to ignore SSL certificate errors
  • Streaming allows for a single connection to remain open for the duration of the test
  • Response has to match predefined regular expression
  • Response timeout
  • Response message back log
  • Connection could be closed is server sends a mesage matching predefined regular expression
  • Proxy support (placeholder only)