Skip to content

lsof

查看 tcp 状态

bash
lsof -iTCP -sTCP:LISTEN -nP | grep 8080
lsof -iTCP -sTCP:ESTABLISHED -nP | grep 8080