https://bz.apache.org/bugzilla/show_bug.cgi?id=57886
Bug ID: 57886
Summary: Connect Time affected by file upload size
Product: JMeter
Version: 2.13
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Current Behavior:
Connect Time(ms), from a "View Results in Table" listener is affected by file
size uploaded to server.
>From my own testing, uploading the following files to a test server via an HTTP
sampler had the following effect. Observed in the "View Results in Table"
listener:
No file uploaded: Connect Time was half a second or less
250mb file: Connect Time was about 19 seconds (total time 132800 ms)
500mb file: Connect Time was about 39 seconds (total time 256943 ms)
1gb file: Connect Time was about 76 seconds (total time 478913 ms)
File upload request is being made over HTTPS.
--
You are receiving this mail because:
You are the assignee for the bug.