Hi,
I don't know why but CPU speed seems to be very low.
On a fresh install of pve5 with 2 x Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz I have :
The CPU seems to be not running @ its maximum speed, but adapts speed depending of the load :
Is there a way to get cpu speed at least @ 2.6 Ghz ?
Is this behaviour has impact on VMs performance ?
Thanks a lot !
Antoine
I don't know why but CPU speed seems to be very low.
On a fresh install of pve5 with 2 x Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz I have :
Code:
root@dc-prox-06:~# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 63
Model name: Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz
Stepping: 2
CPU MHz: 1199.865
CPU max MHz: 3400.0000
CPU min MHz: 1200.0000
BogoMIPS: 5193.62
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 20480K
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31
The CPU seems to be not running @ its maximum speed, but adapts speed depending of the load :
Code:
root@dc-prox-06:~# cat /proc/cpuinfo | grep -i 'mhz'
cpu MHz : 1199.865
cpu MHz : 1499.633
cpu MHz : 1200.817
cpu MHz : 1599.926
cpu MHz : 1199.865
cpu MHz : 1499.951
cpu MHz : 1199.865
cpu MHz : 1999.987
cpu MHz : 1200.024
cpu MHz : 1899.853
cpu MHz : 1200.024
cpu MHz : 1199.230
cpu MHz : 1200.024
cpu MHz : 1799.877
cpu MHz : 1200.024
cpu MHz : 1199.865
cpu MHz : 1200.024
cpu MHz : 1499.951
cpu MHz : 1200.183
cpu MHz : 1599.926
cpu MHz : 1200.500
cpu MHz : 1499.792
cpu MHz : 1200.024
cpu MHz : 1999.987
cpu MHz : 1200.183
cpu MHz : 1899.853
cpu MHz : 1200.024
cpu MHz : 1199.865
cpu MHz : 1200.183
cpu MHz : 1799.877
cpu MHz : 1200.183
cpu MHz : 1199.865
Code:
root@dc-prox-06:~# cat /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
performance
Is there a way to get cpu speed at least @ 2.6 Ghz ?
Is this behaviour has impact on VMs performance ?
Thanks a lot !
Antoine