标签: linux
我想跟踪来自我服务器的所有传出HTTP请求。有没有简单的方法呢?
答案 0 :(得分:5)
使用tcpdump它看起来像这样: tcpdump -i eth0 port 80
答案 1 :(得分:0)
是:tcpdump或wireshark(GUI)。