Tuesday, 15 April 2014

performance testing - What is JMeter throughput -



performance testing - What is JMeter throughput -

my website hosted on cloud. running jmeter office. want know if throughput in summary study contain network latency also. have kind of api details in log file.

get mywebsite/getbday 200 67

so getbday requests gives me processing time of 67ms. jmeter show throughput 1.20 reqs/sec , latency here 8.5 secs (latency = average field summary report).

can tell me if throughput in summary study contain network latency also. if so, how can exclude it?

response time includes network latency. measures time request made time response received.

how can jmeter know how long request spent in transit, unless server can respond time request received?

the way exclude network latency jmeter results measure @ server , send info in response (or other method).

most servers should have monitoring software running anyway, carbon/graphite. can utilize measure true server response times, , show network latency.

as testing java stacks, utilize jconsole on same machine jmeter side side comparing of graphs determine real server capability.

jmeter performance-testing

No comments:

Post a Comment