![]() |
![]()
| ![]() |
![]()
NAMEracount - count things from an argus(8) data file/stream. SYNOPSISracount [-M addr proto] [raoptions] [-- filter-expression] DESCRIPTIONRacount reads argus data from an argus-file list, and prints out various counts from the data in the file. Racount supports, by default, a single line output that provide total records and pkt and byte counts, broken down by source and destination. OPTIONSRacount, 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. racount specfic options are:
EXAMPLE INVOCATIONThis example runs racount against a single argus data file, generating the default output. % racount -r argus.2012.02.13.17.20.00.out.gz racount records total_pkts src_pkts dst_pkts total_bytes src_bytes dst_bytes This example runs racount against a directory containing argus data, generating a protocol breakdown as well as generating a network address summary. % racount -M proto addr -r argus.2012.02.13.17.20.00.out.gz racount records total_pkts src_pkts dst_pkts total_bytes src_bytes dst_bytes COPYRIGHTCopyright (c) 2000-2016 QoSient. All rights reserved. AUTHORSCarter Bullard (carter@qosient.com). SEE ALSOra(1), rarc(5), argus(8)
|