bcmstat
bcmstat copied to clipboard
Simple Raspberry Pi monitoring tool
In version 0.5.5, the minimum clock frequencies for the GPU cells are hard-coded to 250. This PRs approach is to first see if core_freq_min/h264_freq_min/v3d_freq_min/isp_freq_min is set, if not, check if...
On my Pi 4B I have set custom speed values for ARM and GPU. Setting gpu_freq sets core and v3d among others. While bcmstat reflects these settings correctly for the...
On PI 4B/4GB RAM: ``` root@localhost:bin# ./bcmstat.sh Config: v0.5.5, args "", priority lowest (+19) Board: 4 x cores available, ondemand governor (Pi1 Model B rev 1.1, BCM2835 SoC with 256MB...
Snipping out bits that aren't relevant, but I noticed the memory calculations aren't correct. ``` $ bcmstat.sh J1mrg -oGPUfree,MEMfree Config: v0.5.5, args "J1mrg -oGPUfree,MEMfree", priority lowest (+19) Board: 4 x...
After the update to libreelec 12.0.2. I was getting an error on start: ```bash Traceback (most recent call last): File "/usr/bin/bcmstat.sh", line 1708, in main(sys.argv[1:]) File "/usr/bin/bcmstat.sh", line 1565, in...