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

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -