.\" .\" sc_warts2json.1 .\" .\" Author: Matthew Luckie .\" .\" Copyright (c) 2013 The Regents of the University of California .\" All rights reserved .\" .\" $Id: sc_warts2json.1,v 1.3 2013/07/18 21:25:55 mjl Exp $ .\" .\" nroff -man sc_warts2json.1 .\" groff -man -Tascii sc_warts2json.1 | man2html -title sc_warts2json.1 .\" .Dd October 15, 2010 .Dt SC_WARTS2JSON 1 .Os .Sh NAME .Nm sc_warts2json .Nd JSON dump of information contained in a warts file. .Sh SYNOPSIS .Nm .Op Ar .Sh DESCRIPTION The .Nm 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. .Sh EXAMPLES The command: .Pp .in +.3i sc_warts2json file1.warts file2.warts .in -.3i .Pp will decode and print the contents of file1.warts, followed by the contents of file2.warts. .Pp The command: .Pp .in +.3i gzcat file1.warts.gz | sc_warts2json .in -.3i .Pp will print the contents of the uncompressed file supplied on stdin. .Sh SEE ALSO .Xr scamper 1 , .Xr sc_wartsdump 1 , .Xr sc_warts2text 1 .Sh AUTHORS .Nm is written by Matthew Luckie . The JSON output format was provided by Brian Hammond of Internap Network Services Corporation.