[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Question about running a program(Intel PCM) in ring 0 on Xen
Hi Dario, Thank you so much for your detailed reply! It is really helpful! I'm looking at the vPMU and perf on Xen, and will try it. :-)
The reason why I want to know this information from hardware performance counter is because I want to know the interference among each domains when they are running.
In addition, when we measure the latency of accessing a large array, the result is out of our expectation. We increase the size of an array from 1KB to 12MB, which covers the L1(32KB), L2(256KB) and L3(12MB) cache size. We expect that the latency of accessing the whole array should have clear cut at around 32KB, 256KB and 12MB because the latency of L1 L2 and L3 are several times different.
However, we saw the latency does not increase much when the array size is larger than the size of L1, L2, and L3. It's weird because if we run the same task in Linux on bare machine, it is the expected result.
We are not sure if this is because of the virt. overhead or cache miss, that's why we want to know the cache access rate of each domain.
It's really appreciated if you can share some of your insight on this. :-) Thank you very much for your time! Best,
Meng
2014-02-18 4:14 GMT-05:00 Dario Faggioli <dario.faggioli@xxxxxxxxxx>: On lun, 2014-02-17 at 17:32 -0500, Meng Xu wrote: _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |