comment surveiller mes applications le trafic HTTP net localement dans le terminal

tcpflow -p -c -i eth0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*'
Poor Porcupine