jmeter-bootstrap | Downloads JMeter and JMeter plugins | Performance Testing library
kandi X-RAY | jmeter-bootstrap Summary
kandi X-RAY | jmeter-bootstrap Summary
Downloads JMeter and JMeter plugins and demonstrates usage via examples. Suitable for use as a submodule in other projects that contain JMeter load tests.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Install the JMeter plugins .
- Install jmeter .
- Download a file .
- Install the jmeter plugin .
- Initialize the jar .
- Copies a zip file to the given directory .
- Removes the download directory .
jmeter-bootstrap Key Features
jmeter-bootstrap Examples and Code Snippets
Community Discussions
Trending Discussions on jmeter-bootstrap
QUESTION
I've created a jmeter load test using phantomjs and I've run it locally without issues. When I place the test on an EC2 the test fails every time. I've looked around on the internet and tried all the suggestions that I could find, but no luck so far. I'm 100% sure that the "jmeter-plugins-webdriver-1.4.0.jar" is in the jmeter/lib/ext folder. I've ensured that my EC2 contains all of the dependencies that Phantomjs, and Jmeter require to run. The EC2 does not have a gui. Any help would be appreciated.
...ANSWER
Answered 2017-May-23 at 04:51What jar? In what folder?
The error clearly indicates missing WebDriver Sampler plugin so my expectations are (NB: below instructions are applicable to Debian Linux and derivatives, the commands and paths might be different for other Linux distributions):
- you installed JMeter using
apt
package manager you put Selenium and WebDriver Sampler libraries to wrong folders
- Selenium libraries should go to
/usr/share/jmeter/lib
WebDriver libraries should go to
/usr/share/jmeter/lib/ext
(NB: I don't have Ubuntu nearby so the folders might differ, please double check them using dpkg-query command like
dpkg-query -L jmeter | grep lib
)
- Selenium libraries should go to
you didn't restart JMeter to pick the .jars up
My recommendation is to switch to latest JMeter version from the one which comes with Debian (or Ubuntu):
Install latest version of JDK (not less than JDK 8)
Install latest version of JMeter (3.2 as of now) by downloading the tarball and unpacking it somewhere to your local file system. See How to install latest jmeter in Ubuntu 15.10 answers and comments if you need detailed steps
Install JMeter Plugins Manager
Install Selenium/WebDriver Support package using the Plugins Manager
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jmeter-bootstrap
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page