1. 查看系统运行时间及当前CPU负载:
    uptime

    centos7常用监控命令

  2. 查看内存:
    free  -m

    centos7常用监控命令

  3. 查看磁盘:
    df  -h

    centos7常用监控命令

  4. 查看进程:
    ps  -aux  |  grep  httpd

    centos7常用监控命令

  5. 查看端口:
    netstat  -nutlp  |  grep  80

    centos7常用监控命令

  6. 查看CPU、内存使用排名:
    top

    centos7常用监控命令

  7. 查看网关:
    route  -n

    centos7常用监控命令

  8. 查看操作系统信息:
    uname  -a

    centos7常用监控命令

  9. 查看CPU信息:
    cat  /proc/cpuinfo

    centos7常用监控命令

  10. 查看当前网络的使用状态:
    netstat  -an

    centos7常用监控命令


 本文转自 Lee_吉 51CTO博客,原文链接:http://blog.51cto.com/12173069/2067966

相关文章:

  • 2022-01-06
  • 2021-11-23
  • 2021-10-04
  • 2021-05-03
  • 2021-12-07
猜你喜欢
  • 2022-01-03
  • 2021-11-17
  • 2021-07-12
  • 2021-12-21
  • 2022-12-23
相关资源
相似解决方案