Logfile::Radius - Perl module for generating reports from Radius


Logfile-Radius documentation  | view source Contained in the Logfile-Radius distribution.

Index


NAME

Top

Logfile::Radius - Perl module for generating reports from Radius Accounting logfiles

SYNOPSIS

Top

   use Logfile::Radius;

DESCRIPTION

Top

This module is a subclass of the Logfile::Base package by Ulrich Pfeifer. A description on how to pass logfiles to this module and generate reports is available in the Logfile package.

This module has been written to parse Radius Accounting detail files. I only have copies of those generated by the Ascend Radius server, so I don't know if it is compatible with other Radius versions.

In particular I only record Stop type records as they contain the information that is relavent to my analysis. This may change if enough people want the Start records included.

DEPENDANCIES

Top

I overwrite the norm function, to avoid accepting duplicate session ids. This may or may not suit you.

COPYRIGHT

Top

SEE ALSO

Top

Logfile::Base by Ulrich Pfeifer.

AUTHORS

Top

Paul Gampe <paulg@twics.com>


Logfile-Radius documentation  | view source Contained in the Logfile-Radius distribution.