
13 Nov
2018
13 Nov
'18
6:31 p.m.
On 11/12/18 8:31 AM, Wang Huaqiang wrote:
Add interfaces monitor group to support operations such as add PID, get ID, remove group ... etc.
virResctrlMonitorGetStats is perhaps a bit more than just basic stuff! So I can add: Implement the virResctrlMonitorGetStats to fetch all the statistical data and the virResctrlMonitorGetCacheOccupancy in order to fetch the cache specific "llc_oocupancy" value.
Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com> --- src/libvirt_private.syms | 5 ++ src/util/virresctrl.c | 167 +++++++++++++++++++++++++++++++++++++++++++++++ src/util/virresctrl.h | 26 ++++++++ 3 files changed, 198 insertions(+)
Reviewed-by: John Ferlan <jferlan@redhat.com> John