]> xenbits.xensource.com Git - libvirt.git/commit
util: Introduce monitor capability interface
authorWang Huaqiang <huaqiang.wang@intel.com>
Thu, 20 Sep 2018 10:10:47 +0000 (18:10 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 20 Sep 2018 17:06:02 +0000 (13:06 -0400)
commit12093f1feaf8f5023dcd9d65dff111022842183d
tree60c95a8a762253a51ad135a5872bf9a974113c75
parentdc3d2c9f8c7678a950abedd227b1587ca62335c4
util: Introduce monitor capability interface

This patch introduces the resource monitor and creates the interface
for getting host capability of resource monitor from the system resource
control file system.

The resource monitor takes the role of RDT monitoring group and could be
used to monitor the resource consumption information, such as the last
level cache occupancy and the utilization of memory bandwidth.

Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/util/virresctrl.c