Yaniv Bronhaim has submitted this change and it was merged. Change subject: vm iface statistics: never report negative rates ......................................................................
vm iface statistics: never report negative rates When Linux tx/rx couters overflow their 32 bit limit, they wrap back to zero. This causes our reported rxRate/txRate to become negative for one nample. 51073875161d9b932b7 Bug-Url: https://bugzilla.redhat.com/1062166 Change-Id: I40daeb12172a7f54f135b3018405ef228983fa93 Signed-off-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/23598 Tested-by: Ondřej Svoboda <[email protected]> Reviewed-on: http://gerrit.ovirt.org/24152 Reviewed-by: Antoni Segura Puimedon <[email protected]> Reviewed-by: Yaniv Bronhaim <[email protected]> --- M vdsm/vm.py 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: Yaniv Bronhaim: Looks good to me, approved Antoni Segura Puimedon: Looks good to me, but someone else must approve Dan Kenigsberg: Verified -- To view, visit http://gerrit.ovirt.org/24152 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I40daeb12172a7f54f135b3018405ef228983fa93 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.4 Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Assaf Muller <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
