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

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -