摘要: 参考: https://man7.org/linux/man-pages/man1/top.1.html NAME top top - display Linux processes SYNOPSIS top top -hv|-bcEeHiOSs1 -d secs -n max -u|U user 阅读全文
posted @ 2022-05-23 11:03 dolinux 阅读(149) 评论(0) 推荐(0)
摘要: 参考: https://www.dovov.com/linuxtop-c.html top -c 最上面列出了所有的进程,有很好的select,通过使用选项-u筛选进程的用户名,但我想知道是否有任何简单的方法来过滤基于顶部输出的COMMAND列下列出的进程名的进程。 例如,我想要像top -some 阅读全文
posted @ 2022-05-23 10:53 dolinux 阅读(4971) 评论(0) 推荐(0)
摘要: 参考: https://www.oschina.net/translate/using-top-more-efficiently 高效的使用 top 对桌面用户来说,监视系统资源使用是一项重要的工作。通过这项工作,我们可以找到系统瓶颈所在,针对性的进行系统优化,识别内存泄露等。问题是,我们应该用什么 阅读全文
posted @ 2022-05-23 10:22 dolinux 阅读(184) 评论(0) 推荐(0)
摘要: 参考: linux下添加简单的开机自启动脚本systemctl Linux:Centos自定义systemctl服务启动脚本 Systemd 添加自定义服务(开机自启动) 阅读全文
posted @ 2022-05-23 09:46 dolinux 阅读(23) 评论(0) 推荐(0)