Re: Performance with Freeradius-1.1.4

2007-05-20 Thread Alan DeKok
nikitha george wrote:
 But one more issue i am facing is when i try to connect 3 clients per
 second for 30 minutes with freeradius-1.1.6 only 200 or 250 clients are
 getting connected ( means 67 to 83 seconds the authentication happened)
 after that the clients are not getting connected, not seeing any
 Access-Accept going to the NAS.

  It sounds like a very odd problem.  I haven't seen this with heavily
loaded systems, and I don't think anyone else has, either.

  I suggest trying on a brand new install of the OS on a new machine.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Performance with Freeradius-1.1.4

2007-05-17 Thread nikitha george

Hi Alan,

I regret for the late reply.
Yes. I am running the server in single threaded mode. Will it be an overhead
for taking more time?
I verified the same by running in different high speed machine. It looks
pretty okay. It took arround 150ms. So i am okay with this performance.

But one more issue i am facing is when i try to connect 3 clients per second
for 30 minutes with freeradius-1.1.6 only 200 or 250 clients are getting
connected ( means 67 to 83 seconds the authentication happened) after that
the clients are not getting connected, not seeing any Access-Accept going to
the NAS.

If I connect  2  clients per second then all the clients ( 2 per second for
30 minutes ) are getting connected.

Please let me know what could be the reason for this? The log file is very
huge.. if you could  not figure out the issue with the above statistic it
will send the log to the group.

Thank you so much for all your help.
Regards,
Nikitha

On 4/27/07, Alan DeKok [EMAIL PROTECTED] wrote:


nikitha george wrote:
 I am using freeradius-1.1.4 with PEAP-MSCHAPV2. Each session starting
 from Access-Request till Access-Accept it takes more than 250ms to
 complete. Is it the normal performance of freeradius-1.1.4 or anything
 suspicious in this regard?

  It depends on your CPU speed, etc.  But it's not out of line.  Almost
all of that time is spent in OpenSSL, doing cryptography.

 When i  try to send many Request
 simultaneously then there is no response from the server for the latest
 requests as the server is busy processing first request.
 Only the first request gets response after 250ms.

  Are you sure you're not running the server in single threaded mode?

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Performance with Freeradius-1.1.4

2007-05-17 Thread nikitha george

No. I am using local database.

On 4/27/07, inverse [EMAIL PROTECTED] wrote:


 I am using freeradius-1.1.4 with PEAP-MSCHAPV2. Each session starting
from
 Access-Request till Access-Accept it takes more than 250ms to complete.
Is

are you doing it against an LDAP server?
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Performance with Freeradius-1.1.4

2007-05-17 Thread A . L . M . Buxey
Hi,

 If I connect  2  clients per second then all the clients ( 2 per second for
 30 minutes ) are getting connected.
 
 Please let me know what could be the reason for this? The log file is very
 huge.. if you could  not figure out the issue with the above statistic it
 will send the log to the group.

is this with full debugging turned on? if so, try it with full debug off.
the server will spend quite some time spewing that text out in debug mode

alan
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Performance with Freeradius-1.1.4

2007-05-17 Thread nikitha george

Hi Alan,

I have not enabled full debugging with -X option. But syslog was enabled,
all the logs were redirected to a remote syslog server. You want me to test
with all the debugging including syslog turned off?

Thanks,
Nikitha
On 5/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Hi,

 If I connect  2  clients per second then all the clients ( 2 per second
for
 30 minutes ) are getting connected.

 Please let me know what could be the reason for this? The log file is
very
 huge.. if you could  not figure out the issue with the above statistic
it
 will send the log to the group.

is this with full debugging turned on? if so, try it with full debug off.
the server will spend quite some time spewing that text out in debug mode

alan
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Performance with Freeradius-1.1.4

2007-04-27 Thread nikitha george

Hi All,

I am using freeradius-1.1.4 with PEAP-MSCHAPV2. Each session starting from
Access-Request till Access-Accept it takes more than 250ms to complete. Is
it the normal performance of freeradius-1.1.4 or anything suspicious in this
regard? When i  try to send many Request simultaneously then there is no
response from the server for the latest requests as the server is busy
processing first request.
Only the first request gets response after 250ms.

When i tried with some other RADIUS Server i could connect each mobile unit
in some 150ms.

Please let me know if anybody faced this problem with performance.

Thanks,
Nikitha
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Performance with Freeradius-1.1.4

2007-04-27 Thread inverse
 I am using freeradius-1.1.4 with PEAP-MSCHAPV2. Each session starting from
 Access-Request till Access-Accept it takes more than 250ms to complete. Is

are you doing it against an LDAP server?
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Performance with Freeradius-1.1.4

2007-04-27 Thread Alan DeKok
nikitha george wrote:
 I am using freeradius-1.1.4 with PEAP-MSCHAPV2. Each session starting
 from Access-Request till Access-Accept it takes more than 250ms to
 complete. Is it the normal performance of freeradius-1.1.4 or anything
 suspicious in this regard?

  It depends on your CPU speed, etc.  But it's not out of line.  Almost
all of that time is spent in OpenSSL, doing cryptography.

 When i  try to send many Request
 simultaneously then there is no response from the server for the latest
 requests as the server is busy processing first request.
 Only the first request gets response after 250ms.

  Are you sure you're not running the server in single threaded mode?

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html