Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 enthält jetzt eine eigene netflow_collector.pl-Modul, dass es eine ganz eigenständige Sammler, Lader, Aggregator macht, und Grapher. Es unterstützt auch die neue On-the-fly-Parsing-Modus nicht zu verschwenden Speicherplatz auf der Festplatte auf allen und auf die Datenbanken ständig aktuell zu halten.
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

Zeitzone Unterstützung wurde in netflow_parse.pl verbessert. Zur Beschleunigung zu verbessern, "create table" wurde davon abhängig gemacht für OSU Flow-Output-Analyse Tools in 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

Ein "Fast-Mode" wurde hinzugefügt, um die Suche netflow_parse.pl vermeidet für bestehende Datensätze in der täglichen Tabellen, um sie zu aktualisieren, wenn die neuen Möglichkeiten Recorders übereinstimmt mit ihm. Es kann größere Tabellen zu erstellen, wenn es mehr als ein ASCII-Quelldatei für den gleichen Zeitraum und die gleichen Kunden / IP, was sehr unwahrscheinlich ist. Auf der anderen Seite wird es erheblich verbessern Geschwindigkeit, da es eine SELECT-und ein Update für die täglichen großen Tabellen zu vermeiden.
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

Eine neue "single-Kunden"-Modus in netflow_graph.pl die Möglichkeit zu geben-the-fly Grafik für einen einzigen Kunden, und ein neues "von STDIN"-Modus in netflow_parse.pl Lesegeschwindigkeit bis zu Analyse und temporäre Dateien zu vermeiden.
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

Jede Komponente läuft jetzt im Strict-Modus. Zeitzone Unterstützung wurde den NFC-Modus in netflow_parse.pl aufgenommen. Ein Fehler in netflow_aggregate.pl, dass es von der Generierung von Summen und Schnittstellen Informationen verhindert wurde behoben. Einige verschiedene Bugfixes und Aufräumarbeiten wurden.
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