Skip to content

Instantly share code, notes, and snippets.

@arifsuhan
Last active November 1, 2021 23:46
Show Gist options
  • Save arifsuhan/98a1d748e895f4ea4e1b69f8b8d1eff8 to your computer and use it in GitHub Desktop.
Save arifsuhan/98a1d748e895f4ea4e1b69f8b8d1eff8 to your computer and use it in GitHub Desktop.
Jmeter Perf-load Testing

Guideline 1: Jmeter Setup

  1. Download Jmeter

    1. Download suitable Jmeter from here
      Prefer: Binaries .zip file
  2. Environment Setup

    1. Unzip .zip file and set path variables
      Path: ./apache-jmeter-x.x.x/bin/
      Ex: ./apache-jmeter-5.2.1/bin/
  3. Run Jmeter

    1. Go to ./apache-jmeter-x.x.x/bin/ and search for
      GUI Mode:
      sh jmeter.sh
      
      Non-GUI Mode:
      sh jmeter.sh -n -t [file.jmx] -l [file.jtl]
      
  4. Plugins Manager Setup

    1. Download the Plugins Manager JAR file from here
    2. Put the file in the ./apache-jmeter-x.x.x/lib/ext directory
    3. Restart JMeter
    4. Click “Options” and then “Plugins Manager”

Used version: Apache-jmeter-5.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment