[New-bugs-announce] [issue34060] regrtest: log "CPU usage" on Windows

STINNER Victor report at bugs.python.org
Fri Jul 6 12:01:09 EDT 2018


New submission from STINNER Victor <vstinner at redhat.com>:

I would help to debug race conditions on Windows to log the "CPU usage" on regrtest, as we do on other platforms (using os.getloadavg()).

Links:

* https://stackoverflow.com/questions/13666458/python-collect-system-stats
* https://docs.microsoft.com/en-us/windows/desktop/api/pdh/nf-pdh-pdhmakecounterpatha
* GetSystemTimes()?
* https://stackoverflow.com/questions/23143693/retrieving-cpu-load-percent-total-in-windows-with-c

----------
components: Tests, Windows
messages: 321177
nosy: paul.moore, steve.dower, tim.golden, vstinner, zach.ware
priority: normal
severity: normal
status: open
title: regrtest: log "CPU usage" on Windows
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34060>
_______________________________________


More information about the New-bugs-announce mailing list