Skip to content

First Release

Compare
Choose a tag to compare
@fshutdown fshutdown released this 16 Jan 18:38
· 22 commits to master since this release

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)