摘要:
1. MySQL连接数查询 mysql -e 'show full processlist' | grep quant | wc -l 2. 依据PID查询进程相关信息 netstat -nap | grep PID ps -ef | grep PID 3. 依据进程名查询相关信息 ps aux | 阅读全文
posted @ 2020-05-22 20:23
zkeeper
阅读(215)
评论(0)
推荐(0)
浙公网安备 33010602011771号