Installing JMeter

Perform the following steps to install JMeter on your system:

  1. Navigate to http://jmeter.apache.org/download_jmeter.cgi.
  2. Download version 2.11 by clicking on the ZIP or gz archive under the Binaries section.
  3. If you don't find this version there, you can download it from the older archives page at http://archive.apache.org/dist/jmeter/binaries/.
  4. Extract the archive to the location of your chosen directory.

We refer to this location as JMETER_HOME throughout the book.

One line install

Assuming you have curl installed on your system, then you can do the following:

For the tar gzip archive:

curl -L -O http://mirror.metrocast.net/apache//jmeter/binaries/apache-jmeter-2.11.tgz && tar xzf apache-jmeter-2.11.tgz

For the ZIP archive:

curl -L -O ...

Get JMeter Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.