27 Sep
2023
27 Sep
'23
1:45 p.m.
On Sep 27, 2023, at 1:22 PM, Andy Arp <bubbaandy89@gmail.com> wrote:
Is there a builtin value i can emit to linelog that will indicate how long a given request has taken from start to finish?
You can use: %{expr: %l - %c} which gets you the time difference in seconds. However, that is not generally useful. Matthew just added something related to v3.2.x: https://github.com/FreeRADIUS/freeradius-server/commit/1b4f1d0a622384495ba55... That will be in the next release. Alan DeKok.