[SOLVED] Systeminfo CPU load clarification

Hello good people,

I need a bit of clarification, please…

I am using the systeminfo binding to monitor cpu load on my OH machine which incidentally does more than running OH…

The docs say:
Channel: load / Recent load in percents / Number

Now I receive a value consistenly between 0.0 and 0.4 (And sometimes peaks too. I belive the value received is accurate. That is not the question)

The question is:

Is that 0.0% to 0.4%
OR
0% to 40%

Thanks

for which measurement? the cpu#load one or the other 3 (load1, load5, load15)?

I know about the 1,5,15. Here is a good article on them: Understanding Linux CPU Load - when should you be worried? | Scout APM Blog

I don’t know what the cpu#load represents in the binding’s channel (I don’t use this addon)

The unit of the returned number is percent, so a value of 0.4 and a unit of ‘%’ will represent a load of 0.4%.

In this case, the channel should be named CPU utilization (not CPU load) :wink:

Thanks all

1 Like

Here i have CPU usage

###############################################################################
###############  openhab  #####################################################
###############################################################################
##        Ip = 192.168.178.45
##   Release = Raspbian GNU/Linux 10 (buster)
##    Kernel = Linux 4.19.75-v7l+
##  Platform = Raspberry Pi 4 Model B Rev 1.1
##    Uptime = 0 day(s). 5:36:35
## CPU Usage = 8.1% avg over 4 cpu(s) (4 core(s) x 1 socket(s))
##  CPU Load = 1m: 0.10, 5m: 0.22, 15m: 0.31
##    Memory = Free: 2.63GB (68%), Used: 1.22GB (32%), Total: 3.86GB
##      Swap = Free: 0.09GB (100%), Used: 0.00GB (0%), Total: 0.09GB
##      Root = Free: 25.03GB (89%), Used: 2.80GB (11%), Total: 29.04GB
##   Updates = 0 apt updates available.
##  Sessions = 1 session(s)
## Processes = 122 running processes of 32768 maximum processes
###############################################################################

But why no (at 2.5M4) more in System Info Binding?

PS
Here is 2.4 Binding Screenshot by Lightshot
And here is 2.5 Screenshot by Lightshot

Quite easy, the underlying OSHI library does not support this value any longer.
This was already answered in several other threads.