Skip to content

dityudha/apache-jmeter-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Apache JMeter logo

An Open Source Java application designed to measure performance and load test applications.

What Is It?

Apache JMeter can measure performance and load test static and dynamic web applications.

It can be used to simulate a heavy load on a server, group of servers, network or object to test its strength or to analyze overall performance under different load types.

Download JMeter

https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.5.zip

Using JMeter GUI (for create testing scenario)

After download extract apache-jmeter-5.5.zip.
Go to \bin directory
run command jmeter

1
2
testing with 1000 records.
3
4
5

Using JMeter CLI (for testing)

Go to \bin directory
run this command jmeter -n -t "\apache-jmeter-5.5\Testing API 1.jmx" -l "\testing_result_1.jtl"

7

View testing result

8
9

About

Step by step using jmeter for testing purpose.

Topics

Resources

Stars

Watchers

Forks