Hi Team,
I have created a stub for Non Functional Testing purpose. Number of transaction per second would be around 500 and the response time should be less than 1 second(Preferably milliseconds only). While deploying the service what should be the "Think Time Scale" value that I have to mention,so that performance time will not increase?
Thanks,
Narasimha.
Hi,
I am anticipating Think Time as 0 in your VSI if Virtual Service is developed using Request/ Response or any other in-built VS development method except Recording. So, you can leave it as it is. As mentioned below, Think time scale field specifies the percentage by which to multiply all of the Think time spec fields in a service image. So, if Think Time is 0 and Think Time Percentage is 100% then overall think time would be 0ms.
Since, it's for Performance test so make sure you go with minimum transaction(s) in your VSI so that it help to achieve maximum throughput. Detailed article on think time is given below.
#Just Meta Can Be Used In Certain Conditions. Hope, it helps!
Change the Think Time of a Response
To simulate faster performance, decrease the value.
To simulate slower performance, increase the value.
By default, the value is in milliseconds. To specify the unit of time, add a suffix to the number. Case does not matter. The following suffixes are allowed:
You can specify a number range. The think time is randomly selected from the range. For example, the value 100-1000 specifies a random think time from 100 to 1000 milliseconds.
If the think time is 10 milliseconds and it takes 5 milliseconds to process the request and find the response, you only incur an extra 5 milliseconds of delay.
If the think time is 0, or is less than the time that it took to process the request, VSE sends the response as fast as it can.
The unknown responses in a virtual service have the same field.
When you deploy a virtual service, you can configure a related field named Think time scale. This field specifies the percentage by which to multiply all of the Think time spec fields in a service image.
Follow these steps:
...
Kumar