Re: atExit worker state - inconsistency?

Joel Lucuik <[email protected]> Fri, 30 Sep 2016 09:53:37 -0400
Newsgroups gmane.comp.java.grinder.user,gmane.comp.java.grinder.devel
Message-ID <CAA4qVTKfk4Cmb7eDUKWb_+mS5U9LLw+5NugLJV6x9tCwTyvn0A@mail.gmail.com>
--===============8068399759769033314==
Content-Type: multipart/alternative; boundary=001a113718acd1bc7a053db9eb3f

--001a113718acd1bc7a053db9eb3f
Content-Type: text/plain; charset=UTF-8

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
>
>

--001a113718acd1bc7a053db9eb3f
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><p class=3D"MsoNormal" style=3D"font-size:12.8px"><span st=
yle=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 this=
, consider polling the running status every 60 seconds. With that you can s=
kip those 30 seconds scenario where grinder is trying to start worker proce=
sses.</span><br></p><p class=3D"MsoNormal" style=3D"font-size:12.8px"><span=
 style=3D"font-size:11pt;font-family:calibri,sans-serif;color:rgb(31,73,125=
)"><u></u>=C2=A0<u></u></span></p><p class=3D"MsoNormal" style=3D"font-size=
:12.8px"><span style=3D"font-size:11pt;font-family:calibri,sans-serif;color=
:rgb(31,73,125)">Maybe increase the sleeptime between polling status.</span=
></p><div class=3D"gmail_extra"><br></div><div class=3D"gmail_extra"><br><d=
iv class=3D"gmail_quote">On Thu, Sep 29, 2016 at 1:23 PM, Darren Ball <span=
 dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" target=3D"_blank"=
