Dan Kenigsberg has posted comments on this change.

Change subject: Monitor bridges using vdsStats
......................................................................


Patch Set 5: Code-Review+2

(1 comment)

....................................................
File vdsm/sampling.py
Line 390:             netinfo.bridges()
Line 391:         self._ifrates = map(netinfo.speed, self._ifids)
Line 392: 
Line 393:     def sample(self):
Line 394:         self._updateIfidsIfrates()
A follow up patch: stop storing self._ifids and _rates in the thread. Rate can 
sit in the interfaces dict per sample.
Line 395:         hs = HostSample(self._pid, self._ifids)
Line 396:         return hs
Line 397: 
Line 398:     def run(self):


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If73565bf62f339e338d65b0200a1ba7f1131b706
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Petr Šebek <pse...@redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Petr Šebek <pse...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to