Having trouble with number of cycles
Status: Alpha
Brought to you by:
coroberti
From: Pranav D. <pra...@gm...> - 2010-09-22 19:38:40
|
Hi! I am running a test with the following config: BATCH_NAME=test CLIENTS_NUM_MAX=10 # Same as CLIENTS_NUM CLIENTS_NUM_START=1 CLIENTS_RAMPUP_INC=1 INTERFACE =eth1 NETMASK=16 IP_ADDR_MIN= 13.4.0.10 IP_ADDR_MAX= 13.4.150.250 #Actually - this is for self-control IP_SHARED_NUM=500 CYCLES_NUM=5 URLS_NUM=1 URL=http://172.16.55.210/websites/testube/video/cNvJy0zoXOY.34 TIMER_AFTER_URL_SLEEP=3000 I was expecting to see 50 requests but this is what I see in the .ctx file. Looks like not all clients finished their 5 cycles, even the .log file suggests that. Does the test stop when one of them reaches the max cycles ? Am I missing something ? test.ctx ---------- 1 ,cycles:5,state:2,b-in:74139495,b-out:1075,req:5,1xx:0,2xx:5,3xx:0,4xx:0,5xx:0,err:0,T-err:0 2 ,cycles:4,state:2,b-in:74139495,b-out:1075,req:5,1xx:0,2xx:5,3xx:0,4xx:0,5xx:0,err:0,T-err:0 3 ,cycles:4,state:2,b-in:74139495,b-out:1075,req:5,1xx:0,2xx:5,3xx:0,4xx:0,5xx:0,err:0,T-err:0 4 ,cycles:4,state:2,b-in:74139495,b-out:1075,req:5,1xx:0,2xx:5,3xx:0,4xx:0,5xx:0,err:0,T-err:0 5 ,cycles:3,state:2,b-in:59311596,b-out:860,req:4,1xx:0,2xx:4,3xx:0,4xx:0,5xx:0,err:0,T-err:0 6 ,cycles:3,state:2,b-in:59311596,b-out:860,req:4,1xx:0,2xx:4,3xx:0,4xx:0,5xx:0,err:0,T-err:0 7 ,cycles:3,state:2,b-in:59311596,b-out:860,req:4,1xx:0,2xx:4,3xx:0,4xx:0,5xx:0,err:0,T-err:0 8 ,cycles:2,state:2,b-in:44483697,b-out:645,req:3,1xx:0,2xx:3,3xx:0,4xx:0,5xx:0,err:0,T-err:0 9 ,cycles:2,state:2,b-in:44483697,b-out:645,req:3,1xx:0,2xx:3,3xx:0,4xx:0,5xx:0,err:0,T-err:0 10 ,cycles:2,state:2,b-in:44483697,b-out:645,req:3,1xx:0,2xx:3,3xx:0,4xx:0,5xx:0,err:0,T-err:0 Thanks for your time. -- pranav |