This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: uptime not reporting CPU usage on Windows 7 (Possibly only when running in VMWare)


Le 30/12/2010 16:44, Eric Blake a écrit :
> On 12/30/2010 05:32 AM, Andrew DeFaria wrote:
>>  Whenever I run uptime I see the load avgs all as 0.00:
>>
>> $ uptime
>>  07:29:15 up 1 day, 20:22,  3 users,  load average: 0.00, 0.00, 0.00
>>
>> Note that I'm running Cygwin 1.7.7 on Windows 7. Note that this is
>> Windows 7 running in a VMWare VM on my Ubuntu laptop. I don't have
>> Windows anymore - I only have Windows in a VM. The Ubuntu laptop running
>> the VM reports busyness via uptime on the Linux side and I can see
>> vmplayer taking up CPU. But it's as if no CPU usage or load is present
>> in the Windows 7 guest at all.
>>
>> Can somebody confirm or deny this?
> 
> Windows does not provide this information, therefore cygwin1.dll cannot
> provide it in the syscalls that uptime uses to determine this information.
> 

is that may help ? the gg keys where : windows avenrun :-)

http://www.opensource.apple.com/source/X11apps/X11apps-13/xload/xload-X11R7.0-1.0.1/get_load.c

also the cpu load may be get from wmi :

http://www.cacti.net/downloads/scripts/scripts4nt.zip

in short :

wmic cpu get LoadPercentage

Regards,

Cyrille Lefevre
-- 
mailto:Cyrille.Lefevre-lists@laposte.net



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]