Awesome
<div align="center">asdf-jmeter
jmeter plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
,unzip
: generic POSIX utilities.- Also java must be already installed, for ease of use see asdf-java or look for java in asdf-all-plugins
Install
Plugin:
asdf plugin add jmeter
# or
asdf plugin add https://github.com/comdotlinux/asdf-jmeter.git
jmeter:
# Show all installable versions
asdf list-all jmeter
# Install specific version
asdf install jmeter 5.4.1
# Set a version globally (on your ~/.tool-versions file)
asdf global jmeter 5.4.1
# Now jmeter commands are available
jmeter --version
Check asdf readme for more instructions on how to install & manage versions.
why
Because, installing jmeter is an hassle otherwise.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
The Code for bash and zsh paths is copied verbatim from : https://github.com/halcyon/asdf-java
To set JMETER_HOME in your shell's initialization add the following (Untested):
. ~/.asdf/plugins/jmeter/set-jmeter-home.bash
For zsh shell, instead use:
. ~/.asdf/plugins/jmeter/set-jmeter-home.zsh
License
See LICENSE © Guruprasad Kulkarni