ragrep(1) grep argus(8) user captured data.

COPYRIGHT

Copyright (c) 2000-2008 QoSient. All rights reserved.

SYNOPSIS

ragrep -e <regexp> [-v] [-i] [raoptions] [- filter-expression]

OPTIONS

Ragrep, 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. ragrep(1) specific options are:

-e regexp
Use the grep(1)-compatible regular expression for filtering.

-i
ignore case.

-v
Reverse the expression matching logic.

INVOCATION

A sample invocation of ragrep(1). This call reads argus(8) data from inputfile and greps all http transactions that generated a "404 Not Found" error.

ragrep -r inputfile -e "HTTP.*404"

FILES

AUTHORS

Carter Bullard ([email protected]).

BUGS