https://bz.apache.org/bugzilla/show_bug.cgi?id=63110
Bug ID: 63110
Summary: JMeter 5.0 does not reuse connections
Product: JMeter
Version: 5.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
Created attachment 36390
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36390&action=edit
hits/sec graphs of httpclient4 (top) and java (bottom) implementation
When using the default HTTP Request implementation (HttpClient4), JMeter does
not reuse connections even with KeepAlive enabled. This causes the connect time
to steadily increase and cause HttpHostConnectExceptions, and it also causes
the throughput to drop. This issue is not present in JMeter 4.0.
Attachments show a comparison of the hits/sec between HttpClient4 and Java
implementation. Top graph is HttpClient4, bottom graph is Java.
--
You are receiving this mail because:
You are the assignee for the bug.