Re: Having trouble with number of cycles
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2010-09-23 19:32:25
|
Hi Pranav, On Wed, Sep 22, 2010 at 9:38 PM, Pranav Desai <pra...@gm...>wrote: > 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 > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > And what happens, when CLIENTS_NUM_START=10 and commented out the below tag? #CLIENTS_RAMPUP_INC=1 -- Truly, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com Blog: http://dyslexia-blog.ghotit.com Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... |