Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Load Testing using JMeter

ayishacs edited this page Apr 14, 2021 · 4 revisions

Performance testing of Panorama Application

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:

  1. Response times vs Traffic load.
  2. Response times with respect to incremental capacity.

Panorama Application

Analysis of Response times vs Incremental Capacity

Pod count: 1

Number of concurrent users: 1000

PodCount1ConcurrentUsers1000

Pod count: 2

Number of concurrent users: 1000

PodCount2ConcurrentUsers1000

Pod count: 3

Number of concurrent users: 1000

PodCount3ConcurrentUsers1000

Pod count: 4

Number of concurrent users: 1000

PodCount4ConcuurentUsers1000

Clone this wiki locally