Jmeter Tutorials | Ramp Up Period in Jmeter

preview_player
Показать описание
Ramp up period in jmeter gives you idea about how long to take choose number of threads as per given in Number of threads(users) in thread group.If 20 threads are mentioned in
Number of threads(users) and ramp up period is 100 seconds then Jmeter will take 100 seconds to pick up 20 thread users to initialize and running.As per ramp up period each thread user
start in 5 seconds(100/20) once previous thread was begun.

Ramp up period in Jmeter

In order to understand the clearly ,let's take some examples,please follow below examples

Number of threads(users) = 10
Ramp up period(in seconds) = 100
Loop Count = 1

Formula is : (Ramp up Period/Number of threads)*Loopcount
As per above formula
Рекомендации по теме
Комментарии
Автор

Can u make a video on concurrency thread group

rohitmisra
Автор

nice explanation.Could u plz make video on bean shell scriptingn and littles law

kanaparthiprathima
Автор

I've a requirement where 2000 user's are hitting the server every 6h, how to configure such a test?

Imran-M-
Автор

Hi. can you please tell how to run Jmeter tests in team city

sheetalsingh
Автор

Hi I have a requirement like send 100 request per second or 200 Request per second how can I achieve this please help

winsharish
Автор

I wanted to try the following scenario in jmeter. I was wondering if someone could help me with this.


Lets say i want to run a test with 40 users for an hour but i want it to run for the below use case: I want 10 user to ramp up in 0 seconds (start together) and run for 15 mins and keep on running. After 15 mins i want another 10 users (total user count is 20 now) to do the same (start all tog-other ) and keep on running.


So in the end of this test there will be 40 users running but i want the add 10 users every 15 mins and have them run till the end of my duration.


How can i achieve this in jmeter? Thanks!!

jkapish