运维自查服务器

来源:互联网 发布:西游降魔篇 知乎 编辑:程序博客网 时间:2024/04/29 23:16

查 OS

# cat /etc/issue

CentOS release 5.10 (Final)

Kernel \r on an \m


查 CPU

# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c

8 Intel(R) Xeon(R) CPU E5430 @ 2.66GHz

# cat /proc/cpuinfo | grep physical | uniq -c

4 physical id: 0

4 physical id: 1


查 内存

# free -m

total

Mem: 8111


查 硬盘容量

# df -hl


查 IP

# ifconfig | grep inet


查 MAC

# ifconfig | grep HWaddr


查 网络适配器

# lspci -nn | grep -i net

Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet

0 0