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
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