Results 1 to 7 of 7

Thread: load problem.

  1. #1
    Join Date
    Nov 2005
    Posts
    62

    load problem.

    there is ofen suden a high load of my server..and the server becames slow.

    but i have check

    Apache Status
    CPU/Memory/MySQL Usage


    all are normal

    who can tell me what casuse it??
    how to find wich account cause the problem??

    i use cpanel

  2. #2
    Join Date
    Nov 2005
    Posts
    3,944
    well if your using linux run top take a screenshot and post it..


  3. #3
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  4. #4
    upss...sorry wrong replies...

  5. #5
    Join Date
    Aug 2005
    Posts
    309
    What Linux Kernel are you running?
    Kernel 2.6.9-22 specifically can cause unusually high loads in certain circumstances.

    There could be a lot of things wrong. Any more info (running processes, mysql process lists, etc...) that you can post here would help those of us on the forums determine what the problem is.

  6. #6
    You will need to get the top output while the issues are happening.


    Add a script like this to /usr/bin/top-watch.sh:
    #!/bin/sh

    LOGFILE="/var/log/top.log"

    top -b -n 1 >> $LOGFILE

    Make it executable, then add a crontab entry to run it every 5 minutes (for example):
    0-55/5 * * * * /bin/sh /usr/bin/top-watch.sh

    Once this is done you can look through the logs of the times when the load was high and only paste the top output from those times.

    If there isn't enough information after this output, you may need to get a copy of /proc/*/status to check the process states/memory usage, etc... with vmstat output.

  7. #7
    My server keeps on turning itself off and i can't get on sometimes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •