I have to test performance of project with 20kbps and 40kbps using Jmeter.
I am digging how to set up bandwidth in Jmeter.
Please help me how to set up it in Jmeter.
Will the below configuration control bandwidth thing?
Or any other configuration is there?
# Define characters per second > 0 to emulate slow connections
httpclient.socket.http.cps=1024
httpclient.socket.https.cps=1024
Thanks.