(RADIUS) Re: RadiusReport V0.3

Paul Gregg (pgregg@tibus.net)
10 Apr 1998 01:23:18 GMT

Ben-Nes Michael <miki@canaan.co.il> wrote:
| Hi
|
| I use radiusreport v0.3 witch i got form
|
| http://www.tibus.net/pgregg/projects/radiusreport/
|
| On 5mb detail file and 166 cpu (linux) its take 2min to retrive the log
| file
|
| why its so slow ?
|
| does any body know of a log program that can ritrive the usage
| information for the users but much faster ?

RR is notoriously bad at '-l all' reporting. Just say no. V0.4 (a precursor to
a fill V1 release will sort it all out).

If you need to do reports on all users then write a small script to produce a
list of all userid's and then a shell script to:

for user (`echo $users`); do
nice radiusreport -tbaq -l $user -f ..../detail.gz > /repdir/$user
done

This will spread the load and keep RRs memory/cpu use way down, unaffecting
anything else. It will take a long time to complete with large detail files
and many users but it works. Again 1.0 will address the speed issues
and actually make realtime/web accessable reports usable.

Hope this helps.

Paul.

-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-radius' in the body of the message.
Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>