henrygd / beszel

A lightweight server monitoring hub with historical data, docker stats, and alerts.
MIT License
1.11k stars 45 forks source link

Top CPU and RAM consumers #44

Open asm0dey opened 1 month ago

asm0dey commented 1 month ago

Currently, I can see that CPU usage grew, but do not have a way to understand who's the consumer. It would be nice to add this information as well!

henrygd commented 1 month ago

Yeah, it's apparent when the culprit is a docker container, but not so much if it's a regular process.

I want to keep the amount of data exchanged and stored to a minimum, so my opinion is that sending info on every process is too much.

But I can look into possibly logging the top five cpu processes.

asm0dey commented 1 month ago

Probably it might be a tunable parameter. For me even top 3 will work, I can imagine a situation when somebody needs 10