This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there a better way CPU utilization V7.09

I am experiencing 100% CPU utilization on a fairly robust server.  Dual Xeon 4gb Ram astaro v7.09, and what I want to know is what are your thoughts about determining which process is causing the problem.  

TIA

Bob


This thread was automatically locked due to age.
Parents Reply Children
  • Why ssh in to get the process list?

    Support -> Advanced -> Process List

    But if you are at 100% CPU this might pose a problem O_o.

    You can sort via ps. For example to sort via CPU in descending order:

    ps -A u --sort -pcpu
  • Why ssh in to get the process list?


    It's faster for me, as I never remember where things like that are in the webmin. I think it's been moved a few times.
    Also, over a slow connection, ssh is much faster than webmin.

    Furthermore, 'top' on the console refreshes much faster so it's easier to see what's going on.

    Barry