RACOUNT(1) | General Commands Manual | RACOUNT(1) |
racount - count things from an argus(8) data file/stream.
racount [-M addr proto] [raoptions] [-- filter-expression]
Racount 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.
Racount, 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:
This 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
sum 336 21319 9266 12053 16954495 1329172 15625323
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
sum 336 21319 9266 12053 16954495 1329172 15625323 Protocol Summary
udp 1 28 28 0 14692 14692 0
ip 222 20751 8891 11860 16799531 1238670 15560861
udp 103 513 324 189 138274 74068 64206
udp 1 1 1 0 422 422 0
arp 7 16 12 4 936 680 256 Address Summary
IPv4 Unicast src 0 dst 40
IPv4 Unicast Private src 6 dst 3
IPv6 LinkLocal src 3 dst 0
IPv6 Multicast Link Local src 0 dst 3
Copyright (c) 2000-2016 QoSient. All rights reserved.
Carter Bullard (carter@qosient.com).
07 November 2000 | racount 3.0.8 |