I am new to Jmeter . I have a http sampler in Jmeter that gives average response time for 10 iterations as 854 ms.
Then I am using curl to get the time for same call like this and everytime I am getting 1500 ms .
curl -w %{time_total}\\n https://someapicall.
Question is does any one know why there may be such a difference between these two above calls and how to correct this.