How to limit the speed (or flow control) of http request in JMeter -
i want simulate end user accessing http urls jmeter. possible limit connect speed each http request flow control? saying limit jmeter fetch response in max speed of 1m bps each http request.
following parameters in jmeter.properties should trying achieve it.
# define characters per second > 0 emulate slow connections #httpclient.socket.http.cps=0 #httpclient.socket.https.cps=0
another option use traffic shaper, tc if on linux.
Comments
Post a Comment