Re: [Grinder-use] atExit worker state - inconsistency?
Darren Ball <[email protected]> Thu, 6 Oct 2016 10:49:43 -0400
| Newsgroups | gmane.comp.java.grinder.devel,gmane.comp.java.grinder.user |
|---|---|
| Message-ID | <CA+YPNhe9-tyquAbiniMzPbL3hz0d9xtJBjL-wtfD5p3ntK37GA@mail.gmail.com> |
--===============3872771347362321555== Content-Type: multipart/alternative; boundary=001a113fbbbcac977c053e3368c9 --001a113fbbbcac977c053e3368c9 Content-Type: text/plain; charset=UTF-8 Anyone else have any insight/ideas on this? Development? On Fri, Sep 30, 2016 at 10:43 AM, Darren Ball <[email protected]> wrote: > Hi Joel, > > Thanks for your feedback. > This is actually during the stopping process or the tear down. > > My polling is every 5 seconds, but displayed in the original was a test > that was showing the inconsistent state of worker tracking during atexit. > > Update on this as well: > > If I use __del__, the state of the workers remains 'running', but if > atexit is used, and registered outside of ThreadRunner, this state seems to > be 'lost'. During shutdown this is a problem. By adding the atexit > outside of TestRunner, the total time of the test is only that of > TestRunner. > Adding __del__, extends the execution time of TestRunner, calculations are > off then. My cleanup can take several (> 10) seconds... > > > > > > On Fri, Sep 30, 2016 at 9:53 AM, Joel Lucuik <[email protected]> > wrote: > >> This is likely the scenario where the agent is just starting. To avoid >> this, consider polling the running status every 60 seconds. With that you >> can skip those 30 seconds scenario where grinder is trying to start worker >> processes. >> >> >> >> Maybe increase the sleeptime between polling status. >> >> >> On Thu, Sep 29, 2016 at 1:23 PM, Darren Ball <[email protected]> >> wrote: >> >>> Hi All, >>> >>> I've come across a pretty unusual situation in my polling logic for >>> workers (use to tell if they are 'done'). I have test logic that runs many >>> scenarios, and I typically poll for workers like this: >>> >>> workerstate=$(curl --noproxy localhost -s -X GET http://localhost:6373/agents/status | /usr/local/bin/jq -r '.[].workers[].state' | wc -l) >>> >>> >>> I have an atExit function registered, that cleans up data that was created/generated during the run. >>> >>> The odd behaviour can be seen below, captured with a simply loop outside the run for observation (1 sec interval) to check the state of workers while a test was running. It seams that once test runner exits, the state of status of t >>> >>> the agents's workers are 'cleared' (which was my indication that things were really done). Grinder also issues a termination at 10 seconds as well, regrettably. >>> >>> As can been seen, the agent workers look like their state went from running to nothing and then back to finished. Time between this is 30 seconds. Threads are still up during this period, as the cleanup is still being processed. >>> >>> Is there any efficient way to determine successfully that the workers have passed the 'finished' state? I can't really rely on polling for a state of finished, as there is a chance that it will be missed (it is cleared). >>> >>> >>> Thanks. >>> >>> >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[{"maximum-threads":20,"running-threads":20,"id":" >>> i-0a98f94c8d82cb1fd-24:371439501|1475085007713|1565583566:25 >>> ","name":"i-0a98f94c8d82cb1fd-24","number":24,"state":"running"}]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[{"maximum-threads":20,"running-threads":20,"id":" >>> i-0a98f94c8d82cb1fd-24:371439501|1475085007713|1565583566:25 >>> ","name":"i-0a98f94c8d82cb1fd-24","number":24,"state":"running"}]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[{"maximum-threads":20,"running-threads":20,"id":" >>> i-0a98f94c8d82cb1fd-24:371439501|1475085007713|1565583566:25 >>> ","name":"i-0a98f94c8d82cb1fd-24","number":24,"state":"running"}]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"finished" >>> ,"workers":[{"maximum-threads":0,"running-threads":0,"id":" >>> i-0a98f94c8d82cb1fd-24:371439501|1475085007713|1565583566:25","name":"i- >>> 0a98f94c8d82cb1fd-24","number":24,"state":"finished"}]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"finished" >>> ,"workers":[{"maximum-threads":0,"running-threads":0,"id":" >>> i-0a98f94c8d82cb1fd-24:371439501|1475085007713|1565583566:25","name":"i- >>> 0a98f94c8d82cb1fd-24","number":24,"state":"finished"}]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"started", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> [{"id":"ip-10-82-147-72:371439501|1475085007713|1565583566:0 >>> ","name":"i-0a98f94c8d82cb1fd","number":0,"state":"running", >>> "workers":[]}] >>> >>> >>> ------------------------------------------------------------ >>> ------------------ >>> >>> _______________________________________________ >>> grinder-use mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/grinder-use >>> >>> >> >> ------------------------------------------------------------ >> ------------------ >> >> _______________________________________________ >> grinder-use mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/grinder-use >> >> > --001a113fbbbcac977c053e3368c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Anyone else have any insight/ideas on this?=C2=A0 Developm= ent?</div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Fri,= Sep 30, 2016 at 10:43 AM, Darren Ball <span dir=3D"ltr"><<a href=3D"mai= lto:[email protected]" target=3D"_blank">[email protected]</a>><= /span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8= ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr">Hi Joel,<d= iv><br></div><div>Thanks for your feedback. =C2=A0</div><div>This is actual= ly during the stopping process or the tear down. =C2=A0</div><div><br></div= ><div>My polling is every 5 seconds, but displayed in the original was a te= st that was showing the inconsistent state of worker tracking during atexit= .</div><div><br></div><div>Update on this as well:</div><div><br></div><div= >If I use __del__, the state of the workers remains 'running', but = if atexit is used, and registered outside of ThreadRunner, this state seems= to be 'lost'.=C2=A0 During shutdown this is a problem. =C2=A0 By a= dding the atexit outside of TestRunner, the total time of the test is only = that of TestRunner. =C2=A0</div><div>Adding __del__, extends the execution = time of TestRunner, calculations are off then.=C2=A0 My cleanup can take se= veral (> 10) seconds...</div><div><div class=3D"h5"><div><br></div><div>= <br></div><div><br></div><div><br></div><div class=3D"gmail_extra"><br><div= class=3D"gmail_quote">On Fri, Sep 30, 2016 at 9:53 AM, Joel Lucuik <span d= ir=3D"ltr"><<a href=3D"mailto:[email protected]" target=3D"_blank">j= [email protected]</a>></span> wrote:<br><blockquote class=3D"gmail_qu= ote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex= "><div dir=3D"ltr"><p class=3D"MsoNormal" style=3D"font-size:12.8px"><span = style=3D"color:rgb(31,73,125);font-family:calibri,sans-serif;font-size:11pt= ">This is likely the scenario where the agent is just starting. To avoid th= is, consider polling the running status every 60 seconds. With that you can= skip those 30 seconds scenario where grinder is trying to start worker pro= cesses.</span><br></p><p class=3D"MsoNormal" style=3D"font-size:12.8px"><sp= an style=3D"font-size:11pt;font-family:calibri,sans-serif;color:rgb(31,73,1= 25)"><u></u>=C2=A0<u></u></span></p><p class=3D"MsoNormal" style=3D"font-si= ze:12.8px"><span style=3D"font-size:11pt;font-family:calibri,sans-serif;col= or:rgb(31,73,125)">Maybe increase the sleeptime between polling status.</sp= an></p><div class=3D"gmail_extra"><br></div><div class=3D"gmail_extra"><br>= <div class=3D"gmail_quote"><div><div class=3D"m_-1774763990151249856h5">On = Thu, Sep 29, 2016 at 1:23 PM, Darren Ball <span dir=3D"ltr"><<a href=3D"= mailto:[email protected]" target=3D"_blank">[email protected]</a>&g= t;</span> wrote:<br></div></div><blockquote class=3D"gmail_quote" style=3D"= margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div cl= ass=3D"m_-1774763990151249856h5"><div dir=3D"ltr"><div>Hi All,</div><div><b= r></div><div>I've come across a pretty unusual situation in my polling = logic for workers (use to tell if they are 'done').=C2=A0 I have te= st logic that runs many scenarios, and I typically poll for workers like th= is:</div><div><br></div><div><pre style=3D"color:rgb(0,0,0);font-family:men= lo;font-size:9pt">workerstate=3D<span style=3D"color:rgb(0,0,128);font-weig= ht:bold">$</span>(curl --noproxy localhost -s -X GET <a href=3D"http://loca= lhost:6373/agents/status" target=3D"_blank">http://localhost:6373/agents/s<= wbr>tatus</a> | /usr/local/bin/jq -r <span style=3D"color:rgb(0,128,0);font= -weight:bold">'.[].workers[].state' </span>| wc -l)</pre><pre style= =3D"color:rgb(0,0,0);font-family:menlo;font-size:9pt"><br></pre><pre style= =3D"color:rgb(0,0,0);font-family:menlo;font-size:9pt">I have an atExit func= tion registered, that cleans up data that was created/generated during the = run. </pre><pre style=3D"color:rgb(0,0,0);font-family:menlo;font-size:9pt"= >The odd behaviour can be seen below, captured with a simply loop outside t= he run for observation (1 sec interval) to check the state of workers while= a test was running. It seams that once test runner exits, the state of st= atus of t</pre><pre style=3D"color:rgb(0,0,0);font-family:menlo;font-size:9= pt">the agents's workers are 'cleared' (which was my indication= that things were really done). <span style=3D"font-size:9pt">Grinder also= issues a termination at 10 seconds as well, regrettably. </span></pre><pre= style=3D"color:rgb(0,0,0);font-family:menlo;font-size:9pt">As can been see= n, the agent workers look like their state went from running to nothing and= then back to finished. Time between this is 30 seconds. Threads are sti= ll up during this period, as the cleanup is still being processed. </pre><p= re style=3D"color:rgb(0,0,0);font-family:menlo;font-size:9pt">Is there any = efficient way to determine successfully that the workers have passed the &#= 39;finished' state? I can't really rely on polling for a state of = finished, as there is a chance that it will be missed (it is cleared).</pre= ></div><div><br></div><div>Thanks.</div><div><br></div><div><br></div><div>= [{"id":"ip-10-82-147-72:371439<wbr>501|1475085007713|1565583= 566:0<wbr>","name":"i-0a98f94c8d82cb1fd"<wbr>,&quo= t;number":0,"state":"running",<wbr>"workers&q= uot;:[{"maximum-threads":<wbr>20,"running-threads":20,&= quot;id":"<wbr>i-0a98f94c8d82cb1fd-24:3714395<wbr>01|147508500771= 3|1565583566:25<wbr>","name":"i-0a98f94c8d82cb1fd-<wbr>= 24","number":24,"state":"runni<wbr>ng"}]= }]</div><div>[{"id":"ip-10-82-147-72:371439<wbr>501|14750850= 07713|1565583566:0<wbr>","name":"i-0a98f94c8d82cb1fd&qu= ot;<wbr>,"number":0,"state":"running",<wbr>&q= uot;workers":[{"maximum-threads":<wbr>20,"running-threa= ds":20,"id":"<wbr>i-0a98f94c8d82cb1fd-24:3714395<wbr>01= |1475085007713|1565583566:25<wbr>","name":"i-0a98f94c8d= 82cb1fd-<wbr>24","number":24,"state":"runni<w= br>ng"}]}]</div><div>[{"id":"ip-10-82-147-72:371439<wbr= >501|1475085007713|1565583566:0<wbr>","name":"i-0a98f94= c8d82cb1fd"<wbr>,"number":0,"state":"running&= quot;,<wbr>"workers":[{"maximum-threads":<wbr>20,"= running-threads":20,"id":"<wbr>i-0a98f94c8d82cb1fd-24:3= 714395<wbr>01|1475085007713|1565583566:25<wbr>","name":"= ;i-0a98f94c8d82cb1fd-<wbr>24","number":24,"state":= "runni<wbr>ng"}]}]</div><div>[{"id":"ip-10-82-147-= 72:371439<wbr>501|1475085007713|1565583566:0<wbr>","name":&q= uot;i-0a98f94c8d82cb1fd"<wbr>,"number":0,"state":&= quot;running",<wbr>"workers":[]}]</div><div>[{"id"= :"ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>"= ,"name":"i-0a98f94c8d82cb1fd"<wbr>,"number":0= ,"state":"running",<wbr>"workers":[]}]</div><= div>[{"id":"ip-10-82-147-72:371439<wbr>501|1475085007713|156= 5583566:0<wbr>","name":"i-0a98f94c8d82cb1fd"<wbr>,= "number":0,"state":"running",<wbr>"worke= rs":[]}]</div><div>[{"id":"ip-10-82-147-72:371439<wbr>5= 01|1475085007713|1565583566:0<wbr>","name":"i-0a98f94c8= d82cb1fd"<wbr>,"number":0,"state":"running&qu= ot;,<wbr>"workers":[]}]</div><div>[{"id":"ip-10-82= -147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>","name&quo= t;:"i-0a98f94c8d82cb1fd"<wbr>,"number":0,"state&qu= ot;:"running",<wbr>"workers":[]}]</div><div>[{"id&= quot;:"ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>&= quot;,"name":"i-0a98f94c8d82cb1fd"<wbr>,"number&qu= ot;:0,"state":"running",<wbr>"workers":[]}]</= div><div>[{"id":"ip-10-82-147-72:371439<wbr>501|147508500771= 3|1565583566:0<wbr>","name":"i-0a98f94c8d82cb1fd"<= wbr>,"number":0,"state":"running",<wbr>"= workers":[]}]</div><div>[{"id":"ip-10-82-147-72:371439<= wbr>501|1475085007713|1565583566:0<wbr>","name":"i-0a98= f94c8d82cb1fd"<wbr>,"number":0,"state":"runni= ng",<wbr>"workers":[]}]</div><div>[{"id":"ip-= 10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>","nam= e":"i-0a98f94c8d82cb1fd"<wbr>,"number":0,"sta= te":"running",<wbr>"workers":[]}]</div><div>[{&quo= t;id":"ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<= wbr>","name":"i-0a98f94c8d82cb1fd"<wbr>,"numb= er":0,"state":"running",<wbr>"workers":[= ]}]</div><div>[{"id":"ip-10-82-147-72:371439<wbr>501|1475085= 007713|1565583566:0<wbr>","name":"i-0a98f94c8d82cb1fd&q= uot;<wbr>,"number":0,"state":"running",<wbr>&= quot;workers":[]}]</div><div>[{"id":"ip-10-82-147-72:37= 1439<wbr>501|1475085007713|1565583566:0<wbr>","name":"i= -0a98f94c8d82cb1fd"<wbr>,"number":0,"state":"= running",<wbr>"workers":[]}]</div><div>[{"id":&quo= t;ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>",&quo= t;name":"i-0a98f94c8d82cb1fd"<wbr>,"number":0,&quo= t;state":"running",<wbr>"workers":[]}]</div><div>[= {"id":"ip-10-82-147-72:371439<wbr>501|1475085007713|15655835= 66:0<wbr>","name":"i-0a98f94c8d82cb1fd"<wbr>,"= ;number":0,"state":"running",<wbr>"workers&qu= ot;:[]}]</div><div>[{"id":"ip-10-82-147-72:371439<wbr>501|14= 75085007713|1565583566:0<wbr>","name":"i-0a98f94c8d82cb= 1fd"<wbr>,"number":0,"state":"running",<= wbr>"workers":[]}]</div><div>[{"id":"ip-10-82-147-= 72:371439<wbr>501|1475085007713|1565583566:0<wbr>","name":&q= uot;i-0a98f94c8d82cb1fd"<wbr>,"number":0,"state":&= quot;running",<wbr>"workers":[]}]</div><div>[{"id"= :"ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>"= ,"name":"i-0a98f94c8d82cb1fd"<wbr>,"number":0= ,"state":"running",<wbr>"workers":[]}]</div><= div>[{"id":"ip-10-82-147-72:371439<wbr>501|1475085007713|156= 5583566:0<wbr>","name":"i-0a98f94c8d82cb1fd"<wbr>,= "number":0,"state":"running",<wbr>"worke= rs":[]}]</div><div>[{"id":"ip-10-82-147-72:371439<wbr>5= 01|1475085007713|1565583566:0<wbr>","name":"i-0a98f94c8= d82cb1fd"<wbr>,"number":0,"state":"running&qu= ot;,<wbr>"workers":[]}]</div><div>[{"id":"ip-10-82= -147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>","name&quo= t;:"i-0a98f94c8d82cb1fd"<wbr>,"number":0,"state&qu= ot;:"running",<wbr>"workers":[]}]</div><div>[{"id&= quot;:"ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>&= quot;,"name":"i-0a98f94c8d82cb1fd"<wbr>,"number&qu= ot;:0,"state":"running",<wbr>"workers":[]}]</= div><div>[{"id":"ip-10-82-147-72:371439<wbr>501|147508500771= 3|1565583566:0<wbr>","name":"i-0a98f94c8d82cb1fd"<= wbr>,"number":0,"state":"running",<wbr>"= workers":[]}]</div><div>[{"id":"ip-10-82-147-72:371439<= wbr>501|1475085007713|1565583566:0<wbr>","name":"i-0a98= f94c8d82cb1fd"<wbr>,"number":0,"state":"runni= ng",<wbr>"workers":[]}]</div><div>[{"id":"ip-= 10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>","nam= e":"i-0a98f94c8d82cb1fd"<wbr>,"number":0,"sta= te":"running",<wbr>"workers":[]}]</div><div>[{&quo= t;id":"ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<= wbr>","name":"i-0a98f94c8d82cb1fd"<wbr>,"numb= er":0,"state":"running",<wbr>"workers":[= ]}]</div><div>[{"id":"ip-10-82-147-72:371439<wbr>501|1475085= 007713|1565583566:0<wbr>","name":"i-0a98f94c8d82cb1fd&q= uot;<wbr>,"number":0,"state":"running",<wbr>&= quot;workers":[]}]</div><div>[{"id":"ip-10-82-147-72:37= 1439<wbr>501|1475085007713|1565583566:0<wbr>","name":"i= -0a98f94c8d82cb1fd"<wbr>,"number":0,"state":"= running",<wbr>"workers":[]}]</div><div>[{"id":&quo= t;ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>",&quo= t;name":"i-0a98f94c8d82cb1fd"<wbr>,"number":0,&quo= t;state":"running",<wbr>"workers":[]}]</div><div>[= {"id":"ip-10-82-147-72:371439<wbr>501|1475085007713|15655835= 66:0<wbr>","name":"i-0a98f94c8d82cb1fd"<wbr>,"= ;number":0,"state":"running",<wbr>"workers&qu= ot;:[]}]</div><div>[{"id":"ip-10-82-147-72:371439<wbr>501|14= 75085007713|1565583566:0<wbr>","name":"i-0a98f94c8d82cb= 1fd"<wbr>,"number":0,"state":"running",<= wbr>"workers":[]}]</div><div>[{"id":"ip-10-82-147-= 72:371439<wbr>501|1475085007713|1565583566:0<wbr>","name":&q= uot;i-0a98f94c8d82cb1fd"<wbr>,"number":0,"state":&= quot;finished"<wbr>,"workers":[{"maximum-threads"<= wbr>:0,"running-threads":0,"id":"<wbr>i-0a98f94c8d= 82cb1fd-24:<wbr>371439501|1475085007713|<wbr>1565583566:25","name= ":"i-<wbr>0a98f94c8d82cb1fd-24","number"<wbr>:24,&= quot;state":"finished"}]}]</div><div>[{"id":"= ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>","= name":"i-0a98f94c8d82cb1fd"<wbr>,"number":0,"= state":"finished"<wbr>,"workers":[{"maximum-t= hreads"<wbr>:0,"running-threads":0,"id":"<wbr= >i-0a98f94c8d82cb1fd-24:<wbr>371439501|1475085007713|<wbr>1565583566:25&quo= t;,"name":"i-<wbr>0a98f94c8d82cb1fd-24","number&qu= ot;<wbr>:24,"state":"finished"}]}]</div><div>[{"id= ":"ip-10-82-147-72:371439<wbr>501|1475085007713|1565583566:0<wbr>= ","name":"i-0a98f94c8d82cb1fd"<wbr>,"number&q= uot;:0,"state":"started",<wbr>"workers":[]}]<= /div><div>[{"id":"ip-10-82-147-72:371439<wbr>501|14750850077= 13|1565583566:0<wbr>","name":"i-0a98f94c8d82cb1fd"= <wbr>,"number":0,"state":"running",<wbr>"= ;workers":[]}]</div><div>[{"id":"ip-10-82-147-72:371439= <wbr>501|1475085007713|1565583566:0<wbr>","name":"i-0a9= 8f94c8d82cb1fd"<wbr>,"number":0,"state":"runn= ing",<wbr>"workers":[]}]</div><div><br></div></div> <br></div></div>------------------------------<wbr>------------------------= ------<wbr>------------------<br> <br>______________________________<wbr>_________________<br> grinder-use mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">grin= [email protected]<wbr>net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/grinder-use" rel=3D= "noreferrer" target=3D"_blank">https://lists.sourceforge.net/<wbr>lists/lis= tinfo/grinder-use</a><br> <br></blockquote></div><br></div></div> <br>------------------------------<wbr>------------------------------<wbr>-= -----------------<br> <br>______________________________<wbr>_________________<br> grinder-use mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">grin= [email protected]<wbr>net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/grinder-use" rel=3D= "noreferrer" target=3D"_blank">https://lists.sourceforge.net/<wbr>lists/lis= tinfo/grinder-use</a><br> <br></blockquote></div><br></div></div></div></div> </blockquote></div><br></div> --001a113fbbbcac977c053e3368c9-- --===============3872771347362321555== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot --===============3872771347362321555== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Grinder-development mailing list Grinder-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/grinder-development --===============3872771347362321555==--