We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
linux 下可以直接使用netstat -anop来完成,mac下不行,可以这样:
netstat -anop
lsof -ni :8088 |grep LISTEN