1RACOUNT(1) General Commands Manual RACOUNT(1)
2
3
4
6 racount - count things from an argus(8) data file/stream.
7
9 Copyright (c) 2000-2003 QoSient. All rights reserved.
10
12 racount -r argus-file [ra options]
13
15 Racount reads argus data from an argus-file list, and prints out vari‐
16 ous counts from the data in the file.
17
19 Racount, like all ra based clients, supports a number of ra options
20 including filtering of input argus records through a terminating filter
21 expression. See ra(1) for a complete description of ra options.
22
23
25 racount -r argus.file
26 racount records total_pkts src_pkts dst_pkts total_bytes src_bytes dst_bytes
27 sum 279 1112 661 451 165567 94561 71006
28
29
30 racount -ar argus.file
31 racount records total_pkts src_pkts dst_pkts total_bytes src_bytes dst_bytes
32 tcp 47 777 405 372 119782 66541 53241
33 udp 135 180 137 43 35987 20466 15521
34 icmp 18 47 40 7 3318 2814 504
35 ip 50 50 50 0 3000 3000 0
36 arp 29 58 29 29 3480 1740 1740
37 sum 279 1112 661 451 165567 94561 71006
38
39 racount -r argus.file - tcp and retrans
40 racount records total_pkts src_pkts dst_pkts total_bytes src_bytes dst_bytes
41 tcp 15 276 141 135 22073 8758 13315
42
43
44
46 Carter Bullard (carter@qosient.com).
47
49 ra(1), rarc(5), argus(8) tcpdump(1),
50
51
52
53 07 November 2000 RACOUNT(1)