ntopng

Monitor network traffic and analyze protocols in real-time

brewmacoslinux
Try with needOr install directly
Source

About

Next generation version of the original ntop

Commands

ntopng

Examples

start monitoring network traffic on default interface$ ntopng
monitor traffic on specific network interface$ ntopng -i en0
access web interface for traffic analysis and stats$ ntopng -i en0 && open http://localhost:3000
capture and analyze network packets from pcap file$ ntopng -i pcap:traffic.pcap
monitor network with custom listening port$ ntopng -i en0 -w 8080