User Tools

Site Tools


programming:jmetertesting

Under Construction

JMeter Load Testing

JMeter is a useful load testing software that allows the user to performance test a web domain by simulating a set number of concurrent users. The testing software allows you to define the various request links to send requests for, how many users to create, and how many times to loop the requests. It will then record what requests were successfully fetched, and the time it took the server to respond.

Note: Only load test websites you are authorized to load test.

Download Link: Here

Running Apache JMeter

Apache JMeter is a Java program, which means it should be compatible with any operating system with Java installed. In order to run this file, you first have to unzip the folder. In the top level directory, there should be a file called jmeter.bat, which is an executable Java file. Execute it, and it will run a command-line, and pull up the JMeter interface.

Setting up a Test Solution

A test solution is a series of settings that you program to send requests to a domain.

programming/jmetertesting.txt · Last modified: 2019/04/08 23:37 by coatsd