Dan Kenigsberg has posted comments on this change.
Change subject: core: report cpuUser and cpuSys separately
......................................................................
Patch Set 1: I would prefer that you didn't submit this
(2 inline comments)
....................................................
File vdsm/libvirtvm.py
Line 187: stats['cpuUser'] = sInfo['user_time'] / 1000**3
I doubt that using only the start sample is enough.
What are the units in which user_time is reported by getCPUStats?
Line 191: self._log.debug(e)
If you really want to add 'e' to the logs, better put it in the former .debug()
string. Otherwise they may be interleaved by other log messages.
--
To view, visit
http://gerrit.ovirt.org/5793
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iaff1e2babfa9675155072b553c38db9411e3ddd2
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>