centos6以前版本

service --status-all

在centos7也可使用,但是只能看到由其管理的服务

 

centos6

查看Linux服务状态

 

 

centos7

查看Linux服务状态

 

 

 

pstree

 

systemctl 
systemctl |grep running
systemctl  list-units -t service
systemctl list-unit-files | grep enabled

查看Linux服务状态

 

 

查看Linux服务状态

 

 

systemd-cgtop

查看Linux服务状态

 

 

 

相关文章: