1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
.TH traffic-exclude 8 "10 Feb 1999"
.SH NAME
traffic-exclude \- Remove specified hosts from traffic summary
.SH SYNOPSIS
.B traffic-resolve
.RB [ \-Vh ]
.RB [ "\-i, \-\-input file" ]
.RB [ "\-o, \-\-output file" ]
.RB [ "\-x, \-\-exclude address\-spec" ]
.RB [ "\-c, \-\-include address\-spec" ]
.SH DESCRIPTION
.I traffic-exclude
is a filter which accepts a report generated by
.I traffic-collect(8)
on standard input and removes specified hosts. It then rewrites the
report to standard output. Alternately input and output files may be
specified on the commandline using the '-o' and '-i' switches.
.PP
Addresses can be specifed as hostname, host
address (xx.xx.xx.xx) host/netmask (xx.xx.xx.xx/xx.xx.xx.xx) or in CIDR (xx.xx.xx.xx/xx)
format.
.SH "OPTIONS"
.TP
.BI "\-i \-\-input file"
Read input from
.B file
instead of standard input.
.TP
.BI "\-o \-\-output file"
Write output to
.B file
instead of standard output.
.TP
.BI "\-x \-\-exclude address-spec"
Removes the specified hosts from the report.
.TP
.BI "\-c \-\-include address-spec"
Removes all but the the specified hosts from the report.
.TP
.BI "\-h \-\-help"
Prints usage information.
.TP
.BI "\-V \-\-version"
Prints program version.
.SH "SEE ALSO"
.I traffic-collect(8),
.I traffic-sort(8),
.I traffic-totext(8),
.I traffic-tohtml(8),
.I traffic-tops(8),
.I traffic-togif(8),
.SH "AUTHORS"
Damien Miller <dmiller@ilogic.com.au>
.LP
http://www.ilogic.com.au/~dmiller/traffic-vis.html
.SH "BUGS"
Hopefully none, probably legion.
|