This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
forked from pmacct/pmacct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TOOLS
38 lines (36 loc) · 2.11 KB
/
TOOLS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
TOOLS DESCRIPTION.
All daemons can print statistics to stdout, keep in memory tables, store
persistently to open-source RDBMS (MySQL, PostgreSQL, Sqlite 3) to noSQL
databates (BerkeleyDB, MongoDB) and to flat-files, and publish to AMQP
and Kafka brokers (typically to insert in ElasticSearch, Cassandra and
CouchDB and, in general, all backends which are not natively supported
by pmacct).
pmacctd libpcap-based accounting daemon: it captures packets from an
interface it is bound to. Other than acting as a collector,
this daemon can also export statistics via NetFlow, IPFIX and
sFlow protocols.
nfacctd NetFlow accounting daemon: it listens for NetFlow packets
v1/v5/v7/v8/v9 and IPFIX on one or more interfaces (IPv4 and
IPv6). Other than acting as a collector, this daemon can also
replicate to 3rd party collectors.
sfacctd sFlow accounting daemon; it listens for sFlow packets v2, v4
and v5 on one or more interfaces (both IPv4 and IPv6). Other
than acting as a collector, this daemon can also replicate to
3rd party collectors.
uacctd Linux Netlink NFLOG accounting daemon; it captures packets by
leveraging a NFLOG multicast group - and works only on Linux.
Other than acting as a collector, this daemon can also export
statistics via NetFlow, IPFIX and sFlow protocols.
pmtelemetryd Streaming network telemetry collector daemon; it listens for
telemetry data binding to a TCP or UDP port and logs real-time
and/or dumps at regular time-intervals to configured backends.
pmbgpd Stand-alone BGP collector daemon; acts as a passive neighbor
and maintains per-peer RIBs; can log real-time and/or dump at
regular time-intervals BGP data to configured backends.
pmbmpd Stand-alone BMP collector daemon; can log real-time and/or dump
at regular time-intervals BMP/BGP data to configured backends.
pmacct commandline pmacct client; it allows to retrieve data from a
memory table plugin; it can perform queries over data or do
bulk data retrieval. Output is formatted, CSV or JSON format.
suitable for data injection in 3rd party tools like RRDtool,
Gnuplot or SNMP server among the others.