Re: Request for test by users seeing 0.00 load average in spite of a busy system

2024-10-02 Thread Mark Geisert via Cygwin
On 10/2/2024 7:36 PM, Mark Geisert via Cygwin wrote: [My problem] system is running Windows 10 21H2, build 19043.2251. Oops, should have copy/pasted. It's Windows 10 Pro 21H1, build 19043.2251. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

Re: Request for test by users seeing 0.00 load average in spite of a busy system

2024-10-02 Thread Mark Geisert via Cygwin
Hi Christian, On 10/2/2024 1:09 AM, Christian Franke via Cygwin wrote: [...] Same result on Win10 22H2 (10.0.19045.4780, i7-2600K) and Win11 23H2 (10.0.22631.4037, i7-14700K): $ ./test PdhOpenQueryW   returns PDH_CSTATUS_VALID_DATA PdhAddEnglishCounterW#1 returns PDH_CSTATUS_VALID_DATA

Re: Request for test by users seeing 0.00 load average in spite of a busy system

2024-10-02 Thread Christian Franke via Cygwin
Mark Geisert via Cygwin wrote: Hi folks, I may have a handle on why you're seeing 0.00 load averages. Would you kindly compile the attached program, run it, and post its results along with which version of Windows you are running? For example,     gcc -Wall -ggdb -o test test.c -lpdh     ./tes