Re: [Xen-devel] [PATCH v2 5/5] tools: add total/local memory bandwith monitoring

2015-01-07 Thread Wei Liu
On Wed, Jan 07, 2015 at 07:12:05PM +0800, Chao Peng wrote: [...] > +static int libxl__psr_cmt_get_mem_bandwidth(libxl__gc *gc, > +uint32_t domid, > +xc_psr_cmt_type type, > +

[Xen-devel] [PATCH v2 5/5] tools: add total/local memory bandwith monitoring

2015-01-07 Thread Chao Peng
Add Memory Bandwidth Monitoring(MBM) for VMs. Two types of monitoring are supported: total and local memory bandwidth monitoring. To use it, CMT should be enabled in hypervisor. Signed-off-by: Chao Peng --- docs/man/xl.pod.1 |9 + tools/libxc/include/xenctrl.h |2 ++ tool