Linux排查cpu进程占用情况

95 阅读1分钟

1、先top命令查看占用高的进程ID

image.png

2.ps -ef | grep 进程ID

image.png