How to Install JMeter on a Mac Using Brew in 2022

Is StackOverflow not working? Try this.

Hales
Software Testing Pipeline
2 min readSep 8, 2022

--

How to install Apache JMeter on a Mac in 2022. Text over an image of a software developers laptop keyboard. Bright orange and white highlights.
Use these quick steps to get JMeter up and running on MacOS quickly. Image credit: Author.

Wondering how to install Apache JMeter in 2022, but all of the tutorials are out of date?

In this post, we will show you how to install JMeter on a Mac using Brew in 2022.

  1. Open your terminal
  2. Verify that you have Homebrew installed brew -v
  3. If you do not have homebrew installed, follow the instructions on brew.sh to install Homebrew. (At this time, the instructions are to run the following command in your terminal /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" )
  4. Run brew -update (Note: This step and the following step, may take a while depending on how long it’s been since you’ve upgraded brew.)
  5. Run brew -upgrade . Now Homebrew is up-to-date, and ready to go.
  6. Now, run brew install jmeter .
  7. Once the previous command finishes running, you’ll notice that JMeter does not appear in your Applications list. To open JMeter use the command jmeter . This will open up the JMeter GUI for Mac.
Screenshot of MacOS Apache JMeter from 2022 in dark mode.
There yah go, you’re now ready for your first JMeter tests.

👉 Be sure to join Hales’ publication, the Software Testing Pipeline, to get the latest tips, tricks, and news about software testing and quality assurance on Medium.

👉 New to Medium? Why not become a member!

--

--

Software Testing Pipeline
Software Testing Pipeline

Published in Software Testing Pipeline

Tech has a pipeline problem. We’re here to reduce the hurdles for people who want to start a career in tech. Learn about software testing and software quality assurance.

Hales
Hales

Written by Hales

QA Engineer. Nerd Extraordinaire. Lover of opossums.

No responses yet