head -n 100000 conn.log|sort -n | python flow_visualizer.py --stdin --min-duration 60
python flow_visualizer.py --min-duration 60 conn.log
- 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.