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 ammar2, giampaolo.rodola, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-07-18.19:57:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531943851.81.0.56676864532.issue34060@psf.upfronthosting.co.za>
In-reply-to
Content
Processor Queue Length seems simpler and easier to read. I don't want to log 24 numbers per regrtest output line if a machine has 24 CPUs... The load average is a "raw" value to give the idea if the system is "loaded" or not. More precise metrics can be used later to debug a test failure, but manually.
History
Date User Action Args
2018-07-18 19:57:31vstinnersetrecipients: + vstinner, paul.moore, giampaolo.rodola, tim.golden, jkloth, zach.ware, steve.dower, ammar2
2018-07-18 19:57:31vstinnersetmessageid: <1531943851.81.0.56676864532.issue34060@psf.upfronthosting.co.za>
2018-07-18 19:57:31vstinnerlinkissue34060 messages
2018-07-18 19:57:31vstinnercreate