http://www.computerhope.com/jargon/c/cps.htm
If you consider a 10-bit word, as said in the site above, 10bps is equal to 1cps. If you consider an ASCII character you'll end up with a 8bps as 1cps ratio. Then, letting numbers rounded, 2Mbps is about 200k cps (jmeter property value would be 200000). I found a calculator for your rates, if you want to use 8:1 ratio. cps unit is also called "baud" http://www.calculator.org/property.aspx?name=data+rate Enjoy. 2013/12/21 Amit Kumar <[email protected]> > Dear Flavio, > > Thanks for you reply. Could you tell me what should be the values if I want > to test with 2MB? > > # Define characters per second > 0 to emulate slow connections > #httpclient.socket.http.cps=0 > #httpclient.socket.https.cps=0 > > > > > > On Fri, Dec 20, 2013 at 4:45 PM, Flavio Cysne <[email protected]> > wrote: > > > Yes. Look for the lines below in jmeter.properties file. > > > > # Define characters per second > 0 to emulate slow connections > > #httpclient.socket.http.cps=0 > > #httpclient.socket.https.cps=0 > > > > If you want to load different bandwidths, configure each JMeter slave > with > > different values. > > > > > > > > 2013/12/20 Amit Kumar <[email protected]> > > > > > Dear All: > > > > > > Is it possible to perform load testing in different bandwidth using > > JMeter? > > > > > > -- > > > Thanks and Regards, > > > Amit > > > > > > > > > -- > Thanks and Regards, > Amit >
