PDA

View Full Version : load per user



alex905
09-10-2007, 07:22 AM
im having troble pin pointing which user is causieng my server to crash contantly. i cant think of any command that woud show a user and their load.

im guessing that has already been throught of or somethign similer, i have searched but found nothing on here or google.

sorry if this has been asked and awnsered before.

smtalk
09-10-2007, 10:30 AM
That's impossible, unless you use suPHP or peruser MPM for apache. Also, you can try not to set limit for every user, but to use "RLimitCPU" and "RLimitMEM" directives in Apache configuration file.

alex905
09-11-2007, 12:24 PM
ok thanks
i wil go through those and see which one suits me.