netflow,抓包
源代码在线查看: flow-split.html
> > >flow-split > NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.73 "> > CLASS="REFENTRY" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" > > NAME="AEN1" > CLASS="APPLICATION" >flow-split > > > CLASS="REFNAMEDIV" > NAME="AEN6" > > >Name > CLASS="APPLICATION" >flow-split > -- Split flow files into smaller files. > CLASS="REFSYNOPSISDIV" > NAME="AEN10" > > >Synopsis > > CLASS="COMMAND" >flow-split > [-gGhn] [-b CLASS="REPLACEABLE" > > big > >| CLASS="REPLACEABLE" > >little > >] [-C CLASS="REPLACEABLE" > > comment > >] [-d CLASS="REPLACEABLE" > > debug_level > >] [-N CLASS="REPLACEABLE" > > nflows > >] [-o CLASS="REPLACEABLE" > > outfile_basename > >] [-T CLASS="REPLACEABLE" > > nseconds > >] [-z CLASS="REPLACEABLE" > > z_level > >] > > CLASS="REFSECT1" > NAME="AEN29" > > >DESCRIPTION > >The CLASS="COMMAND" >flow-split > utility will split a flow file into smaller files based on the the number of flows or the ammount of time that has passed. > > CLASS="REFSECT1" > NAME="AEN33" > > >OPTIONS > > > CLASS="VARIABLELIST" > > >-b CLASS="REPLACEABLE" > > big > >| CLASS="REPLACEABLE" > >little > > > > >Byte order of output. > > >-C CLASS="REPLACEABLE" > > Comment > > > > >Add a comment. > > >-d CLASS="REPLACEABLE" > > debug_level > > > > >Enable debugging. > > >-g > > >Split on source tag. > > >-G > > >Split on destination tag. > > >-h > > >Display help. > > >-n > > >Use symbols for tag field in filename. > > >-N CLASS="REPLACEABLE" > > nflows > > > > >Split after processing CLASS="REPLACEABLE" > >nflows > >. > > >-o CLASS="REPLACEABLE" > > outfile_basename > > > > >The basename of the resulting files. > > >-T CLASS="REPLACEABLE" > > nsecond > > > > >Split after processing an interval of CLASS="REPLACEABLE" > >nseconds > > flows. > > >-z CLASS="REPLACEABLE" > > z_level > > > > >Configure compression level to CLASS="REPLACEABLE" > > z_level > >. 0 is disabled (no compression), 9 is highest compression. > > > > > CLASS="REFSECT1" > NAME="AEN91" > > >EXAMPLES > CLASS="INFORMALEXAMPLE" > NAME="AEN93" > > > > >Create 1 minute flow files from the flow archive in CLASS="FILENAME" >/flows/krc4 >. Store the results in CLASS="FILENAME" >/flows/krc4.split > > > CLASS="COMMAND" >flow-cat /flows/krc4 | flow-split -T60 -o /flows/krc4.split/1min >. > > > > > CLASS="REFSECT1" > NAME="AEN99" > > >BUGS > >None known. > > CLASS="REFSECT1" > NAME="AEN102" > > >AUTHOR > >Mark Fullmer CLASS="EMAIL" >< HREF="mailto:maf@splintered.net" >maf@splintered.net >> > > > CLASS="REFSECT1" > NAME="AEN109" > > >SEE ALSO > > CLASS="APPLICATION" >flow-tools >(1) > > > >