|
NAMErastrip - strip argus(8) data file.SYNOPSISrastrip [-M [replace] [+|-]dsr [-M ...]] [raoptions] [-- filter-expression]DESCRIPTIONRastrip reads argus data from an argus-data source, strips the records based on the criteria specified on the command line, and outputs a valid argus-stream. This is useful to reduce the size of argus data files. Rastrip always removes argus management transactions, thus having the same effect as a 'not man' filter expression.OPTIONSRastrip, like all ra based clients, supports a number of ra options including filtering of input argus records through a terminating filter expression. See ra(1) for a complete description of ra options. rastrip(1) specific options are:
In the default mode, without the -M option, rastrip removes the following default set of dsrs: encaps, agr, vlan, mpls, mac, icmp, ipattr, jitter, suser, duser
INVOCATIONA sample invocation of rastrip(1). This call reads argus(8) data from inputfile and strips the default dsr set but keeps MAC addresses and writes the result to outputfile:rastrip -M +mac -r inputfile -w outputfile This call removes only captured user data and timings and writes the result to stdout: rastrip -M -suser -M -duser -M -time -r inputfile COPYRIGHTCopyright (c) 2000-2016 QoSient. All rights reserved.SEE ALSOra(1), rarc(5), argus(8),FILESAUTHORSCarter Bullard (carter@qosient.com). BUGS
Visit the GSP FreeBSD Man Page Interface. |