logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc_warts2csv — dump traceroutes collected by scamper in csv format

Author

sc_warts2csv was written by Matthew Luckie <mjl@luckie.org.nz>.

Debian                                            March 8, 2018                                  SC_WARTS2CSV(1)

Description

       The sc_warts2csv utility provides a CSV dump of traceroute records in warts(5) files.

Examples

       Given  two  warts(5)  files  named  file1.warts  and  file2.warts,  the following dumps all trace records
       contained within them:

             sc_warts2csvfile1.wartsfile2.warts

       Given a compressed warts file named file3.warts.bz2, the following  dumps  all  trace  records  contained
       within:

             bzcatfile3.warts.bz2 | sc_warts2csv

Name

       sc_warts2csv — dump traceroutes collected by scamper in csv format

See Also

scamper(1), sc_wartsdump(1), sc_warts2json(1),

       M. Luckie, Scamper:aScalableandExtensiblePacketProberforActiveMeasurementoftheInternet, Proc.
       ACM/SIGCOMM Internet Measurement Conference 2010.

Synopsis

sc_warts2csv [file...]

See Also