Replies: 5 comments 19 replies
-
You could stop GenMon and see if that process goes away. |
Beta Was this translation helpful? Give feedback.
-
Thank you for that. I did as you suggested and it did bring the cpu usage down to almost zero. unpon restart, right back up to 100% I installed this 6-8 months ago, is there an update procdure I should consider? |
Beta Was this translation helpful? Give feedback.
-
you can also look at the process number that is causing the high load and then type this:
It should print out the process number and the full python command line for each process. Of course it is possible that the VM is just over loaded depedning on the VM settings and the host system requirements. If that is the case then you can enable the "Optimize for slower CPUs" setting on the Settings page in the web interface. This will reduce the frequency serial polling of modbus. This setting was introduced to keep slower raspberry pis (pi zero) from a high CPU load. |
Beta Was this translation helpful? Give feedback.
-
Yes I did stop in based on the suggestion at the start of this conversation to confirm if it was indeed Genmon. Here is theoutput of ps -axo pid,cmd | grep [p]ython Sorry for the confusion. |
Beta Was this translation helpful? Give feedback.
-
So I turned on the Optimize for slower CPU. and saw no change. So I restarted Genmon using the stop and start commands. I waited two minutes to see if it would settle but it is still running at 100% I see a couple of options to try here. I have a VM backup from the weekend that I could restore and see if that makes any differece. The second option is I see that I am behind a version or two so I could do an update. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Checklist
Version
Genmon Version V1.19.03 Generator is a Generac 9KW
Have you submitted your log files from the About page? Note that outbound email must be working for logs to be submitted.
I have not submitted logs
What is/are your question(s)?
Hey folks I am not totaly sure this is even an issue. Everyting is working and data is flowing as exected and has been for six moths or so. My question is that on my instanse, (Debian VM on Proxmox) one of the two CPUs is pegged ay 100% continuously and stays there all the time even right after a reboot. The item that is pgging the CPU at 100% is a python somthing...
I dont know if this an issue or not as i dont recall if it was always this way.
Here is the top line of Top.
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
429 root 20 0 860924 47372 15216 S 100.0 2.4 12:43.58 python
Just looking for some input.
CHeers.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions