Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

flowscan(1) [debian man page]

FLOWSCAN(1)						      General Commands Manual						       FLOWSCAN(1)

NAME
flowscan - flow-based IP traffic analysis and visualization tool SYNOPSIS
flowscan [-hv] [-w secs] [-s bytes] FlowScanClass [...] DESCRIPTION
-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) SEE ALSO
add_ds.pl(1), add_txrx(1), event2vrule(1), ip2hostname(1), locker(1) AUTHOR
This manual page was written by Anibal Monsalve Salazar, for the Debian Project. FLOWSCAN(1)

Check Out this Related Man Page

IP2HOSTNAME(1)						      General Commands Manual						    IP2HOSTNAME(1)

NAME
ip2hostname - converts IP addresses to their respective hostnames SYNOPSIS
ip2hostname [-h] [ -p printf_format ] [ [-i extension] file [...] ] DESCRIPTION
-h help (shows this usage information) (mnemonic: 'h'elp) -p printf_format use this printf format for IP address and hostname, respectively. The default format is '%.0s%s', which supresses the printing of the IP address (i.e. "%.0s" specifies printing a string with a maximum width of zero). To maintain column widths (since both the IP address and hostname vary in lenght), a format like this may be useful: '%-16.16s %-20s' (mnemonic: 'p'rintf format) -i extension edit the files in place (rather than sending to standard output) This option requires file name(s) argument(s). The extension is added to the name of the old file to make a backup copy. If you don't wish to make a backup, use "-I". (mnemonic: edit 'i'n place) -I like "-i" but no backup is made. (mnemonic: edit 'I'n place, trusting this script 'I'mplicitly. ;^) SEE ALSO
add_ds.pl(1), add_txrx(1), event2vrule(1), flowscan(1), locker(1) AUTHOR
This manual page was written by Anibal Monsalve Salazar, for the Debian Project. IP2HOSTNAME(1)
Man Page

We Also Found This Discussion For You

1. IP Networking

processing tcpflow output

I'm using tcpflow to analyze traffic traces. When I launch tcpflow with -r option it creates some files, one for each flow. The problem is that some of these files are not readable. I tryed to process them with awk, but also using it i cannot visualize them correctly. Can anyone suggest me a... (5 Replies)
Discussion started by: littleboyblu
5 Replies