Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 723 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 723 Bytes

A Tool for Simple Stream Analysis

How to user

  1. touch .traces file, and put one line of the location to the traces root folder, e.g.,

    ./traces
    
  2. touch config.json file and define the following sections to apply the analysis:

    {
        "lap2tv.pcapng": {
            "filter": "<wireshark display filter>",
            "limit": "<(unit: ms) threshold for packet chop>",
    
            "interval_cutoff": "<(unit: s) the interval beyond the cutoff will not display>",
    
            "interval_percent": "<the majority for interval analysis>",
            "length_percent": "<the majority percent for length analysis>"
        }
  3. run python3 analyze.py for analysis.