traffic-tohtml(8)
NAME
traffic-tohtml - Convert network traffic report to HTML
SYNOPSIS
traffic-tohtml [-o--outputfilename] [-i--inputfilename] [-Vh]
DESCRIPTION
traffic-tohtml is a filter which accepts a summary gener
ated by traffic-collect(8) on standard input (or from the
file specified using the '-i' option) and writes an ASCII
report to standard output or to the file specified using
the '-o' option.
The report consists of a list of which hosts are active,
the volume of traffic sent and received and with whom
hosts were communicating. Due to the potentially large
volume it is recommended that you limit the number of
hosts using the traffic-sort(8) tool's '-L' option.
OPTIONS
- -o --output filename
- Write output to file instead of standard out.
- -i --input filename
- Read input from file instead of standard input.
- -h --help
- Prints usage information.
- -V --version
- Prints program version.
SEE ALSO
traffic-collect(8), traffic-sort(8), traffic-exclude(8),
traffic-totext(8), traffic-tops(8), traffic-togif(8),
traffic-resolve(8),
AUTHORS
Damien Miller <dmiller@ilogic.com.au>
http://www.ilogic.com.au/~dmiller/traffic-vis.html
BUGS
- Hopefully none, probably legion.