Difference between “Step ramp time” and “Step Duration” with Visual Studio test load
up vote
2
down vote
favorite
I'm currently trying to test a site with Visual Studio load test. However, I'm not really familiar with that and I see really bad result so I'm wondering if my setup is correct. Basically, I want to simulate that 6 000 users comes to my site in a short period of time, so these are the property I put in my test:
From what I understand, I start with 500 users and then I add 500 new users every 5 seconds until I reach 6 000 where it stabilized. Is this a correct assumption ? Are these number realistic ?
Concerning my scenario, I have 7 of these that request some page of my site.
visual-studio load-testing
add a comment |
up vote
2
down vote
favorite
I'm currently trying to test a site with Visual Studio load test. However, I'm not really familiar with that and I see really bad result so I'm wondering if my setup is correct. Basically, I want to simulate that 6 000 users comes to my site in a short period of time, so these are the property I put in my test:
From what I understand, I start with 500 users and then I add 500 new users every 5 seconds until I reach 6 000 where it stabilized. Is this a correct assumption ? Are these number realistic ?
Concerning my scenario, I have 7 of these that request some page of my site.
visual-studio load-testing
For your stated objective, I would suggest a constant, not stepped load pattern, with it set to 6000. I'd also suggest a warm-up of a couple of minute or so so that the throwaway data is ramped up, rather than 6000 simultaneously starting from nothing. That will ensure caches and suchlike are loaded in a running state before you make measurements.
– Dragonthoughts
Nov 16 '17 at 11:55
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm currently trying to test a site with Visual Studio load test. However, I'm not really familiar with that and I see really bad result so I'm wondering if my setup is correct. Basically, I want to simulate that 6 000 users comes to my site in a short period of time, so these are the property I put in my test:
From what I understand, I start with 500 users and then I add 500 new users every 5 seconds until I reach 6 000 where it stabilized. Is this a correct assumption ? Are these number realistic ?
Concerning my scenario, I have 7 of these that request some page of my site.
visual-studio load-testing
I'm currently trying to test a site with Visual Studio load test. However, I'm not really familiar with that and I see really bad result so I'm wondering if my setup is correct. Basically, I want to simulate that 6 000 users comes to my site in a short period of time, so these are the property I put in my test:
From what I understand, I start with 500 users and then I add 500 new users every 5 seconds until I reach 6 000 where it stabilized. Is this a correct assumption ? Are these number realistic ?
Concerning my scenario, I have 7 of these that request some page of my site.
visual-studio load-testing
visual-studio load-testing
asked Nov 16 '17 at 11:45
ssougnez
1,89432245
1,89432245
For your stated objective, I would suggest a constant, not stepped load pattern, with it set to 6000. I'd also suggest a warm-up of a couple of minute or so so that the throwaway data is ramped up, rather than 6000 simultaneously starting from nothing. That will ensure caches and suchlike are loaded in a running state before you make measurements.
– Dragonthoughts
Nov 16 '17 at 11:55
add a comment |
For your stated objective, I would suggest a constant, not stepped load pattern, with it set to 6000. I'd also suggest a warm-up of a couple of minute or so so that the throwaway data is ramped up, rather than 6000 simultaneously starting from nothing. That will ensure caches and suchlike are loaded in a running state before you make measurements.
– Dragonthoughts
Nov 16 '17 at 11:55
For your stated objective, I would suggest a constant, not stepped load pattern, with it set to 6000. I'd also suggest a warm-up of a couple of minute or so so that the throwaway data is ramped up, rather than 6000 simultaneously starting from nothing. That will ensure caches and suchlike are loaded in a running state before you make measurements.
– Dragonthoughts
Nov 16 '17 at 11:55
For your stated objective, I would suggest a constant, not stepped load pattern, with it set to 6000. I'd also suggest a warm-up of a couple of minute or so so that the throwaway data is ramped up, rather than 6000 simultaneously starting from nothing. That will ensure caches and suchlike are loaded in a running state before you make measurements.
– Dragonthoughts
Nov 16 '17 at 11:55
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
The ramp time is the time that it takes to move from one step to the next.
During the ramp time, it distributes the extra load as it ramps up.
The step duration is how long it holds the constant load for the step, before starting to ramping up to the next one.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
The ramp time is the time that it takes to move from one step to the next.
During the ramp time, it distributes the extra load as it ramps up.
The step duration is how long it holds the constant load for the step, before starting to ramping up to the next one.
add a comment |
up vote
1
down vote
accepted
The ramp time is the time that it takes to move from one step to the next.
During the ramp time, it distributes the extra load as it ramps up.
The step duration is how long it holds the constant load for the step, before starting to ramping up to the next one.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
The ramp time is the time that it takes to move from one step to the next.
During the ramp time, it distributes the extra load as it ramps up.
The step duration is how long it holds the constant load for the step, before starting to ramping up to the next one.
The ramp time is the time that it takes to move from one step to the next.
During the ramp time, it distributes the extra load as it ramps up.
The step duration is how long it holds the constant load for the step, before starting to ramping up to the next one.
edited Nov 8 at 13:19
answered Nov 16 '17 at 11:51
Dragonthoughts
1,4594816
1,4594816
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f47328836%2fdifference-between-step-ramp-time-and-step-duration-with-visual-studio-test%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
For your stated objective, I would suggest a constant, not stepped load pattern, with it set to 6000. I'd also suggest a warm-up of a couple of minute or so so that the throwaway data is ramped up, rather than 6000 simultaneously starting from nothing. That will ensure caches and suchlike are loaded in a running state before you make measurements.
– Dragonthoughts
Nov 16 '17 at 11:55