Kitutz / rainmeter

Automatically exported from code.google.com/p/rainmeter
0 stars 0 forks source link

Measure CPU usage per core #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice if the build-in CPU measure could show the usage per
core/cpu. Add a setting which defines the CPU to monitor. If the setting is
missing the combined usage would be measured (like it does currently).

Original issue reported on code.google.com by kimmo.pekkola on 10 Feb 2009 at 6:44

GoogleCodeExporter commented 8 years ago
It is a nice idea.
Since a multi-core is becoming in main used now, the function will be required 
by all
means.

Original comment by kenz0.sa...@gmail.com on 10 Feb 2009 at 10:21

GoogleCodeExporter commented 8 years ago
Anyway to get a Proxy server setting added.  I have a restrictive corp proxy 
that I 
use for a browser but a "secrete" proxy I use for other apps.

Original comment by bobby...@gmail.com on 13 Feb 2009 at 7:22

GoogleCodeExporter commented 8 years ago
I took a closer look at the implementation an the API which is currently used 
doesn't
support per CPU usage. The alternative would be to use the performance counters 
which
is what the AdvancedCPU plugin already does.

Original comment by kimmo.pekkola on 14 Feb 2009 at 8:52