In this blog, we will see how to install JMeter with few commands on a MAC machine.
JMeter is a Java program that is designed to be portable to Windows, Linux, and MacOS.
First, we need to install Homebrew. Homebrew is a package manager for macOS which enables the user to install / update / remove applications from the terminal.
To install Homebrew
usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Update the brew using
brew update
To Install JMeter, execute the following command
brew install jmeter
Update the JMeter
brew upgrade jmeter
Verify JMeter
jmeter -

Launch JMeter
Run command
jmeter
The following application will be launched.
