How to specify the CAPS during test run?
Status: Alpha
Brought to you by:
coroberti
From: Thomas T. <odi...@gm...> - 2009-01-19 22:49:07
|
Hi Guys, Thank you so much for your hard work on curl loader. I've got a quick questions.. Is there a way to specify the number of CAPS to be used during the test run, because I need to determine the performance impact of a third party software when it install on our server vs when it not install on the server. Therefore, I need to make sure the number of CAPS remain the same on each test run. Here is my configuration file ########### GENERAL SECTION ################################ BATCH_NAME=100 Client Test CLIENTS_NUM_MAX=100 CLIENTS_NUM_START=50 CLIENTS_RAMPUP_INC=10 INTERFACE =eth1 NETMASK=16 IP_ADDR_MIN=172.20.254.1 IP_ADDR_MAX=172.20.254.10 IP_SHARED_NUM=10 CYCLES_NUM=-1 URLS_NUM=1 ########### URL SECTION #################################### URL=http://172.20.1.1/index.html URL_SHORT_NAME="Homepage" REQUEST_TYPE=GET TIMER_URL_COMPLETION =0 TIMER_AFTER_URL_SLEEP =0 |