Amador Pahim has uploaded a new change for review. Change subject: Add "ksmShared" and "ksmSharing" statistics to API/getStats() ......................................................................
Add "ksmShared" and "ksmSharing" statistics to API/getStats() Currently getStats funcion shows "ksmState" (running true or false), "ksmPages" (pages to scan before ksmd goes to sleep) and "ksmCpu" (the ksmd process cpu load). This patch exposes KSM memory de-duplications statistics through two new fields: "ksmShared" (how many Mbytes of memory are being shared) and "ksmSharing" (how many more sites are sharing them i.e. how much Mbytes are being saved). Change-Id: I44956346300a6f89257b1d69d83032c0c2892763 Signed-off-by: Amador Pahim <[email protected]> --- M vdsm/API.py M vdsm/ksm.py 2 files changed, 35 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/26/4726/1 -- To view, visit http://gerrit.ovirt.org/4726 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I44956346300a6f89257b1d69d83032c0c2892763 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Amador Pahim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
