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