Hi,
I run a PV DomU with 1 vcpu on Xen. I pin the vcpu to a physical CPU core, such as core 3. Then, I run a cpu-bound process in DomU and the vcpu utilization is 100% (got it with "xentop" in Dom0).However, when I use "top" in Dom0 to see the physical CPU utilization, the CPU core 3 utilization is zero or less than 1%. The utilization expected of CPU core 3 is also 100% like the vcpu. Is it? Why I cannot get the accurate physical CPU utilization with "top" command in Dom0?Any advice is appreciated. Thank you for your time.