How to Install JMeter on a Mac
You have always wanted to use JMeter, on your Mac, but you don't know how to get started. You might have downloaded JMeter so far, so now how do you get that software installed, up and running? Running a Java program on a Mac isn't obvious so we are going to explain how to install and run JMeter within minutes using a few command lines.
The great thing is JMeter is a Java program. Java programs are designed to be portable to Windows, Linux and MacOS.
Install HomeBrew
First, we are going to install HomeBrew:
Homebrew is a package manager for MacOS. It enables the user to install / update / remove applications at ease with a nice command line interface.