GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FLOWD(8) FreeBSD System Manager's Manual FLOWD(8)

flowd
NetFlow collector daemon

flowd [-hdg] [-D macro=value] [-f config_file] command

flowd is a small NetFlow collector daemon capable of understanding Cisco NetFlow version 1, version 5 and version 9 packet formats. flowd supports filtering and tagging of received flows before they are stored on disk, using a filter syntax similar to the OpenBSD PF packet filter. The on-disk format is flexible in that it allows selection of which packet fields are recorded, so logs may be made very compact.

By default, flowd will obtain its configuration from the flowd.conf(5) file, which typically resides in /usr/local/etc/flowd.conf. However, a different configuration file may be specified on the commandline using the -d option.

flowd may be terminated by sending it a SIGTERM signal. Upon receipt of a SIGUSR1 flowd will close and reopen its logfile. This is useful for rotating logs. When flowd receives a SIGHUP it will re-read its configuration and re-open its logfile. Some basic runtime statistics will be logged when flowd is signalled with SIGUSR2 or SIGINFO.

The command-line options are as follows:

macro=value
defines the name macro, which can then be used later in the config file. Refer to the MACROS section in flowd.conf(5) for more information on the use of macros.
Places flowd in debugging mode. In this mode, flowd will not fork to the background and will print verbose diagnostics, including details of each flow received.
Causes flowd not to fork and background itself. Logging will be reported to stderr instead of syslog.
config_file
Specify an alternate location for the configuration file Default is /usr/local/etc/flowd.conf
Displays commandline usage information.

Damien Miller <djm@mindrot.org>

flowd-reader(8) flowd.conf(5)
July 30, 2004 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.