e24a22467b76aea4c059d6fba489463e0783f1af
[netsniff-ng.git] / Documentation / Manpages / flowtop.8
blobe24a22467b76aea4c059d6fba489463e0783f1af
1 =head1 NAME
3 flowtop - provide top-like netfilter connection tracking information
5 =head1 SYNOPSIS
7 flowtop [--city-db <path>][--country-db <path>]
8 [-T|--tcp][-U|--udp][-v|--version][-h|--help]
10 =head1 DESCRIPTION
12 flowtop is a tiny tool to print human-readable
13 netfilter connection tracking information.
15 =head1 EXAMPLES
17 =over
19 =item flowtop
21 Show only TCP flows
23 =item flowtop --udp
25 Show only UDP flows
27 =item flowtop --city-db /usr/share/GeoIP/GeoIPCity.dat
29 Use the specified GeoIP city database
31 =item flowtop --country-db /usr/share/GeoIP/GeoIP.dat
33 Use the specified GeoIP country database
35 =back
37 =head1 OPTIONS
39 =over
41 =item -T|--tcp
43 Only show TCP flows (default)
45 =item -U|--udp
47 Only show UDP flows
49 =item -s|--show-src
51 Also include flow source in top output
53 =item --city-db
55 Path to GeoIP city database
57 =item --country-db
59 Path to GeoIP country database
61 =item -v|--version
63 Print version.
65 =item -h|--help
67 Print help text and lists all options.
69 =back
71 =head1 AUTHOR
73 Written by Daniel Borkmann <daniel@netsniff-ng.org>
75 =head1 DOCUMENTATION
77 Documentation by Emmanuel Roullit <emmanuel@netsniff-ng.org>
79 =head1 BUGS
81 Please report bugs to <bugs@netsniff-ng.org>
83 =cut