Linux command
sc_wartsdump 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Display verbose warts file contents
sc_wartsdump [input.warts]
Dump multiple warts files
sc_wartsdump [file1.warts] [file2.warts]
说明
sc_wartsdump provides a verbose dump of the information contained in a sequence of warts files, which are the binary output format of scamper. The output is structured and suitable for initial analysis of results, but the format is not guaranteed to remain stable and is not suitable for automated parsing. For machine-parsable output, use sc_warts2json or sc_warts2text instead. Part of the scamper Internet measurement toolkit developed by CAIDA.
FAQ
What is the sc_wartsdump command used for?
sc_wartsdump provides a verbose dump of the information contained in a sequence of warts files, which are the binary output format of scamper. The output is structured and suitable for initial analysis of results, but the format is not guaranteed to remain stable and is not suitable for automated parsing. For machine-parsable output, use sc_warts2json or sc_warts2text instead. Part of the scamper Internet measurement toolkit developed by CAIDA.
How do I run a basic sc_wartsdump example?
Run `sc_wartsdump [input.warts]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more sc_wartsdump examples?
This page includes 2 examples for sc_wartsdump, plus related commands for nearby Linux tasks.