1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.TH FLOWSCAN 1
.SH NAME
flowscan \- flow-based IP traffic analysis and visualization tool
.SH SYNOPSIS
.B flowscan [-hv] [-w secs] [-s bytes] FlowScanClass [...]
.SH "DESCRIPTION"
.TS
tab (@);
l l.
-g@use this glob (file pattern match) when looking for raw flow files to be processed. Defaults to: 'flows.*:*[0-9]' (mnemonic: 'g'lob)
-h@shows this usage information (mnemonic: 'h'elp)
-v@verbose - show warnings (mnemonic: 'v'erbose)
-w secs@process the flow files, and wait secs seconds for new ones to appear. Flow file will be globbed using "flows.*:*[0-9]". (Don't pass flow file names as arguments when using this option.)
-s bytes@skip processing of files of size greater than bytes (mnemonic: 's'kip 's'ize)
.TE
.SH "SEE ALSO"
.BR add_ds.pl (1),
.BR add_txrx (1),
.BR event2vrule (1),
.BR ip2hostname (1),
.BR locker (1)
.SH AUTHOR
This manual page was written by Anibal Monsalve Salazar,
for the Debian Project.
|