Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 896 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 896 Bytes

Flow timeline visualizer

Run from stdin

head -n 100000 conn.log|sort -n | python flow_visualizer.py --stdin --min-duration 60

Run from parameter

python flow_visualizer.py --min-duration 60 conn.log

Features

  • Reads conn.log files separated by TAB.
  • Reads conn.log files in JSON format.
  • Uses font colors that do not mix with background colors.
  • All the connections to the same src IP and dst IP share the same shade of color, but slightly different for different dst ports.
  • You can filter by any text.
  • You can filter by the min duration of the flows.

How it looks like

image

image

image