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 LorenzMende
Recipients LorenzMende, ammar2
Date 2019-04-19.17:11:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555693917.81.0.0653714626855.issue36670@roundup.psfhosted.org>
In-reply-to
Content
Hi Ammar, you are correct.
typeperf returns:
P:\Repos\CPython\cpython>typeperf "\System\Prozessor-Warteschlangenlänge" -si 1

"(PDH-CSV 4.0)","\\ZERO\System\Prozessor-Warteschlangenlänge"
"04/19/2019 19:09:14.510","0.000000"
"04/19/2019 19:09:15.514","0.000000"

So even with correct counter name the outpu needs to be decoded correctly.
I already got a solution to get the location specific counter name from registry - if it helps I'll commit it.
History
Date User Action Args
2019-04-19 17:11:57LorenzMendesetrecipients: + LorenzMende, ammar2
2019-04-19 17:11:57LorenzMendesetmessageid: <1555693917.81.0.0653714626855.issue36670@roundup.psfhosted.org>
2019-04-19 17:11:57LorenzMendelinkissue36670 messages
2019-04-19 17:11:57LorenzMendecreate