3
votes

I have used jmeter 2.8.
I have tested Http request using web service calls. I need to calculate response time. I do not know how to calculate it.
I have refere this link. I think they have used some plugin in Jmeter. Is there need to use plugin for calculating response time?

Also in that question time to last byte and time to first byte are mentioned.
Where can these two variables found n Jmeter?
There are a lot of listeners in jmeter. If i need to know the response time mean which listener use?

1
May i know why i'm getting downvote?Ami

1 Answers

1
votes

Don't add any listener:

  • run your test in non-gui mode

  • generate a Csv file

  • then once test has ended , load csv using Response time graph listener

See this: