Ubuntu server won't stop running processes

Discussion in 'General' started by deividmen, Aug 25, 2019.

  1. deividmen

    deividmen Member

    I have an Ubuntu 16.04 server with ISPConfig 3.1 and many websites installed.

    For some reason the server started working too much on some processes with high load, and it gets too slow from time to time. I don't know what the running processes associated with this problem are, but it doesn't work well anymore.

    I want to identify the running processes in order to figure out the solution. Hopefully someone can shed some light.

    Thanks in advance.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Usefull commands are (you may need to install them): free -h, htop, dstat.
    Useful Internet Search Engine string:
    Code:
    linux find which process causes high load
     
    ahrasis likes this.
  3. deividmen

    deividmen Member

    The problem is that it won't let me use them because it's stuck and not responding
     
    Last edited: Aug 26, 2019
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Boot the server in single user mode, then first check if disk is full:
    Code:
    df -hT
    Then boot normally, and before the host gets stuck, monitor with the commands showed what is happening. For example htop in one terminal windows, dstat with suitable parameters on another.
     
  5. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    If you can't identify any processes and this is a vps, keep in mind that the hardware node could be overloaded, and you'd need to contact your vps provider to address it.
     

Share This Page