【产品名称】ob
【产品版本】3.1.2
【问题描述】
MySQL [oceanbase]> SELECT svr_ip,svr_port, cpu_total, mem_total, disk_total, zone FROM __all_virtual_server_stat ;
±----------------±---------±----------±-----------±------------±------+
| svr_ip | svr_port | cpu_total | mem_total | disk_total | zone |
±----------------±---------±----------±-----------±------------±------+
| 192.168.137.129 | 2882 | 14 | 4294967296 | 15032385536 | zone1 |
±----------------±---------±----------±-----------±------------±------+
1 row in set (0.173 sec)
[root@localhost ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 2
#问题
实际上虚拟机只有4core,为啥上面的SQL中查出来是14core