Skip to content

Commit

Permalink
JMeter plugin install
Browse files Browse the repository at this point in the history
  • Loading branch information
QAInsights committed Dec 25, 2021
1 parent 4031f13 commit 35b13ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jmeter-plugin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ curl -L http://search.maven.org/remotecontent?filepath=kg/apc/cmdrunner/${JMETER
echo "Downloading Plugin Manager"
curl -L https://jmeter-plugins.org/get/ --output ${JMETER_HOME}/lib/ext/jmeter-plugins-manager-${JMETER_PLUGIN_MANAGER_VERSION}.jar

# java -cp /opt/apache/apache-jmeter-${JMETER_VERSION}/lib/ext/jmeter-plugins-manager-${JMETER_PLUGIN_MANAGER_VERSION}.jar org.jmeterplugins.repository.PluginManagerCMDInstaller
java -cp /opt/apache/apache-jmeter-${JMETER_VERSION}/lib/ext/jmeter-plugins-manager-${JMETER_PLUGIN_MANAGER_VERSION}.jar org.jmeterplugins.repository.PluginManagerCMDInstaller

cd /opt/apache/apache-jmeter-${JMETER_VERSION}/bin/
java -jar ${JMETER_HOME}/lib/cmdrunner-${JMETER_CMD_RUNNER_VERSION}.jar --tool org.jmeterplugins.repository.PluginManagerCMD help
java -jar ${JMETER_HOME}/lib/cmdrunner-${JMETER_CMD_RUNNER_VERSION}.jar --tool org.jmeterplugins.repository.PluginManagerCMD install jpgc-udp=0.4

chmod a+x ${JMETER_HOME}/bin/*.sh

pwd

ls -l ${JMETER_HOME}/bin/*.sh

PluginsManagerCMD install jpgc-udp=0.4
#PluginsManagerCMD install jpgc-udp=0.4

0 comments on commit 35b13ab

Please sign in to comment.