High Cpu

Discussion in 'ISPConfig 3 Priority Support' started by gpetrom, Sep 11, 2017.

  1. gpetrom

    gpetrom Member

    Hi

    I have a proccess that loads a lot of cpu and i do not know what is it. It runs 5 or 6 times on the same site. Can someone tell me what is this and what should i look. I have already scan my server with ispprotect and i have not found any malware on the specific site.
    /opt/php-7.1/bin/php-cgi -d open_basedir=none -d disable_functions= -d suhosin.executor.func.blacklist= -d upload_tmp_dir=/var/www/clients/client5/web2/tmp -d session.save_path=/var/www/clients/client5/web2/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f [email protected]

    Thanks in advanced
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This is basically the website PHP process itself or in other words, someone is accessing php pages in that site when you see load from such a process. You can take a look into the access.log of this site:

    /var/www/clients/client5/log/access.log

    to see which pages get accessed. High load can be caused by many things, like:

    - Many people access the website.
    - The website code is not programmed well and it does not run efficiently so that a few users are enough to cause high load.
    - A kind of DOS attack is happening.
    - The site has been infected with Malware.
     

Share This Page