netstat -lnp | grep 7000 //7000为端口或者为应用程序名称

ps aux | grep 7000
ps aux | grep logstash
netstat -lnp | grep 7000 //7000为端口或者为应用程序名称

ps aux | grep 7000
ps aux | grep logstash
1189
393
3190

被折叠的 条评论
为什么被折叠?