patchmake - Patches: patch #7266, Calculating load average on...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #7266: Calculating load average on Windows platform

Submitter:  Kamil Mierzejewski <kmierzejewski>
Submitted:  Wed 04 Aug 2010 09:42:22 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Fixed Release:  None

Wed 04 Aug 2010 09:42:22 AM UTC, original submission:  

This patch adds load average calculation under Windows platform, making "-l" switch working under this platform.

The calculation is based on two compounds:

 - memory load (using GlobalMemoryStatusEx function)
 - CPU load (using GetSystemTimes function)

The load average is computed as weighted average of these two compounds.

Kamil Mierzejewski <kmierzejewski>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #21136:  win32_getloadavg.patch added by kmierzejewski (2KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kmierzejewski (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-08-04 kmierzejewski Attached File- Added win32_getloadavg.patch, #21136

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code