FreeSlave / resusage

D library for getting system and process resource usage
Boost Software License 1.0
16 stars 5 forks source link

currentTotal in Windows returns CPU consumption multiplied by CPU/core count #8

Open drug007 opened 3 years ago

drug007 commented 3 years ago

To get a value correlated to the value returned by task manager one should divide the currentTotal result by CPU count. In linux totalCurrent returns the result that is equal to top value.