Load Testing with Apache JMeter.

Harsimran Kaur
4 min readOct 18, 2020

Now that we have learnt about the difference between Siege and Apache JMeter in the previous article, it’s time to talk about running basic HTTP api load tests with JMeter.

JMeter is a pure Java application and should run correctly on any system that has a compatible Java implementation.

One can download and install apache JMeter from here.

Open it and let’s get started. You’ll see an empty Test Plan as below.

--

--