serverload

Discussion in 'ISPConfig 3 Priority Support' started by Tom John, May 14, 2022.

  1. Tom John

    Tom John Active Member HowtoForge Supporter

    Hi Guys,
    i am using ubuntu 20.04 and ispconfig 3
    top gives me 100% cpu usage with php but there is no website on the server which can cause this load.
    with ps aux i get
    Code:
    root      601395 99.9  0.3 102268 27712 ?        R    Mar24 73030:35 /usr/bin/php -q -d disable_classes= -d disable_functions= -d open_based
    
    it seems that this process use 99.9 % of the serverload.
    How can i go on to find the problem on the server?
    thanks a lot for you kind help
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Include a few 'w' options in ps (eg. 'ps auxww') to see more of the process command line.

    And 'lsof -p 601395' will show what file handles the process has open, which might well indicate what script is running.
     
  3. Tom John

    Tom John Active Member HowtoForge Supporter

    thanks a lot for your help
     

Share This Page