-
Notifications
You must be signed in to change notification settings - Fork 10
Spike Testing
Jyoti Bhushan edited this page Apr 14, 2021
·
3 revisions
We have performed load testing using Jmeter using 3 service replicas and 5 service replicas on the following functions:
- Landing Page
- Login
- Get Image
- Get Albums
Run $ ./jmeter.sh
Steps to create a test:
- Create Thread group :
- Number of threads : 1000
- Ramp-up period : 10
- Loop count: 10
- Add sampler -> Http method
- Add listener -> View Results Tree
- Add listener -> Summary report
- Add listener -> Graph Results
- Add Timer -> Synchronizing Timer
- ./jmeter.sh -n -t
<jmx file created with GUI mode>
-l<Test file name>
.jtl -e -o<Test folder>
- Once execution is complete,
<Test folder>
and<Test file name>
.jtl are created in bin - Open index.html under
<Test folder>
to view results and dashboard created by Jmeter