I'm trying load testing using JMeter and application is developed using .Net When I see JMeter Log, these are the values: Latency: 142 Connect: 81 Elapsed: 142
When I checked IIS Log file for the same request, I noticed "Time-Taken" column is: 31 All values in milli-seconds.
Since JMeter Latency includes connect time I'm assuming processing time for that request is 142-81= 61
Why is there a discrepancy between JMeter Elapsed time and IIS Log file "Time-Taken" value?
Is there anything else considered in JMeter elapsed time calculation?
I'm executing JMeter in NON-GUI mode with no listeners.