Thomas
Thomas
Yes, I also noticed this phenomenon. After the device runs for a few minutes, the CPU usage rate will decrease. Since I generated this code directly using open-source compilation, I...
Can you try ro start delay start janus. I tested that delaying Janus for 30 seconds can solve this problem. You can ``` sudo -s cd /opt/bin/blikvm/package/janus vim kvmd-janus.service ```...
The sidebar will be removed in future versions
https://wiki.blicube.com/blikvm/en/flashing_os/ You can flash the lasted image to test.
Upgrade to the latest version, and if there are any issues, you can reopen it.
https://wiki.blicube.com/blikvm/en/https/ You can update to v1.4.5 to test. If you have any problem, you can open the issue again.
Which image do you use(pikvm or blikvm)? Which hardware do you have?(v1 v2 v3 or v4)
https://github.com/ThomasVon2021/blikvm/blob/master/package/kvmd-fan/kvmd-fan.py You can update to use this code.
You can take a look at the python code, it's very simple. If you want to add more monitoring, I think it should be simple too. It's not quite sure...
In the code, you can see ``` time.sleep(5) ``` That mean every loop will sleep 5s, I don't know how this time do you get: ``` [2023-10-16 10:37:05 kvmd-fan.service] ```...