I was wondering if there would be a way to run a script whenever a user hits the resources limits
Announcement
Collapse
No announcement yet.
Running script whenever user hits resources limits
Collapse
X
-
Hi,
There is no way to trigger anything when user hits a limit. You can run a cronjob to trace if there are any faults with lveinfo --by-faults=any then run script/command however it will not be the same as you want as it will be post factum , ~1 minute after an issue happened.
Comment
-
My primary objective is to trace what processes are making the users hit the resources limit. Ive notice that lve-stats2 now has the option to list the processes. I was wondering if this will give me access to the list of processes that were running at the time the user hit the limit.
Comment
Comment