Hey Allen,
According to your reply -
Suppose each of your virtual users sends 30 requests to the web server. So, you need to calculate the sum of response times for all the requests programmatically and then divide the resulting value by the total number of requests (30 requests * 10 users = 300).
I have attached the log .In that for the first item in the load testing log for 10 users.I calculated the total response time for the values from the column "Request exceution summary" for each of the 10 users and then sum up the values as 23517.891 seconds .
The request count for each of the 10 users is "1158",
So to get the average ,I divided 23517.891 by the total request count for 10 users (11580) .Then the resut came out to be a very very small value.Is this the right way? The average value should be something around 2000s for each user .
Thanks,
Sumedha