Monday, September 30, 2013

How to increase HTTP connection limit in LoadRuner


Default is 2 as you can see from the output.log

Notify: max connections per server : 2

Use the below function to increase it from say 2 to 6.

web_set_sockets_option("MAX_CONNECTIONS_PER_HOST","6");




No comments: