Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to monitor my applications net http traffic locally in terminal

tcpflow -p -c -i eth0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*'
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #monitor #applications #net #http #traffic #locally #terminal
ADD COMMENT
Topic
Name
9+7 =