Cesnet Liberouter
  • Projects
  • NIFIC
  • NetCOPE
  • FFlowMon
  • Past projects
  • VHDL design
  • System software
  • Testing
  • Formal verification
  • Documents
  • Hardware
  • Our partners
Main page -> System software -> Manual pages
flowmoncol

Name

flowmoncol - program for importing FlowMon probe data in NetFlow version 5 format

Synopsis

flowmoncol [-h] [-i interval] [-l port] [-c] [-m mode] [-v level]

Description

The flowmoncol program receives data from the FlowMon v5 exporter and create some simple statisctics over them.

flowmoncol is invoked to listen on default port 5000.

Options

-i interval
Set the interval for statistic counting (in seconds).
-l port
Set the port to listening for netflow datagrams.
-c
For SQL mode print first the create table commands (simple use with sqlite).
-m mode

Sets the running mode (modes can be binary combined, but this is not recommended for all modes).

1 count total statistic only
2 count per protocol statistic
4 print per flow statistic (many many lines)
8 print SQL store command for each flow instead of statistic (don't mix with other modes)

Table 1. SQL table

NameTypeDescription
startIntegerFlow start time as UNIX time
finishIntegerFlow end time as UNIX time
srcTEXTsource ip address
dstTEXTdestination ip address
packetsIntegerNumber of packets
octetsIntegerNumber of octets (bytes)
protocolIntegerProtocol (TCP,UDP, ICMP)
src_portIntegersource port (if any)
dst_portIntegerdestination port (if any)

-h
Display program help.
-v level
Set the verbosity level (0 to 5).

Reporting Bugs

To report bug, go to https://www.liberouter.org/bugtrack/

See Also

Other resources:

http://www.flowmon.org/flowmon-probe/

FlowMon probe web page

Main Page About Liberouter Team Mailing list SVN Contacts