.\" Copyright (c) 2000-2003 QoSient, LLC .\" All rights reserved. .\" .\" QOSIENT, LLC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS .\" SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND .\" FITNESS, IN NO EVENT SHALL QOSIENT, LLC BE LIABLE FOR ANY .\" SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER .\" RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF .\" CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN .\" CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" .TH RACOUNT 1 "07 November 2000" .SH NAME \fBracount\fP \- count things from an \fBargus(8)\fP data file/stream. .SH COPYRIGHT Copyright (c) 2000-2003 QoSient. All rights reserved. .SH SYNOPSIS .B racount .B -r .I argus-file .I [ra options] .SH DESCRIPTION .IX "racount command" "" "\fLracount\fP \(em argus data" .LP .B Racount reads .BR argus data from an \fIargus-file\fP list, and prints out various counts from the data in the file. .LP .SH OPTIONS Racount, like all ra based clients, supports a number of \fBra options\fP including filtering of input argus records through a terminating filter expression. See \fBra(1)\fP for a complete description of \fBra options\fP. .SH EXAMPLE INVOCATION .B racount -r argus.file .nf racount records total_pkts src_pkts dst_pkts total_bytes src_bytes dst_bytes sum 279 1112 661 451 165567 94561 71006 .fi .B racount -ar argus.file .nf racount records total_pkts src_pkts dst_pkts total_bytes src_bytes dst_bytes tcp 47 777 405 372 119782 66541 53241 udp 135 180 137 43 35987 20466 15521 icmp 18 47 40 7 3318 2814 504 ip 50 50 50 0 3000 3000 0 arp 29 58 29 29 3480 1740 1740 sum 279 1112 661 451 165567 94561 71006 .fi .B racount -r argus.file - tcp and retrans .nf racount records total_pkts src_pkts dst_pkts total_bytes src_bytes dst_bytes tcp 15 276 141 135 22073 8758 13315 .fi .SH AUTHORS .nf Carter Bullard (carter@qosient.com). .fi .SH SEE ALSO .BR ra (1), .BR rarc (5), .BR argus (8) .BR tcpdump (1),