Skip to content

Instantly share code, notes, and snippets.

@jonasfeitoza
Last active March 23, 2021 15:25
Show Gist options
  • Save jonasfeitoza/d14009f0f4831f3dbbb9cd3d807a8469 to your computer and use it in GitHub Desktop.
Save jonasfeitoza/d14009f0f4831f3dbbb9cd3d807a8469 to your computer and use it in GitHub Desktop.
JMeter Installation

JMeter

🚧 IMPORTANT

JMeter requires Java 8+ Download Java

Install

Windows:

  1. Download zip version in Binaries page section.
  2. Create a directory "JMeter" in C:/, like C:/JMeter
  3. Extract zip file downloaded in path C:/JMeter
  4. Open jmeter.bat with Run as Administrator, located in C:/JMeter/bin

P.S: If you're use JDBC tests in JMeter, needs install JDBC driver in application path.

Install JDBC Driver

To interact with the database it is necessary to:

💬 Note:

This example use MySQL driver.

  1. Download the Connector/J driver available from this link.
  2. Enter the downloaded archive.
  3. Copy the mysql-connector-java-[VERSION].jar to C:/JMeter/lib folder.
  4. Done! Test your connection 😎
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment