I want to get fluctuation in TPS using JMeter like given below
- 1 TPS to 10 TPS -- 60 minutes
- 2 TPS to 4 TPS -- next 60 minutes
- 10 TPS to 15 TPS -- for next 60 Minutes
- 1 TPS to 3 TPS -- for next 60 minutes
How to achieve such various TPS with respect to time. I am using jmeter 4.0 My Requests are like Login Application Create Order Active Order Disconnect order Cancel Order
- Users: 300
- Ramp Up: 300 seconds
- Duration 4 Hours (14400 seconds)
Application can handle upto 45 TPS (Already Tested this) Here we want to Check Semaphore and Server Res. memory are increasing/decreasing as per TPS increase/Decrease. (This is my target of this test)