Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change notification.
The "httpclient.socket.http.cps_examples" page has been changed by Antonio Gomes: https://wiki.apache.org/jmeter/httpclient.socket.http.cps_examples?action=diff&rev1=1&rev2=2 - How to simulate network bandwidth with httpclient.socket.http.cps and httpclient.socket.https.cps propertie? + == How to simulate network bandwidth with httpclient.socket.http.cps and httpclient.socket.https.cps propertie? == - + === Where to define the network bandwith? === In jmeter.properties and/or user.properties we can read {{{#!properties @@ -9, +9 @@ #httpclient.socket.http.cps=0 #httpclient.socket.https.cps=0 }}} + === How to modify network bandwith? === cps values are calculated with this formula : cps = (target bandwidth in kbps * 1024) / 8 - Some examples : + === Some examples === - ||Network bandwidth ||cps value || + ||'''Network bandwidth''' ||'''cps value''' || ||Mobile data GPRS : 171 kbit/s ||21888 || ||Mobile data EDGE : 384 kbit/s ||49152 || ||Mobile data HSPA : 14,4 Mbp/s ||1843200 || @@ -33, +34 @@ ||ADSL2 : 12 Mbit/s ||1536000 || ||ADSL2+ : 24 Mbit/s ||3072000 || - -
