Speedstep mit Proxmox?

Maggo

Active Member
Apr 22, 2018
12
0
41
49
Hi,

ich habe ein Proxmox auf einem J4205 Board aufgesetzt.

Die CPU taktet normalerweise zwischen 1,5 und 2,6Ghz. Im Summary steht immer nur 1,5Ghz, genauso bei den VMs.

Wird Speedstep unterstützt? Oder muss man evtl einen Treiber dafür installieren?
 
Nein sollte von Haus aus funktionieren. Poste doch mal bitte folgendes:
Code:
lscpu
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
 
root@home:~# 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: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 92
Model name: Intel(R) Pentium(R) CPU J4205 @ 1.50GHz
Stepping: 9
CPU MHz: 1497.531
CPU max MHz: 2600.0000
CPU min MHz: 800.0000
BogoMIPS: 2995.20
Virtualization: VT-x
L1d cache: 24K
L1i cache: 32K
L2 cache: 1024K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1g b rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology tsc_r eliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault cat_l2 int el_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rd t_a rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts


root@home:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
performance
 
It is right set to "performance" so 1,5Ghz is the maximum. But strange, Burst-Frequenz is 2.6Ghz. Maybe this is an securityfeature. Maybe some other people can say something more about.
 
Im Summary steht immer nur 1,5Ghz, genauso bei den VMs.

Die Anzeige im Webfrontend ist der Text, der auch in /proc/cpuinfo steht und der ist Fix. Wenn du die genaue Geschwindigkeit willst, musst du in "cpu MHz" schauen.

Hier mal ein Beispiel für ein Laptop:

Code:
...
model name      : Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz
...
cpu MHz         : 915.577
...

upload_2018-4-24_22-53-20.png
 
Moin,

ich muss das hier noch einmal "aufwärmen".....

Hat jemand vielleicht noch einen Tip zum Thema?
 
Es geht darum das meine CPU scheinbar nur mit 1,5ghz läuft und nicht hochtaktet bis auf 2,6ghz.

(j4205)
 
Es geht darum das meine CPU scheinbar nur mit 1,5ghz läuft und nicht hochtaktet bis auf 2,6ghz.

(j4205)

Scheinbar? Das ist der Takt deiner CPU. Der Turbo Burst Modus wird nur bedarfsgesteuert durch die CPU eingeschaltet und gilt nur für einen Kern und auch nur sehr kurze Zeit - zumindest soll es laut Intel so sein. Die CPU ist ja eine Ultra-Low-Voltage Einstiegs-CPU, die nicht für rechenintensive Aufgaben konzipiert ist.

Wie lastest du die CPU aus um zu testen ob er hochtaktet?
 
Ich nehm da zum Testen immer Sysbench:
z.B.
Code:
sysbench --test=cpu --cpu-max-prime=-1 --num-threads=24 run
 
Lustigerweise habe ich auch gerade Zugang zu einem System mit einer J4205 und unter Last (zfs send/receive über SSH) taktet die CPU auch schön hoch:

Code:
root@proxmox ~ > grep '^cpu MHz' /proc/cpuinfo
cpu MHz         : 2491.794
cpu MHz         : 2491.558
cpu MHz         : 2493.475
cpu MHz         : 2492.285

Wenn man sich das Ganze mit watch über die Zeit anschaut sieht man, dass er kernspezifisch immer zwischen 1600 und 2500 MHz hin- und her schaltet.
 
Last edited:
Also ich habe hier einen kleinen Nuc6 mit J3455 (4x1,5GHz) laufen auf dem Promox mit nur einer LXC (pihole) läuft und der steht eigentlich immer auf maximal Frequenz, auch wenn er nichts zutun hat.

Code:
grep '^cpu MHz' /proc/cpuinfo && cat /proc/loadavg
cpu MHz         : 2196.462
cpu MHz         : 2202.242
cpu MHz         : 2196.462
cpu MHz         : 2201.115
0.02 0.02 0.00 1/242 7876

Auch der zweite Nuc7 mit CoreI5 7260U strebt immer die maximal Frequenz an:

Code:
grep '^cpu MHz' /proc/cpuinfo && cat /proc/loadavg
cpu MHz         : 3048.482
cpu MHz         : 3400.380
cpu MHz         : 2961.488
cpu MHz         : 3399.972
0.03 0.07 0.11 1/1178 14990
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!