标签:grep nlp mysql port lang proc ash mysq code
mysql -e ‘show full processlist‘ | grep quant | wc -l
netstat -nap | grep PID
ps -ef | grep PID
ps aux | grep P_NAME
netstat -tunlp | grep PORT
lsof -i:PORT
标签:grep nlp mysql port lang proc ash mysq code
原文地址:https://www.cnblogs.com/yueyun00/p/12939540.html