Hi, all
I have a wierd issue with performance ROCK 5b on official image “Ubuntu 22.04.4” with Linux kernel LTS 5.10.160-rockchip #37 SMP Fri Apr 26 05:16:30.
Sometime something happened and I have about 10-25% perf degradation.
To catch this I’ve prepared monitoring tools.
I use dgemm to make a hight-CPU usage loading.
I’ve:
- run dgemm in an one by one sequence. Makes about 100 iterations. I could see a degradation time to time.
- grabbing in parallel a top of CPU usage processes (by linux top). I could see only my dgemm process that generate high-load noise. Nothing else.
- grabbing in parallel the SBC temperature. It was about 29-41C but without any correlations with time when I could see the degradations
This is kind of chart with perf by time/iteration
I’ve checked dmesg and it was clear. No any wierd problems like deals with DRAM or power or something else.
It looks like I have some problem with throttling or power limitation problem or something else. But I haven’t found any handles to check this theory,
- how to check current throttle state or events ?
- how to check current power consumption ?
- maybe we have some counters to check DRAM error ?
Maybe someone has had such a problem ?
Any ideas are welcome.