系统环境
# 查看系统版本 [root@mysql8 ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) # 查看内核 [root@mysql8 ~]# uname -r 3.10.0-862.11.6.el7.x86_64 # 查看内存 [root@mysql8 ~]# free -m total used free shared buff/cache available Mem: 1982 188 811 9 983 1599 Swap: 2047 0 2047 # 查看物理CPU个数 [root@mysql8 ~]# cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l 2 # 查看系统版本 [root@mysql8 ~]# cat /etc/redhat-rel