# 监控生命周期

1、服务器上架到机柜

2、基础设施监控

服务器温度,风扇转速 ipmitool 命令,只能在物理机上使用

存储的监控(df,fdisk,iotop)

cpu(lscpu,uptime,top,htop,glaces)

内存情况(free)

网络(iftop)

查看

1
2
ifconfig eth0
ifconfig eth0 | awk 'NR==2{print $2}'

查看防火墙是否关闭

1
getenforce
1
iptables -L