How Throughput and Response time are related
问题 I ran a JMeter test for 193 samples where I could see my average response time as 5915ms and Throghput as 1.19832. I just want to know how are they exactly related 回答1: TL;DR No, but yes. Both aren't related directly, but when increasing Throughput, it will probably effect server response time due to load/stress on server. If there are timeout errors response time will probably increase. But for validation or firewall errors - response time will probably decrease. There's a long explanation