Change in vdsm[master]: vm: stats: periodic bulk stats sampling

fromani at redhat.com fromani at redhat.com
Fri Feb 20 15:51:48 UTC 2015


Francesco Romani has posted comments on this change.

Change subject: vm: stats: periodic bulk stats sampling
......................................................................


Patch Set 20:

(1 comment)

notes to self

http://gerrit.ovirt.org/#/c/36722/20/vdsm/virt/sampling.py
File vdsm/virt/sampling.py:

Line 402:     def getLastSample(self):
Line 403:         return self._samples.last()
Line 404: 
Line 405: 
Line 406: class VmStats(object):
another quite ugly name, but I lack better alternatives.
Line 407:     def __init__(self, log=None):
Line 408:         self._log = (log if log is not None else
Line 409:                      logging.getLogger("sampling.VmStats"))
Line 410:         self._samples = SampleWindow(2)


-- 
To view, visit http://gerrit.ovirt.org/36722
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia2f1a62515059e663b418c6c7b61a15881980dc9
Gerrit-PatchSet: 20
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list