I run Top -P -H<br><br>and it showed the threads, only 2 are working<br><br><div class="gmail_quote">2009/12/23 Gary Gatten <span dir="ltr"><<a href="mailto:Ggatten@waddell.com">Ggatten@waddell.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">










<div link="blue" vlink="blue" lang="EN-US">

<div>

<p class="MsoNormal"><font size="3" color="black" face="Times New Roman"><span style="font-size: 12pt; color: black;">There are some switches in top (differ by
platform) that will show you individual threads and their accumulated CPU time,
current CPU util, etc.  Such as:</span></font></p>

<p class="MsoNormal"><font size="3" color="black" face="Times New Roman"><span style="font-size: 12pt; color: black;">Top –p “YOUR-PID” –H. 
You MAY have to start the app (FR) in gdb to figure out what thread is doing
what (sometimes the app will log when threads start and what they’re
doing – but sometimes not).  A more seasoned SysAdmin may have an easier
/ better solution, but this method has proven invaluable to me when trying to
troubleshoot multithreaded apps and determine which thread is using most
memory, cpu, etc. and what functions that thread is doing.</span></font></p>

<p class="MsoNormal"><font size="3" color="black" face="Times New Roman"><span style="font-size: 12pt; color: black;"> </span></font></p>

<p class="MsoNormal"><font size="3" color="black" face="Times New Roman"><span style="font-size: 12pt; color: black;">G</span></font></p>

<p class="MsoNormal"><font size="3" color="black" face="Times New Roman"><span style="font-size: 12pt; color: black;"> </span></font></p>

<p class="MsoNormal"><font size="3" color="black" face="Times New Roman"><span style="font-size: 12pt; color: black;"> </span></font></p>

<div>

<div class="MsoNormal" style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr align="center" size="2" width="100%">

</span></font></div>

<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;"> freeradius-users-bounces+ggatten=<a href="http://waddell.com" target="_blank">waddell.com</a>@<a href="http://lists.freeradius.org" target="_blank">lists.freeradius.org</a>
[mailto:<a href="mailto:freeradius-users-bounces%2Bggatten" target="_blank">freeradius-users-bounces+ggatten</a>=<a href="http://waddell.com" target="_blank">waddell.com</a>@<a href="http://lists.freeradius.org" target="_blank">lists.freeradius.org</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>Alisson<br>

<b><span style="font-weight: bold;">Sent:</span></b> Wednesday, December 23, 2009
1:32 PM<div><div></div><div class="h5"><br>
<b><span style="font-weight: bold;">To:</span></b> FreeRadius users mailing list<br>
<b><span style="font-weight: bold;">Subject:</span></b> Re: error discarding
packet</div></div></span></font></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">i'm using 15 threads and
monitoring on top, the max server load is 2.0/3.0 </span></font></p>

<div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">2009/12/23 Gary Gatten <<a href="mailto:Ggatten@waddell.com" target="_blank">Ggatten@waddell.com</a>></span></font></p>

<div link="blue" vlink="blue">

<div>

<p class="MsoNormal"><font size="3" color="black" face="Times New Roman"><span style="font-size: 12pt; color: black;">Isn’t there some guidelines in the conf files for
these?  Generally you want as few threads as possible to service the
load.  How volatile your connections are, are more important than the max
number of possible connections, and only you know this.  Perhaps start
with 10 threads and monitor with top now and then.</span></font></p>

<p class="MsoNormal"><font size="3" color="black" face="Times New Roman"><span style="font-size: 12pt; color: black;"> </span></font></p>

<div>

<div class="MsoNormal" style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr align="center" size="2" width="100%">

</span></font></div>

<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;"> freeradius-users-bounces+ggatten=<a href="http://waddell.com" target="_blank">waddell.com</a>@<a href="http://lists.freeradius.org" target="_blank">lists.freeradius.org</a>
[mailto:<a href="mailto:freeradius-users-bounces%2Bggatten" target="_blank">freeradius-users-bounces+ggatten</a>=<a href="http://waddell.com" target="_blank">waddell.com</a>@<a href="http://lists.freeradius.org" target="_blank">lists.freeradius.org</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>Alisson<br>

<b><span style="font-weight: bold;">Sent:</span></b> Wednesday, December 23, 2009
1:11 PM<br>
<b><span style="font-weight: bold;">To:</span></b> FreeRadius users mailing list<br>
<b><span style="font-weight: bold;">Subject:</span></b> Re: error discarding
packet</span></font></p>

</div>

<div>

<div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">you dont
understood... i dont make this configuration<br>
<br>
i'm ask for help to do a good configuration based on between 3000 and 35000
conecctions<br>
to this function thread pool<br>
<br>
> thread pool {<br>
> start_servers = 1<br>
> max_servers = 1<br>
> min_spare_servers = 1<br>
> max_spare_servers = 1<br>
> max_requests_per_server = 0<br>
> }<br>
<br>
i need a help to configure this</span></font></p>

<div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">2009/12/23 Alan
DeKok <<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span></font></p>

<div>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">Alisson wrote:<br>
> one last doubt...<br>
><br>
> for 3500 customers what is a good configuration in radiusd.conf</span></font></p>

</div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> The default configuration.</span></font></p>

<div>

<p class="MsoNormal" style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
> for this function<br>
><br>
> thread pool {<br>
> start_servers = 1<br>
> max_servers = 1<br>
> min_spare_servers = 1<br>
> max_spare_servers = 1<br>
> max_requests_per_server = 0<br>
> }</span></font></p>

</div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> That is not
the default configuration.<br>
<br>
 You have changed the server to *slow it down*.<br>
<br>
 Why?<br>
<br>
 If this issue is so important for you, why are you so insistent on<br>
ignoring *all* help that you get on this list?<br>
<br>
 A basic install of FreeRADIUS + MySQL on a normal system will get<br>
100's of auth/s with 10's of 1000's of users in the DB.  If you can't<br>
get that, it is because *you* have broken the configuration.<br>
<br>
 Don't break the default configuration.<br>
<br>
 Follow instructions on this list.<br>
<br>
 It's really *not* that difficult to make the server work.<br>
<br>
 *Stop* editing things you don't understand.<br>
<br>
 All you need to do is to *stop* breaking the server.<br>
<font color="#888888"><span style="color: rgb(136, 136, 136);"><br>
 Alan DeKok.</span></font></span></font></p>

<div>

<div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a></span></font></p>

</div>

</div>

</div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
<br clear="all">
<br>
-- <br>
Att.<br>
Alisson F. Gonçalves<br>
Sistemas de Informação - UFGD</span></font></p>

</div>

</div>

</div>

<p class="MsoNormal"><font size="1" face="Times New Roman"><span style="font-size: 7.5pt;">"This email is intended to be reviewed by only the intended
recipient and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that any review,
use, dissemination, disclosure or copying of this email and its attachments, if
any, is strictly prohibited. If you have received this email in error, please
immediately notify the sender by return email and delete this email from your
system." </span></font></p>

</div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a></span></font></p>

</div>

<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
<br clear="all">
<br>
-- <br>
Att.<br>
Alisson F. Gonçalves<br>
Sistemas de Informação - UFGD</span></font></p>

</div></div></div><div><div></div><div class="h5">





<font size="1">
<div style="border-style: none none double; border-color: -moz-use-text-color -moz-use-text-color windowtext; border-width: medium medium 2.25pt; padding: 0in 0in 1pt;">
</div>
"This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system."
</font>
</div></div></div>


<br>-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br></blockquote></div><br><br clear="all"><br>-- <br>Att.<br>Alisson F. Gonçalves<br>
Sistemas de Informação - UFGD<br>