Kevin J wrote: > I am wondering if there is a tool or way to check the statistics in real > time. > I need something that can tell me how many users got accepted and > rejected so far since Radius started.
Rotate the log whenever you restart radius then: grep -c OK radius.log grep -c Failed radius.log -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

