First tsung load testing


Just finished my first 'official' web server load testing by using the bamboo plan for tsung that I built previously. Here are a few things that I learned: When set use_controller_vm="true", by default maxusers is 800. Adding maxusers="50000" for example to change it. For testing proxy server, the option has to be configured as <option type="ts_http" name="http_use_server_as_proxy" value="true"></option> arrivalrate means … Continue reading First tsung load testing

Bamboo plan for tsung


We recently created a dedicated bamboo plan for using tsung to run load testing. (It can be added as a 'test' stage into the exisiting bamboo plan too). Instead of installing tsung in bamboo agent, we use a dedicate box as it is resources extensive. Here is how we set it up: 1) Create a … Continue reading Bamboo plan for tsung