Skip to content

Instantly share code, notes, and snippets.

@n5i
Created October 9, 2016 13:47
Show Gist options
  • Save n5i/fd61cb493d27027e0d572c12f1242b0e to your computer and use it in GitHub Desktop.
Save n5i/fd61cb493d27027e0d572c12f1242b0e to your computer and use it in GitHub Desktop.
JMeter + websokets on ubuntu
1. Donload JMeter.
2. Download the latest versions of libs from here:
http://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-server/9.1.1.v20140108
http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-io/9.1.1.v20140108
http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util/9.1.1.v20140108
http://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-api/9.1.1.v20140108
http://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-client/9.1.1.v20140108
http://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-common/9.1.1.v20140108
Put the libs into the /lib folder.
3. Download the websocket sampler from https://github.com/maciejzaleski/JMeter-WebSocketSampler/releases and put it into the /lib/ext folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment