GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
flow-merge(1) FreeBSD General Commands Manual flow-merge(1)

flow-merge — Merge flow files.

flow-merge [-aghm] [-b big|little] [-C comment] [-d debug_level] [-o filename] [-z z_level] [file|directory ...]

The flow-merge utility processes files and/or directories of files in the flow-tools format. The resulting merged data set is written to the standard output or file specified by -o. If file is a single dash (`-') or absent, flow-merge will read from the standard input. Unlike flow-cat, flow-merge interleaves flow records preserving the relative chronological order.

Do not ignore filenames that begin with tmp.
Byte order of output.
Add a comment.
Enable debugging.
Sort file list by capture start time before processing.
Display help.
Disable the use of mmap().
Preload headers. Use to preserve meta information such as lost flows.
Write to file instead of the standard out.
Configure compression level to z_level. 0 is disabled (no compression), 9 is highest compression.
Process the files and/or directory.

Merge all flow files begining with ft-v05.2001-05.01, use flow-print to display the results.


flow-merge ft-v05.2001-05-01.* | flow-print

None known.

Larry Lidz ellidz@eridu.uchicago.edu

flow-tools(1)


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.