摘要: # 查看当前内存情况 free -m # Linux下获取占用CPU资源最多的10个进程 ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3|head # Linux下获取占用内存资源最多的10个进程 ps aux|head -1;ps aux|grep 阅读全文
posted @ 2022-05-18 13:51 Felix_Openmind 阅读(39) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}