Skip to content

Releases: Luminis-Arnhem/jmeter-websocket-samplers

v1.0

Choose a tag to compare

@ptrd ptrd released this 20 Nov 21:14

New feature: registers size of sent messages too. Requires JMeter version 3.1 or later!

v0.12

Choose a tag to compare

@ptrd ptrd released this 07 Nov 20:02

Added support for continuation frames.

v0.11.1

Choose a tag to compare

@ptrd ptrd released this 22 Oct 08:05
  • New feature: you can control what's happening with the websocket connections at the end of the test: leave open (default), close on websocket level or close on tcp level, by setting JMeter property websocket.thread.stop.policy.
  • Fix: all result viewers will now correctly show the size of received bytes. Frame payload is counted as 'body', frame headers as 'headers'.
  • By default, filtered frames do not contribute to 'received size', but this can be changed by setting JMeter property websocket.result.size_includes_filtered_frames
  • minor bug fixes and documentation improvements

v0.10

Choose a tag to compare

@ptrd ptrd released this 25 Aug 16:06

New feature: frame filters. To handle situations in which the server sends unsolicited messages and the occurrence of such messages is hard to predict or otherwise hard to take into account in the test plan, filters can be used to discard such messages before they are seen by a sampler.

v0.9

Choose a tag to compare

@ptrd ptrd released this 20 Jun 19:31
  • the single read sampler now has an option to make it "optional", which avoids the sampler to fail when no websocket frame is received; this is useful in test scenario's where you can not exactly predict when the server will send what.

v0.8

Choose a tag to compare

@ptrd ptrd released this 13 May 10:37
  • adds support for http proxy
  • adds a renderer for displaying binary results (general viewer, can be used for any type of sampler)

0.7.3

Choose a tag to compare

@ptrd ptrd released this 15 Apr 16:45
v0.7.3