Server Information CPU Cache Info is Wrong

oarsman

Registered
Mar 25, 2014
2
0
1
cPanel Access Level
Website Owner
Hello,

I have a AMD FX-8350 8 x 4Ghz 31.4GB memory 435GB SSD dedicated server. My cpu has 4x2 mb level 2 and a 8 mb shared level 3 cache ( referance ). The problem is cpanel server information is showing the cache size " 512 KB " . I tried cat /proc/cpuinfo via SSH too. Is something wrong with that information?:confused:

thanks for the support!
 

JaredR.

Well-Known Member
Feb 25, 2010
1,834
27
143
Houston, TX
cPanel Access Level
Root Administrator
cPanel takes the CPU information directly from /proc/cpuinfo, which is part of the operating system. If there appears to be a discrepancy between that and what you think the hardware should report, then there is a problem in the operating system or the hardware itself, not in cPanel.
 

oarsman

Registered
Mar 25, 2014
2
0
1
cPanel Access Level
Website Owner
The full output of lscpu:

[email protected] [~]# lscpu

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 8
NUMA node(s): 1
Vendor ID: AuthenticAMD
CPU family: 21
Model: 2
Stepping: 0
CPU MHz: 4017.768
BogoMIPS: 8035.53
Virtualization: AMD-V
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 64K
L1i cache: 64K
L2 cache: 512K
NUMA node0 CPU(s): 0-7

no reading of a L3 cache and it calculates the 4x2 mb L2 like this? it is a little bit weird. What do you think?