1、查看CPU個數:
[root@ifusion ~]# lscpu

2、查看CPU進程數、核數:
[root@ifusion ~]# cat /proc/cpuinfo

3、查看內存總量:
[root@ifusion ~]# free -m

4、查看磁盤掛載情況:
[root@ifusion ~]# lsblk

5、查看磁盤分區情況:
[root@ifusion ~]# fdisk -l

6、查看磁盤總量:
[root@ifusion ~]# df -h

7、查看Linux版本:
[root@ifusion ~]# cat /etc/redhat-release

8、查看系統內核版本:
[root@ifusion ~]# uname -r [root@ifusion ~]# uname -a

