This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-07-06.16:01:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530892869.55.0.56676864532.issue34060@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-07-06 16:01:09vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2018-07-06 16:01:09vstinnersetmessageid: <1530892869.55.0.56676864532.issue34060@psf.upfronthosting.co.za>
2018-07-06 16:01:09vstinnerlinkissue34060 messages
2018-07-06 16:01:09vstinnercreate