centos7常用監控命令

查看系統運行時間及當前CPU負載: uptime 查看內存: free -m 查看磁盤: df -h 查看進程: ps -aux | grep httpd 查看端口: netstat -nutlp | grep 80 查看CPU、內存使用排名: top 查看網關: route -n 查看操作系統信息: uname -a 查看CPU信息: cat /proc/cpuinfo
相關文章
相關標籤/搜索