How do I install jmeter on a Mac?

后端 未结 8 2165
太阳男子
太阳男子 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:16

    The easiest way to install it is using Homebrew:

    brew install jmeter
    

    Or if you need plugins also:

    brew install jmeter --with-plugins
    

    And to open it, use the following command (since it doesn't appear in your Applications):

    open /usr/local/bin/jmeter
    

提交回复
热议问题