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_WARTS2JSON(1) FreeBSD General Commands Manual SC_WARTS2JSON(1)

sc_warts2json
JSON dump of information contained in a warts file.

sc_warts2json [file ...]

The sc_warts2json 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.

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.

scamper(1), sc_wartsdump(1), sc_warts2text(1)

sc_warts2json was written by Matthew Luckie <mjl@luckie.org.nz>. 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.
July 18, 2013 FreeBSD 13.1-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.