I needed to monitor http traffic between apache and tomcat (apache was reverse proxying).
I usually use wireshark so I don't actually know tcpdump parameters or filter format :-).
For this very common use case though:
tcpdump -vv -A -s 1500 -i lo 'port 8080'
No comments:
Post a Comment