22 Jun
2010
22 Jun
'10
1:53 a.m.
Alexandru Oprisan wrote:
I'm using freeradius 2.1.6 on gentoo to do decoupled accounting. I have everything set up, the only problem seems to be the speed of the 'detail reader server'. I do quite a lot off accounting packets on the box ( no auth ), the detail writer has already written 1.9G of details ( in about 5 hours ) to hourly files, but the detail reader is lagging far behind (still working on the first file). I only see about 1 row inserted per second, but I know the server can do far more.
Run it in debugging mode to see why it's so slow. The detail file reader *should* be reading the files as fast as the records can be inserted into SQL. Alan DeKok.