How do I install jmeter on a Mac?

后端 未结 8 2166
太阳男子
太阳男子 2021-01-30 00:06

We want to use JMeter.

I\'ve downloaded the production version as directed in the user manual at http://jmeter.apache.org/usermanual/get-started.html

But how do

8条回答
  •  故里飘歌
    2021-01-30 00:20

    jmeter is now just installed with

    brew install jmeter

    This version includes the plugin manager that you can use to download the additional plugins.

    OUTDATED:

    If you want to include the plugins (JMeterPlugins Standard, Extras, ExtrasLibs, WebDriver and Hadoop) use:

    brew install jmeter --with-plugins

提交回复
热议问题