ChanServ changed the topic of #libreelec to: [ LibreELEC Support Channel ~ current release: (Leia) 9.2.6 ~ No discussion/support for piracy addons/services ~ Log: https://freenode.irclog.whitequark.org/libreelec ]
Tobbi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<aphirst>
Good Evening everyone
<aphirst>
i have some queries about the output of the `bcmstat.sh` tool included with libreelec, which I presume is responsible for some of the system monitoring on rpi boards
<aphirst>
the 3 columns i'm most interested in are "ARM", "Core" and "H264"
<aphirst>
the first and last are pretty self-explanatory - "ARM" seems to report the CPU frequency which tracks nicely with CPU load, and "H264" tracks with the h264 hardware decoding
<aphirst>
but what does "Core" refer to, and how is it being governed? i notice that it peaks at 500Mhz (color-coded in red) during some activity but tends to drop to about 333Mhz and ultimately idle at 250MHz a lot of the time
<aphirst>
i ask this because on a similar rpi4 board i got the same bcmstat.sh tool working but was surprised that this "Core" value stuck at 500Mhz
<aphirst>
I would like to know what power management settings libreelec is using for this specific aspect and set them up on my other boards
<aphirst>
it seems to be this tool: nproc | xargs seq | xargs -n1 -P4 md5sum /dev/zero