This repository was archived by the owner on Dec 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Load Testing using JMeter
ayishacs edited this page Apr 14, 2021
·
4 revisions
We will be analyzing the maximum operating capacity of Panorama application by determining whether the current infrastructure is sufficient to run the application, in order to ensure sustainability of the panorama application with respect to peak user load. The goal is to understand the number of concurrent users that our application can support, and desired scalability to allow more users to access it.
Performance testing Parameters:
- Response times vs Traffic load.
- Response times with respect to incremental capacity.
Analysis of Response times vs Incremental Capacity
Pod count: 1
Number of concurrent users: 1000

Pod count: 2
Number of concurrent users: 1000

Pod count: 3
Number of concurrent users: 1000

Pod count: 4
Number of concurrent users: 1000

Milestones