GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SC_WARTSFILTER(1) FreeBSD General Commands Manual SC_WARTSFILTER(1)

sc_wartsfilterselect specific records from a warts file

sc_wartsfilter [-a address] [-i input-file] [-o output-file] [-O option] [-t record-type]

The sc_wartsfilter utility selects specific records from warts(5) input, and outputs those records. The supported options to sc_wartsfilter are as follows:

address
specifies an address or prefix of interest. If there are multiple addresses or prefixes of interest, these can be specified with additional -a options.
input-file
specifies the input warts file to process. If - is specified, then sc_wartsfilter will read from stdin.
output-file
specifies the output warts file to write records to. If - is specified, then sc_wartsfilter will write to stdout.
option
allows the behavior of sc_wartsfilter to be further tailored. The current choices for this option are:
  • Check if an address of an intermediate hop in a trace or tracelb object matches.
record-type
specifies a record type of interest. The current choices for this option are:

The command:

sc_wartsfilter -i input.warts -o output.warts -a 192.0.2.5 -a 192.0.2.6

outputs all warts records with a destination address of 192.0.2.5 or 192.0.2.6 from input.warts into output.warts.

The command:

sc_wartsfilter -i input.warts -o output.warts -a 2001:db8::/32

outputs all warts records with a destination address within the 2001:db8::/32 prefix into output.warts.

The command:

gzcat input.warts.gz | sc_wartsfilter -t ping | sc_warts2json

selects all ping records from a decompressed input file and and pipes them to sc_warts2json.

scamper(1), sc_warts2json(1), sc_wartsdump(1), warts(5)

sc_wartsfilter was written by Matthew Luckie.

March 10, 2023 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.