

Code: Select all
# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 39 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
BIOS Vendor ID: QEMU
Model name: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
BIOS Model name: pc-q35-9.2 CPU @ 2.0GHz
BIOS CPU family: 1
CPU family: 6
Model: 142
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 2
Stepping: 12
BogoMIPS: 3600,00
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm co
nstant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 fma cx16 pdcm pcid sse4_1 sse4_2 x2apic
movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibr
s_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflusho
pt xsaveopt xsavec xgetbv1 xsaves arat vnmi umip md_clear flush_l1d arch_capabilities
Virtualization features:
Virtualization: VT-x
Hypervisor vendor: KVM
Virtualization type: full
Caches (sum of all):
L1d: 64 KiB (2 instances)
L1i: 64 KiB (2 instances)
L2: 8 MiB (2 instances)
L3: 32 MiB (2 instances)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
# grep MHz /proc/cpuinfo
cpu MHz : 1800.000
cpu MHz : 1800.000
Code: Select all
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 39 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: GenuineIntel
Model name: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
CPU family: 6
Model: 142
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Stepping: 12
CPU(s) scaling MHz: 98%
CPU max MHz: 3900.0000
CPU min MHz: 400.0000
BogoMIPS: 3601.00
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 pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust sgx bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi md_clear flush_l1d arch_capabilities
Virtualization: VT-x
L1d cache: 128 KiB (4 instances)
L1i cache: 128 KiB (4 instances)
L2 cache: 1 MiB (4 instances)
L3 cache: 6 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
# grep MHz /proc/cpuinfo
cpu MHz : 400.000
cpu MHz : 3769.270
cpu MHz : 3841.356
cpu MHz : 3794.204


Code: Select all
client$ lscpu
Architecture: i686
CPU op-mode(s): 32-bit
Address sizes: 36 bits physical, 0 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: GenuineIntel
Model name: Intel Celeron_4x0 (Conroe/Merom Class Core 2)
CPU family: 6
Model: 2
Thread(s) per core: 4
Core(s) per socket: 1
Socket(s): 1
Stepping: 3
BogoMIPS: 5668.08
Flags: fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov p
se36 clflush mmx fxsr sse sse2 ht syscall nx eagerfpu p
ni ssse3 hypervisor lahf_lm
Virtualization features:
Hypervisor vendor: KVM
Virtualization type: full
client# qlop -mvt glibc
2025-01-26T13:07:36 >>> sys-libs/glibc-2.40-r8: 21�28�
host# qlop -mvt glibc
2025-03-10T17:58:00 >>> sys-libs/glibc-2.40-r8: 53′10″

QEMU does not report the current CPU frequency to the guest instead it reports a fixed frequency. Why? Because it's not implemented.szatox wrote:My qemu guest only sees 1,8GHz, while the host tends to reliably put out 2,4GHz on every core (out of 3,9GHz advertised).
