Hi,

> On 29 Mar 2016, at 11:53, Hartmaier Alexander 
> <alexander.hartma...@t-systems.at> wrote:
> 
> I've copied the calculation code to my LogFormatHook code:
> 
> $message->{response_time} = Radius::Util::timeInterval( \
>             $p->{RecvTime}, \
>             $p->{RecvTimeMicros}, Radius::Util::getTimeHires()); \
> 
> I'd still prefer if that float was available with a placeholder variable.
> 
> It shows what I was expecting, EAP authentication is slow.
> Any pointers where I can start optimizing the EAP auth performance?
> 

hard to say without seeing your configuration and Trace 4 (DEBUG) log 
of a single request including microseconds (LogMicroseconds).

I assume that those timings are for the last Access-Request of 
EAP authentication which produces either Access-Accept or Access-Reject.

Usually most of the time goes to a user lookup from a backend.


BR
-- 
Tuure Vartiainen <varti...@open.com.au>

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS,
NetWare etc.

_______________________________________________
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to