book000 / SystemdLogTracker

Tracking systemd log (journal) and send them to discord or slack.
MIT License
7 stars 1 forks source link

100% core usage, spiking temps, high server load #33

Open rsandxo opened 11 months ago

rsandxo commented 11 months ago

Hello. Thank you for providing this app I've found it quite useful. Although, I have noticed an issue with it running.. One thread on my server gets maxed out at 100% and causes temps to rise while the program is running. I am unsure why this is happening.. I did read the code but I don't know much Java so I can't figure out what the cause is. I thought I would let you know.

I am using the Discord Webhook functionality to monitor a Minecraft server console.

Here are some screenshots of the issue.

Htop showing high load, and 100% use on one thread htop

Output of sensors high-temps

Normal stats for my server without the application running. normal-htop-stats temp-drop

Steps to reproduce: Run the application as suggested in readme Watch htop, and core temps spike Stop the application Htop stats, and temps return to normal.

book000 commented 11 months ago

@rsandover Thanks for creating the issue!

To be honest, I have not been able to maintain this project...

I can imagine that the process of keeping up-to-date logs is causing the problem, but I don't have the time or inclination to solve it right away!


I have labeled it "help wanted". If you can solve this problem, I would be very happy if you could create a pull request❤️