https://github.com/isc-projects/bind9-stats
Perl modules to parse BIND 9.x (v2 and v3) XML statistics files.
https://github.com/isc-projects/bind9-stats
Last synced: about 1 year ago
JSON representation
Perl modules to parse BIND 9.x (v2 and v3) XML statistics files.
- Host: GitHub
- URL: https://github.com/isc-projects/bind9-stats
- Owner: isc-projects
- License: bsd-2-clause
- Created: 2015-03-11T12:52:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T13:00:09.000Z (over 11 years ago)
- Last Synced: 2025-03-23T20:37:10.731Z (over 1 year ago)
- Language: JavaScript
- Size: 973 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ISC-BIND-Stats-Parser version 1.00
==================================
The set of routines in ISC-BIND-Stats provides the module
ISC::BIND::Stats
this is an XML::SAX parser for the bind 9.x (v2 and v3 in 9.10) stats
interface.
The program tools/monthly_summary turns the stats file into a (monthly)
CSV file containing the totals.
To install this module type the following:
cd ISC-BIND-Stats
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
XML::SAX
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2012 by Francisco Obispo
Copyright (C) 2015 by Michael Richardson
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.12.4 or,
at your option, any later version of Perl 5 you may have available.