Hey guys,
I have a strange problem.
My test system has an Intel 14900k installed.
I wanted to use the E-Cores for unimportant VMs and the P-Cores for intensive VMs.
I have assigned the P-Cores to the same VM once and the E-Cores once. I tested both with:
Here is the result of the P-Cores:

and the result of the e-cores

How can this be? Only this one test VM is running on the host.
I repeated the tests several times
Thanks
I have a strange problem.
My test system has an Intel 14900k installed.
I wanted to use the E-Cores for unimportant VMs and the P-Cores for intensive VMs.
I have assigned the P-Cores to the same VM once and the E-Cores once. I tested both with:
Code:
sysbench cpu --cpu-max-prime=20000 --threads=$(nproc) run
Here is the result of the P-Cores:
Code:
CPU speed:
events per second: 16078.27
General statistics:
total time: 10.0009s
total number of events: 160809
Latency (ms):
min: 0.52
avg: 0.99
max: 8.79
95th percentile: 1.01
sum: 159980.70
Threads fairness:
events (avg/stddev): 10050.5625/41.13
execution time (avg/stddev): 9.9988/0.00

and the result of the e-cores
Code:
CPU speed:
events per second: 27244.27
General statistics:
total time: 10.0006s
total number of events: 272482
Latency (ms):
min: 0.58
avg: 0.59
max: 3.77
95th percentile: 0.59
sum: 159962.42
Threads fairness:
events (avg/stddev): 17030.1250/56.85
execution time (avg/stddev): 9.9977/0.00

How can this be? Only this one test VM is running on the host.
I repeated the tests several times
Thanks