相关命令列表记录如下,以备后用:

uname -a

head -n 1 /etc/issue

cat /proc/cpuinfo

hostname

lspci -tv

lsusb -tv

lsmod

env

free -m

df -h

du -sh /var

grep MemTotal /proc/meminfo

grep MemFree /proc/meminfo

uptime

cat /proc/loadavg

mount | column -t

fdisk -l

swapon -s

hdparm -i /dev/hda

dmesg | grep IDE

ifconfig

iptables -L

route -n

netstat -lntp

netstat -antp

netstat -s

ps -ef

top

w

id root

last

cut -d: -f1 /etc/passwd

cut -d: -f1 /etc/group

crontab -l


上述巡检命令已经写成了脚本供使用,脚本源码Github地址:https://github.com/yuanhuan2005/os_check