question about infolabel System.CPUUsage
#1
hi all i had a question when you use $INFO[System.CPUUsage]

if you had a dual or quad intel cpu will show all the cpu % CPU0,CPU1 etc but that don't work on 6 to up cores so to make all compatible it is possible to use
$INFO[System.CPUUsage(used.percent)]

i don't see any information on the wiki on the infolabels http://wiki.xbmc.org/?title=InfoLabels

I'm using AMD eight core but not sure if this will work on on quad or lower core to show only the total %

thanks
Reply
#2
Or any information about how this trigger
Reply
#3
i've added some info to the wiki, but i don't quite understand what you're asking :-)

Quote:System.CpuUsage
Displays the cpu usage for each individual cpu core.

System.CoreUsage(id)
Displays the usage of the cpu core with the given 'id'
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
Hi ronie thanks to look into that ,

ok let me explain a little bit more hope this help
using System.CpuUsage
depending on your CPU it can be different
here are two examples

Image

(top) as you see in one system (windows using AMD eight core ) show only the total
(bottom) openelec using Intel cuad core it show the different CPU`s cores

i didnt know about the System.CoreUsage but not mater what i use for id it always show the cpu ej. $INFO[System.CoreUsage(test)] it shows ej.15.69
using windows with AMD eight core
i test it with id 0, cpu 0 , 1, 2, etc etc it always show the same
Image

thansk
Reply
#5
i don't think it's a matter of intel vs amd,
but it looks like it depends on what os you're using.

my intel i7 on linux:

Image

and on windows:

Image
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#6
is there a way to only show the total for both cases linux and windows?
like the system.memory use?

Available formats: used, used.percent, free, free.percent, total

thanks Ronie
Reply

Logout Mark Read Team Forum Stats Members Help
question about infolabel System.CPUUsage0