First thanks for your effort in developing all this for us for free !
And here?s the problem

I am using a 2x40 LCD and liked the idea having a perf-history-load-graph of all cores on it.
Here?s the syntax:
Code: Select all
$dll(perf,1,1x2#u#99#5#0#100#\Prozessor(0)\Prozessorzeit (%),cpu0)$Right($dll(perf,4,5,\Prozessor(0)\Prozessorzeit (%)),$3%)|$dll(perf,1,1x2#u#99#5#0#100#\Prozessor(1)\Prozessorzeit (%),cpu1)$Right($dll(perf,4,5,\Prozessor(1)\Prozessorzeit (%)),$3%)|$dll(perf,1,1x2#u#99#5#0#100#\Prozessor(2)\Prozessorzeit (%),cpu2)$Right($dll(perf,4,5,\Prozessor(2)\Prozessorzeit (%)),$3%)|$dll(perf,1,1x2#u#99#5#0#100#\Prozessor(3)\Prozessorzeit (%),cpu3)$Right($dll(perf,4,5,\Prozessor(3)\Prozessorzeit (%)),$3%)|$dll(perf,1,1x2#u#99#5#0#100#\Prozessor(_TOTAL)\Prozessorzeit (%),cputotal)$Right($dll(perf,4,5,\Prozessor(_TOTAL)\Prozessorzeit (%)),$3%)|

Ok, the problem:
it looks all graphs are using the values of "Prozessor(_TOTAL)", instead of the cores.
The numeric display, "$dll(perf,4,5,\Prozessor(0)\Prozessorzeit (%)", shows the independent core values, correctly.
Any ideas ?
Cheers,
Michael
...another thing: is there any way of getting the temperature values except everest ? Cause this is a bit waste of CPU time and, as the plugin solution forces to use registry writes once a second, its polling the HD permantly, what slows down large filetransfers dramatically.