Lines Matching +full:4 +full:- +full:cores

12 Thanks to KVM's `MSR filtering <msr-filter-patch_>`__ functionality,
17 .. _msr-filter-patch: https://patchwork.kernel.org/project/kvm/patch/20200916202951.23760-7-graf@am…
37 it with the UNIT provided above you'll get the power in micro-joules. This
45 core that belongs to PKG-0 will not be able to get the value of PKG-1 and
46 vice-versa.
49 -------------------------
60 3. Sleep for 1 second - During this pause the vcpu and other non-vcpu threads
63 4. Repeat 2. and 3. and calculate the delta of every metrics representing the
67 5. Filter the vcpu threads and the non-vcpu threads.
72 7. The total energy spent by the non-vcpu threads is divided by the number
87 -----------------
93 package has 4 cores, 400 ticks maximum can be scheduled on all the cores
101 .. _stat: https://man7.org/linux/man-pages/man5/proc.5.html
108 A 4 cores package can schedule a maximum of 400 ticks per second with 100 ticks
110 on this package, that means my thread has been scheduled for 1/4 of the whole
112 package during this whole second is 1/4 of the total energy spent by the
116 -----
119 mounted and available in the sysfs. if not, QEMU fails at start-up.
121 This feature is activated with -accel
122 kvm,rapl=true,rapl-helper-socket=/path/sock.sock
125 :program:`qemu-vmsr-helper` is listening to.
127 qemu-vmsr-helper
128 ----------------
130 The qemu-vmsr-helper is working very much like the qemu-pr-helper. Instead of
131 making persistent reservation, qemu-vmsr-helper is here to overcome the
132 CVE-2020-8694 which remove user access to the rapl msr attributes.
135 MSR support activated and the qemu-vmsr-helper. A systemd service and socket
136 activation is provided in contrib/systemd/qemu-vmsr-helper.(service/socket).
138 The systemd socket uses 600, like contrib/systemd/qemu-pr-helper.socket. The
144 See the qemu-pr-helper documentation or manpage for further details.
147 -------------------
149 - Works only on Intel host CPUs because AMD CPUs are using different MSR
152 - Only the Package Power-Plane (MSR_PKG_ENERGY_STATUS) is reported at the