1SC_WARTS2JSON(1)          BSD General Commands Manual         SC_WARTS2JSON(1)
2

NAME

4     sc_warts2json — JSON dump of information contained in a warts file.
5

SYNOPSIS

7     sc_warts2json [file ...]
8

DESCRIPTION

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

EXAMPLES

16     The command:
17
18        sc_warts2json file1.warts file2.warts
19
20     will decode and print the contents of file1.warts, followed by the con‐
21     tents of file2.warts.
22
23     The command:
24
25        gzcat file1.warts.gz | sc_warts2json
26
27     will print the contents of the uncompressed file supplied on stdin.
28

SEE ALSO

30     scamper(1), sc_wartsdump(1), sc_warts2text(1)
31

AUTHORS

33     sc_warts2json is written by Matthew Luckie <mjl@luckie.org.nz>.  The JSON
34     output format for traceroute and ping was built on an initial prototype
35     provided by Brian Hammond of Internap Network Services Corporation.  The
36     JSON output format for tbit and dealias was implemented by Matthew
37     Luckie.
38
39BSD                              July 18, 2013                             BSD
Impressum