testing - How do I install jmeter on a Mac? -
we want use jmeter.
i've downloaded production version directed in user manual @ http://jmeter.apache.org/usermanual/get-started.html
but how started , install software?
i don't know java , can't find instructions on i'm supposed download.
i on mac.
how install product usable program?
the easiest way install using homebrew:
brew install jmeter
or if need plugins also:
brew install jmeter --with-plugins
and open it, use following command (since doesn't appear in applications):
open /usr/local/bin/jmeter
Comments
Post a Comment