sc_warts2json(1) JSON dump of information contained in a warts file.

SYNOPSIS

[file ... ]

DESCRIPTION

The utility provides a JSON dump of information contained in a sequence of warts files. The output is the same as that which would have been provided by scamper if the JSON output option had been chosen instead of the warts output option when the data was collected.

EXAMPLES

The command:

sc_warts2json file1.warts file2.warts

will decode and print the contents of file1.warts, followed by the contents of file2.warts.

The command:

gzcat file1.warts.gz | sc_warts2json

will print the contents of the uncompressed file supplied on stdin.

AUTHORS

is written by Matthew Luckie <[email protected]>. The JSON output format for traceroute and ping was built on an initial prototype provided by Brian Hammond of Internap Network Services Corporation. The JSON output format for tbit and dealias was implemented by Matthew Luckie.