centos系统命令

查看所有运行中的服务ip和端口

netstat -tunpl

查看内存使用情况

free -hm

查看服务开启启动列表

systemctl list-unit-files

 找出对应的“master”程序运行目录

locate  master | grep '/master$'

列出所有的系统服务

chkconfig --list

 查看硬盘占用情况

df -h

查看具体某个硬盘占用资源多

cd /
du -sh *

 

监控系统状况

top
退出:按q

 

参考链接:http://blog.sina.com.cn/s/blog_8229d4430102yq1m.html

  https://www.cnblogs.com/sos-blue/p/7101473.html

posted @ 2020-02-14 17:34  wx_h13813744  阅读(116)  评论(0编辑  收藏  举报