Télécharger la liste

Description du projet

F.L.A.V.I.O. is a data grapher for netflow
collectors. It gathers data from a netflow collector,
loads it into a MySQL database and can generate
daily, weekly, monthly, and yearly charts. It shows
traffic split by ports, statistics on total utilization,
and generates percentile 95 information suitable for
billing in burstable services. It has been written in
Perl using DBD, DBI, and GD modules, and can be
easily extended to support new features or to
present data in different formats.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-07-15 18:11
2.0.0

FLAVIO comprend désormais son module netflow_collector.pl propres qui en fait un collecteur entièrement autonome, chargeur, agrégateur, et Grapher. Il supporte également de nouvelles on-the-fly analyse des modes d'éviter de gaspiller l'espace sur le disque dur du tout et pour garder les bases de données actualisées en permanence.
Tags: Major feature enhancements
F.L.A.V.I.O. now includes its own
netflow_collector.pl module that makes it a
entirely standalone collector, loader, aggregator,
and grapher. It also supports new on-the-fly
parsing modes to avoid wasting hard disk space at
all and to keep the databases constantly updated.

2002-07-01 19:38
1.2.7

Fuseau horaire soutien a été renforcée dans netflow_parse.pl. Afin d'améliorer la vitesse, "create table" a été faite avec sursis pour OSU Flow-outils d'analyse de sortie dans netflow_parse.pl.
Tags: Minor feature enhancements
Timezone support was enhanced in netflow_parse.pl.
In order to improve speed, "create table" was made
conditional for OSU Flow-Tools output parsing in
netflow_parse.pl.

2002-06-25 22:02
1.2.6

Un «mode rapide» a été ajouté à netflow_parse.pl qui évite à la recherche d'enregistrements existants dans les tableaux quotidienne afin de les mettre à jour si l'enregistrement de nouveaux potentiels matches avec elle. Elle mai créer des tableaux plus importants s'il n'y a plus d'une source fichier ASCII pour la même période et au même client / IP, qui est peu probable de se produire. D'autre part, elle va considérablement améliorer la vitesse, car elle permettra d'éviter un SELECT et un UPDATE pour les grandes tables quotidiennes.
Tags: Minor feature enhancements
A "fast mode" was added to netflow_parse.pl which
avoids looking for existing records in daily
tables in order to update them if the new
potential record matches with it. It may create
bigger tables if there is more than one ASCII
source file for the same period and the same
customer/IP, which is unlikely to happen. On the
other hand, it will considerably improve speed, as
it will avoid a SELECT and an UPDATE to the big
daily tables.

2002-06-21 23:58
1.2.5

Un nouveau "client unique" mode dans netflow_graph.pl pour permettre à la volée graphiques pour un seul client, et un nouveau "lire depuis stdin" mode dans netflow_parse.pl d'accélérer l'analyse et à éviter les fichiers temporaires.
Tags: Minor feature enhancements
A new "single customer" mode in netflow_graph.pl to allow on-the-fly graphing for a single customer, and a new "read from STDIN" mode in netflow_parse.pl to speed up parsing and to avoid temporary files.

2002-06-19 19:38
1.2.4

Chaque composant fonctionne maintenant en mode strict. Fuseau horaire ont été ajoutées en mode NFC dans netflow_parse.pl. Un bogue dans netflow_aggregate.pl qui l'a empêché de générer des totaux et des interfaces d'information a été fixée. Quelques corrections de bugs divers et des nettoyages de code ont été accomplis.
Tags: Code cleanup
Every component now runs in strict mode. Timezone
support was added to NFC mode in netflow_parse.pl.
A bug in netflow_aggregate.pl that prevented it
from generating Totals and Interfaces information
was fixed. Some miscellaneous bugfixes and code
cleanups were made.

Project Resources