On 14 April 2015 at 22:05, Jitesh Thakur <[email protected]> wrote: > Hi All, > > I am trying to test file download using Jmeter. The file size is 100 MB and > the download itself work fine but when I download this file using browser > it takes approx 2-3 seconds at an average of approx 45 MB / Sec. When I run > file download using Jmeter it takes about 38 seconds at the rate of approx > 3MB/Sec. Also Jmeter takes almost twice the processing power and 12 times > the duration ( 3 sec compare to 38 sec) which makes it even more difficult > to test it with higher concurrency. > > I would appreciate your help to let me know of any setting or something I > am missing here. I have already tried the following setting > in jmeter.properties files to simulate max bandwidth explicitly and I have > already tried this in 2 versions of Jmeter 2.9 and 2.12 and results are > same. > > httpclient.socket.http.cps=12800000000 > httpclient.socket.https.cps=12800000000
Those properties are intended to be used to simulate *slow* connections. They cannot increase the max download speed. Do not use them unless you want to slow down the connection. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
