I'm beginner in JMeter and I have a issues with it: when I run jmeter on Vietnam and test a server on US and user "View Results in Table" to view result. In this report, I want to know how to calculate "Sample Time"? It's time the server response or time which client received response? and how to effect if distance between client and server is too far?
Asked
Active
Viewed 299 times
1 Answers
1
Sampler Time will be the time of Vietnam.
But you can configure your JMeter instance to use the US Timezone through System property:
-Duser.timezone=
See:
Regarding Response Time, it will include latency due to you being far from US but it will reflect what Vietnam users will face. So if your requirement is to measure US feeling then you will need to load test from a US server, if your requirement is to measure Vietnamese feeling on a US hosted application then it's ok.

Community
- 1
- 1

UBIK LOAD PACK
- 33,980
- 5
- 71
- 116
-
I mean sample time (ms), not start time. I want to know the sample time i got in Vietname is correct or incorrect? Is it depend bandwidth of network between Vietnam and US? – Luasg Aug 27 '15 at 09:37
-
Yes absolutely, that's the second part of my answer regarding Response Time. – UBIK LOAD PACK Aug 27 '15 at 11:45