Created
October 9, 2016 13:47
-
-
Save n5i/fd61cb493d27027e0d572c12f1242b0e to your computer and use it in GitHub Desktop.
JMeter + websokets on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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