>[email protected]</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_=
quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1=
ex"><div dir=3D"ltr"><div>Hi All,</div><div><br></div><div>I&#39;ve come ac=
ross a pretty unusual situation in my polling logic for workers (use to tel=
l if they are &#39;done&#39;).=C2=A0 I have test logic that runs many scena=
rios, and I typically poll for workers like this:</div><div><br></div><div>=
<pre style=3D"color:rgb(0,0,0);font-family:menlo;font-size:9pt">workerstate=
=3D<span style=3D"color:rgb(0,0,128);font-weight:bold">$</span>(curl --nopr=
oxy localhost -s -X GET <a href=3D"http://localhost:6373/agents/status" tar=
get=3D"_blank">http://localhost:6373/agents/<wbr>status</a> | /usr/local/bi=
n/jq -r <span style=3D"color:rgb(0,128,0);font-weight:bold">&#39;.[].worker=
s[].state&#39; </span>| wc -l)</pre><pre style=3D"color:rgb(0,0,0);font-fam=
ily:menlo;font-size:9pt"><br></pre><pre style=3D"color:rgb(0,0,0);font-fami=
ly:menlo;font-size:9pt">I have an atExit function registered, that cleans u=
p data that was created/generated during the run.  </pre><pre style=3D"colo=
r:rgb(0,0,0);font-family:menlo;font-size:9pt">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</pre><pre style=3D"c=
olor:rgb(0,0,0);font-family:menlo;font-size:9pt">the agents&#39;s workers a=
re &#39;cleared&#39; (which was my indication that things were really done)=
.  <span style=3D"font-size:9pt">Grinder also issues a termination at 10 se=
conds as well, regrettably. </span></pre><pre style=3D"color:rgb(0,0,0);fon=
t-family:menlo;font-size:9pt">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 t=
he cleanup is still being processed. </pre><pre style=3D"color:rgb(0,0,0);f=
ont-family:menlo;font-size:9pt">Is there any efficient way to determine suc=
cessfully that the workers have passed the &#39;finished&#39; state?  I can=
&#39;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>Tha=
nks.</div><div><br></div><div><br></div><div>[{&quot;id&quot;:&quot;ip-10-8=
2-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;name&qu=
ot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;st=
ate&quot;:&quot;running&quot;,&quot;workers&quot;:[{<wbr>&quot;maximum-thre=
ads&quot;:20,&quot;running-<wbr>threads&quot;:20,&quot;id&quot;:&quot;i-<wb=
r>0a98f94c8d82cb1fd-24:<wbr>371439501|1475085007713|<wbr>1565583566:25&quot=
;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd-24&quot;,&quot;number&quo=
t;<wbr>:24,&quot;state&quot;:&quot;running&quot;}]}]</div><div>[{&quot;id&q=
uot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&q=
uot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quo=
t;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&quot;:[{<wbr>=
&quot;maximum-threads&quot;:20,&quot;running-<wbr>threads&quot;:20,&quot;id=
&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd-24:<wbr>371439501|1475085007713|<wbr>=
1565583566:25&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd-24&quot=
;,&quot;number&quot;<wbr>:24,&quot;state&quot;:&quot;running&quot;}]}]</div=
><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<=
wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot=
;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;wor=
kers&quot;:[{<wbr>&quot;maximum-threads&quot;:20,&quot;running-<wbr>threads=
&quot;:20,&quot;id&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd-24:<wbr>371439501|1=
475085007713|<wbr>1565583566:25&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94=
c8d82cb1fd-24&quot;,&quot;number&quot;<wbr>:24,&quot;state&quot;:&quot;runn=
ing&quot;}]}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;runni=
ng&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-=
10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;nam=
e&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quo=
t;state&quot;:&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div>[=
{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>156=
5583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot=
;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot;workers&qu=
ot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>3714395=
01|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98=
f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;finis=
hed&quot;,&quot;workers&quot;:[<wbr>{&quot;maximum-threads&quot;:0,&quot;ru=
nning-<wbr>threads&quot;:0,&quot;id&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd-24=
:<wbr>371439501|1475085007713|<wbr>1565583566:25&quot;,&quot;name&quot;:&qu=
ot;i-<wbr>0a98f94c8d82cb1fd-24&quot;,&quot;number&quot;<wbr>:24,&quot;state=
&quot;:&quot;finished&quot;}]}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-1=
47-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;=
:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state=
&quot;:&quot;finished&quot;,&quot;workers&quot;:[<wbr>{&quot;maximum-thread=
s&quot;:0,&quot;running-<wbr>threads&quot;:0,&quot;id&quot;:&quot;i-<wbr>0a=
98f94c8d82cb1fd-24:<wbr>371439501|1475085007713|<wbr>1565583566:25&quot;,&q=
uot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd-24&quot;,&quot;number&quot;<w=
br>:24,&quot;state&quot;:&quot;finished&quot;}]}]</div><div>[{&quot;id&quot=
;:&quot;ip-10-82-147-72:<wbr>371439501|1475085007713|<wbr>1565583566:0&quot=
;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:=
0,<wbr>&quot;state&quot;:&quot;started&quot;,&quot;workers&quot;:[]<wbr>}]<=
/div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<wbr>371439501|14750850077=
13|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;i-<wbr>0a98f94c8d82cb1fd&=
quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:&quot;running&quot;,&quot=
;workers&quot;:[]<wbr>}]</div><div>[{&quot;id&quot;:&quot;ip-10-82-147-72:<=
wbr>371439501|1475085007713|<wbr>1565583566:0&quot;,&quot;name&quot;:&quot;=
i-<wbr>0a98f94c8d82cb1fd&quot;,&quot;number&quot;:0,<wbr>&quot;state&quot;:=
&quot;running&quot;,&quot;workers&quot;:[]<wbr>}]</div><div><br></div></div=
>
<br>------------------------------<wbr>------------------------------<wbr>-=
-----------------<br>
<br>______________________________<wbr>_________________<br>
grinder-use mailing list<br>
<a href=3D"mailto:[email protected]">[email protected]=
ceforge.<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>

--001a113718acd1bc7a053db9eb3f--


--===============8068399759769033314==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------

--===============8068399759769033314==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
grinder-use mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/grinder-use

--===============8068399759769033314==--