forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
616 B
Text
13 lines
616 B
Text
Algorithm::Accounting provide simple aggregation method to make log
|
|
accounting easier. It accepts data in rows, each rows can have many
|
|
fields, and each field is a scalar or a list(arrayref).
|
|
|
|
The basic usage is you walk through all your logs, and use append_data()
|
|
to insert each rows, (you'll have to split the line into fields), and
|
|
then call result() to retrieve the result, or report() to immediately
|
|
see simple result.
|
|
|
|
You may specify a filed_groups parameter (arrayref of arrayref), and
|
|
Algorithm::Accounting will account these fields in groups.
|
|
|
|
WWW: http://search.cpan.org/dist/Algorithm-Accounting/
|