Monitor tool resources per user?

Hi,

I’ve got Monitorix that gives some understanding of resource use server wide. But sometimes I find it hard to find which user(website) is using a lot of resources. Even triggering a OOM-kill sometimes.

So I wonder, what is a good monitor tool that also gives some insights of resources used per user?

apt install atop
atop
press u

apt install htop
htop
press u
select user and press enter

1 Like

Thank you. Yes this works great for debugging and the OOM-kill cause was found swiftly.

However, I was looking for some visual thing, like Monitorix or Netdata and then with the resource use split per user. But maybe this is not available and would cause a lot of drag on the server.

It’s more a nice to have, so see the impact per website on a server.