1、查看cpu运用情况 mpstat -P ALL 2 两秒更新一次CPU的使用情况 2、分割文件 split -b 10M -d SendTs.ts 3、查找大文件 find / -type f -size +100M 3、查看进程线程的cpu使用情况 top -H -d 1 -p PID
pstree -p ps -e | grep server | awk '{print $1}'
ps -e | grep server | awk '{print $1}'