EnglishFrenchSpanish

OnWorks favicon

flow-stat - Online in the Cloud

Run flow-stat in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command flow-stat that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


flow-stat — Generate reports with flow data.

SYNOPSIS


flow-stat [-hnpPw] [-d debug_level] [-f format] [-S sort_field] [-s sort_field] [-t
tally_lines] [-T title]

DESCRIPTION


The flow-stat utility generates usage reports for flow data sets by IP address, IP address
pairs, ports, packets, bytes, interfaces, next hops, autonomous systems, ToS bits,
exporters, and tags.

OPTIONS


-d debug_level
Enable debugging.

-f format

Report format. Choose from the following:

0 Overall Summary
1 Average packet size distribution
2 Packets per flow distribution
3 Octets per flow distribution
4 Bandwidth per flow distribution
5 UDP/TCP destination port
6 UDP/TCP source port
7 UDP/TCP port
8 Destination IP
9 Source IP
10 Source/Destination IP
11 Source or Destination IP
12 IP protocol
13 octets for flow duration plot data
14 packets for flow duration plot data
15 short summary
16 IP Next Hop
17 Input interface
18 Output interface
19 Source AS
20 Destination AS
21 Source/Destination AS
22 IP ToS
23 Input/Output Interface
24 Source Prefix
25 Destination Prefix
26 Source/Destination Prefix
27 Exporter IP
28 Engine Id
29 Engine Type
30 Source Tag
31 Destination Tag
32 Source/Destination Tag

-h Display help.

-n Use symbolic names where appropriate.

-p Display header information.

-P Report as percent total.

-s sort_field
Sort ascending on field sort_field.

-S sort_field
Sort descending on field sort_field.

-t tally_lines
Tally totals every tally_lineslines.

-T title Set report title to title.

-w Wide output.

EXAMPLES


Provide a report on top source/destination IP pairs sorted by octets, report in percent
total form for the flows in /flows/krc4. Use the preload option to flow-cat to preserve
meta information and display it with flow-stat.

flow-cat -p /flows/krc4 | flow-stat -f10 -P -p -S4

EXAMPLES


Many times a campus network will have a single border router which has one interface
pointing to the internal side and many interfaces pointing to other providers. These
interfaces each have a unique numerical id known in SNMP terms as an ifIndex. The ifIndex
to interface name mappings can be determined by using a tool such as snmpwalk or using
show commands in recent versions of IOS with the 'show snmp mib ifmib ifindex' or JunOS
'show interfaces'. Once the ifIndex for each interface is known flow-filter can be
combined with flow-stat to provide reports such as inbound vs outbound top src/destination
IP addresses.

Provide a top source IP address report by outbound traffic, ie the top senders of traffic
on the campus network. Assume the ifIndex of the campus interface is 5.

flow-cat -p /flows/krc4 | flow-filter -i5 | flow-stat -f9 -P -p -S3

EXAMPLES


Provide a top destination IP address report by outbound traffic, ie the top sinks of
traffic on the campus network. Assume the ifIndex of the campus interface is 5.

flow-cat -p /flows/krc4 | flow-filter -I5 | flow-stat -f8 -P -p -S3

EXAMPLES


Provide a top source/destination AS report. Use symbolic names.

flow-cat -p /flows/krc4 | flow-stat -f20 -n -P -p -S4

Use flow-stat online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Alt-F
    Alt-F
    Alt-F provides a free and open source
    alternative firmware for the DLINK
    DNS-320/320L/321/323/325/327L and
    DNR-322L. Alt-F has Samba and NFS;
    supports ext2/3/4...
    Download Alt-F
  • 2
    usm
    usm
    Usm is a unified slackware package
    manager that handles automatic
    dependency resolution. It unifies
    various package repositories including
    slackware, slacky, p...
    Download usm
  • 3
    Chart.js
    Chart.js
    Chart.js is a Javascript library that
    allows designers and developers to draw
    all kinds of charts using the HTML5
    canvas element. Chart js offers a great
    array ...
    Download Chart.js
  • 4
    iReport-Designer for JasperReports
    iReport-Designer for JasperReports
    NOTE: iReport/Jaspersoft Studio Support
    Announcement: As of version 5.5.0,
    Jaspersoft Studio will be the official
    design client for JasperReports. iReport
    will...
    Download iReport-Designer for JasperReports
  • 5
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 6
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • More »

Linux commands

Ad