Open drug007 opened 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.
currentTotal
totalCurrent
top
To get a value correlated to the value returned by task manager one should divide the
currentTotal
result by CPU count. In linuxtotalCurrent
returns the result that is equal totop
value.