Unix and Linux Discussions Tagged with tools |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
18 |
15,434 |
What is on Your Mind? |
|
|
|
9 |
36,974 |
Red Hat |
|
|
|
1 |
3,611 |
Solaris |
|
|
|
2 |
6,432 |
AIX |
|
|
|
4 |
4,120 |
AIX |
|
|
|
0 |
2,874 |
Software Releases - RSS News |
|
|
|
0 |
1,502 |
Software Releases - RSS News |
|
|
|
5 |
15,476 |
Shell Programming and Scripting |
|
|
|
0 |
4,030 |
MySQL DevZone RSS |
|
|
|
0 |
1,429 |
Software Releases - RSS News |
|
|
|
1 |
4,265 |
Programming |
|
|
|
0 |
1,961 |
Software Releases - RSS News |
|
|
|
0 |
1,363 |
Software Releases - RSS News |
|
|
|
0 |
1,340 |
Software Releases - RSS News |
|
|
|
0 |
4,445 |
IT Security RSS |
|
|
|
0 |
1,515 |
Software Releases - RSS News |
|
|
|
0 |
1,203 |
Software Releases - RSS News |
|
|
|
0 |
1,180 |
Software Releases - RSS News |
|
|
|
0 |
1,108 |
Software Releases - RSS News |
|
|
|
0 |
1,256 |
Software Releases - RSS News |
|
|
|
0 |
1,189 |
Software Releases - RSS News |
|
|
|
0 |
1,252 |
Software Releases - RSS News |
|
|
|
0 |
1,802 |
Solaris |
|
|
|
0 |
1,185 |
Software Releases - RSS News |
|
|
|
0 |
1,286 |
Software Releases - RSS News |
|
|
|
0 |
1,213 |
Software Releases - RSS News |
|
|
|
2 |
2,373 |
Solaris |
|
|
|
0 |
1,042 |
Software Releases - RSS News |
|
|
|
0 |
1,325 |
Software Releases - RSS News |
|
|
|
0 |
1,380 |
UNIX and Linux RSS News |
|
|
|
0 |
1,325 |
UNIX and Linux RSS News |
|
|
|
0 |
1,044 |
Security Advisories (RSS) |
|
|
|
0 |
1,619 |
Solaris BigAdmin RSS |
|
|
|
0 |
896 |
Software Releases - RSS News |
|
|
|
0 |
1,235 |
Software Releases - RSS News |
|
|
|
0 |
1,640 |
Solaris BigAdmin RSS |
|
|
|
0 |
972 |
Software Releases - RSS News |
|
|
|
0 |
1,926 |
UNIX and Linux RSS News |
|
|
|
1 |
4,624 |
OS X (Apple) |
|
|
|
0 |
4,663 |
UNIX and Linux Applications |
ft2nfdump(1) ft2nfdump(1)
NAME
ft2nfdump - flow-tools data converter program
SYNOPSIS
ft2nfdump [options]
DESCRIPTION
ft2nfdump is the flow-tools converter program to read, convert and store netflow data, created with the flow-tools package. It works either
as a pipe filter or reads flow-tools data format directly from file and exports nfdump data format at stdout.
OPTIONS
-r <flow-tools-file>
Read flow-tools formated netflow data from file flow-tools-file. Default: Read from stdin.
-c num
Read only num flows from input file.
-E Print raw netflow records to stdout. This option is for debugging purpose only, to see any incoming netflow data. Compatible to option
-E in nfcapd.
-V Print ft2nfdump version and exit.
-h Print help text on stdout with all options and exit.
RETURN VALUE
Returns
0 No error.
255 Conversion failed.
EXAMPLES
flow-cat ft-v05.2001-05-01.* | ft2nfdump | nfdump -w nfcap.20010501 Convert files into nfdump format.
ft2nfdump -r ft-v05.2001-05-01 | nfdump -w nfcap.20010501 Convert files into nfdump format.
NOTES
SEE ALSO
nfcapd(1), nfdump(1), nfprofile(1), nfreplay(1)
BUGS
2009-09-09 ft2nfdump(1)