TIMER_AFTER_URL_SLEEP question
Status: Alpha
Brought to you by:
coroberti
From: Pranav D. <pra...@gm...> - 2008-02-16 03:44:27
|
Hello All, I am working with version 0.44. I was curious about how the TIMER_AFTER_URL_SLEEP option works. I have set it up fairly high 20000, but I still seem to get like 70+ requests every 3 sec with just one client. I was expecting it to have 1 request every 20 sec. I am trying to control the load, so what am I missing here. Thanks -- Pranav P.S. Here is my config. ########### GENERAL SECTION ################################ BATCH_NAME=small CLIENTS_NUM_MAX=1 # Same as CLIENTS_NUM CLIENTS_NUM_START=1 CLIENTS_RAMPUP_INC=1 INTERFACE =eth1 NETMASK=16 IP_ADDR_MIN= 12.0.0.1 IP_ADDR_MAX= 12.0.1.250 #Actually - this is for self-control CYCLES_NUM=2000 URLS_NUM=4 ########### URL SECTION #################################### URL=http://172.16.55.200/MJOLNIRRAND/websites/cisco/www.cisco.com/ URL=http://172.16.55.200/MJOLNIRRAND/websites/cisco/www.cisco.com/swa/c/home.css URL=http://172.16.55.200/MJOLNIRRAND/websites/cnn/i.l.cnn.net/cnn/.element/img/2.0/weather/03/03.gif URL=http://172.16.55.200/MJOLNIRRAND/websites/cnn/i.l.cnn.net/cnn/.element/img/2.0/weather/03/17.gif URL_SHORT_NAME="url-http" REQUEST_TYPE=GET TIMER_URL_COMPLETION = 0 # In msec. When positive, Now it is enforced by cancelling url fetch on timeout TIMER_AFTER_URL_SLEEP =20000 |