Ispconfig running really slow.

Discussion in 'Installation/Configuration' started by zustudios, May 10, 2020.

  1. zustudios

    zustudios Member

    My Ispconfig is running very slow. My websites are slow also.
    root@ns1:~# cat htf_report.txt | more

    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] OS version is Debian GNU/Linux 10 (buster)
    [INFO] ISPConfig is installed.

    ##### ISPCONFIG #####
    ISPConfig version is 3.1.15p3


    ##### VERSION CHECK #####

    [INFO] php (cli) version is 7.3.14-1~deb10u1

    ##### PORT CHECK #####


    ##### MAIL SERVER CHECK #####


    ##### RUNNING SERVER PROCESSES #####

    [INFO] I found the following web server(s):
    Apache 2 (PID 8370)
    [INFO] I found the following mail server(s):
    Postfix (PID 929)
    [INFO] I found the following pop3 server(s):
    Dovecot (PID 359)
    [INFO] I found the following imap server(s):
    Dovecot (PID 359)
    [INFO] I found the following ftp server(s):
    PureFTP (PID 835)

    ##### LISTENING PORTS #####
    (only ()
    Local (Address)
    [anywhere]:110 (359/dovecot)
    [anywhere]:143 (359/dovecot)
    [anywhere]:465 (929/master)
    [anywhere]:21 (835/pure-ftpd)
    ***.***.***.***:53 (437/named)
    [localhost]:53 (437/named)
    [anywhere]:22 (436/sshd)
    [anywhere]:25 (929/master)
    [localhost]:953 (437/named)
    [anywhere]:993 (359/dovecot)
    [anywhere]:995 (359/dovecot)
    [localhost]:10023 (542/postgrey)
    [localhost]:10024 (954/amavisd-new)
    [localhost]:10025 (929/master)
    [localhost]:10026 (954/amavisd-new)
    [localhost]:10027 (929/master)
    [anywhere]:587 (929/master)
    [localhost]:11211 (357/memcached)
    [localhost]10 (359/dovecot)
    [localhost]43 (359/dovecot)
    *:*:*:*::*:8080 (8370/apache2)
    *:*:*:*::*:80 (8370/apache2)
    *:*:*:*::*:8081 (8370/apache2)
    *:*:*:*::*:465 (929/master)
    *:*:*:*::*:21 (835/pure-ftpd)
    *:*:*:*::*:53 (437/named)
    *:*:*:*::*:22 (436/sshd)
    *:*:*:*::*:25 (929/master)
    *:*:*:*::*:953 (437/named)
    *:*:*:*::*:443 (8370/apache2)
    *:*:*:*::*:993 (359/dovecot)
    *:*:*:*::*:995 (359/dovecot)
    *:*:*:*::*:10023 (542/postgrey)
    *:*:*:*::*:10024 (954/amavisd-new)
    *:*:*:*::*:10026 (954/amavisd-new)
    *:*:*:*::*:3306 (490/mysqld)
    *:*:*:*::*:587 (929/master)




    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    f2b-pure-ftpd tcp -- [anywhere]/0 [anywhere]/0 multiport dports
    21
    f2b-postfix-sasl tcp -- [anywhere]/0 [anywhere]/0 multiport dpor
    ts 25
    f2b-sshd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 22

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain f2b-sshd (1 references)
    target prot opt source destination
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-
    unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port
    -unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port
    -unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-
    unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-un
    reachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-u
    nreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-
    unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-
    unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-
    unreachable
    RETURN all -- [anywhere]/0 [anywhere]/0

    Chain f2b-postfix-sasl (1 references)
    target prot opt source destination
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-
    unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-
    unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port
    -unreachable
    REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-
    unreachable
    RETURN all -- [anywhere]/0 [anywhere]/0

    Chain f2b-pure-ftpd (1 references)
    target prot opt source destination
    RETURN all -- [anywhere]/0 [anywhere]/0
     
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Any info on your server built and its space and memory usages? The hardware is also as important as the software.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    And check the system load with top command, maybe it's just highly loaded.
     
  4. zustudios

    zustudios Member

    Memery 2gb of 4gb Disk size 200gb. It's a new install.
     
  5. zustudios

    zustudios Member

    Please explain.
     
  6. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Your server built seems fine though cpu info could be helpful too.

    By the way, as @till said, we also need you to run "top" command in your linux cli (command line interface) to check your current memory usages.
     
  7. zustudios

    zustudios Member

    Dual Intel Xeon 5420
    What is the command I should put in?
     
  8. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Just type in top then see the result and share it with us. That way you'll know what app / software is using how much of your server memory.
     
  9. zustudios

    zustudios Member

    412 root 20 0 625756 25820 9676 S 0.7 0.6 6:10.34 fail2ban-server
    1 root 20 0 169516 10156 7812 S 0.3 0.3 0:10.57 systemd
    175 root 20 0 48448 11132 9008 S 0.3 0.3 0:18.93 systemd-journal
    2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd
    3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp
    4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par_gp
    6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/0:0H-kblockd
    8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_percpu_wq
    9 root 20 0 0 0 0 S 0.0 0.0 0:01.78 ksoftirqd/0
    10 root 20 0 0 0 0 I 0.0 0.0 0:07.08 rcu_sched
    11 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_bh
    12 root rt 0 0 0 0 S 0.0 0.0 0:00.12 migration/0
    14 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
    15 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmpfs
    16 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns
    17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd
    18 root 20 0 0 0 0 S 0.0 0.0 0:00.01 khungtaskd
    19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_reaper
    20 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 writeback
    21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kcompactd0
    22 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
    23 root 39 19 0 0 0 S 0.0 0.0 0:02.68 khugepaged
    24 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 crypto
    25 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kintegrityd
    26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kblockd
    27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 edac-poller
    28 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 devfreq_wq
    29 root rt 0 0 0 0 S 0.0 0.0 0:00.00 watchdogd
    32 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
    50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kthrotld
    51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ipv6_addrconf
    52 root 20 0 0 0 0 I 0.0 0.0 0:01.05 kworker/u2:1-events_unbou+
    61 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kstrp
    96 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ata_sff
    97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
    98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 scsi_tmf_0
    99 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_1
    100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 scsi_tmf_1
    102 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_2
    103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 scsi_tmf_2
    108 root 0 -20 0 0 0 I 0.0 0.0 0:02.42 kworker/0:1H-kbl


    1 root 20 0 169516 10156 7812 S 0.3 0.3 0:10.58 systemd
    553 list 20 0 24136 17528 7208 S 0.3 0.4 0:05.25 python
    2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd
    3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp
    4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par_gp
    6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/0:0H-kblockd
    8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_percpu_wq
    9 root 20 0 0 0 0 S 0.0 0.0 0:01.78 ksoftirqd/0
    10 root 20 0 0 0 0 I 0.0 0.0 0:07.08 rcu_sched
    11 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_bh
    12 root rt 0 0 0 0 S 0.0 0.0 0:00.12 migration/0
    14 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
    15 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmpfs
    16 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns
    17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd
    18 root 20 0 0 0 0 S 0.0 0.0 0:00.01 khungtaskd
    19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_reaper
    20 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 writeback
    21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kcompactd0
    22 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
    23 root 39 19 0 0 0 S 0.0 0.0 0:02.68 khugepaged
    24 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 crypto
    25 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kintegrityd
    26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kblockd
    27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 edac-poller
    28 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 devfreq_wq
    29 root rt 0 0 0 0 S 0.0 0.0 0:00.00 watchdogd
    32 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
    50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kthrotld
    51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ipv6_addrconf
    52 root 20 0 0 0 0 I 0.0 0.0 0:01.06 kworker/u2:1-events_unbou+
    61 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kstrp
    96 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 ata_sff
    97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
    98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 scsi_tmf_0
    99 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_1
    100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 scsi_tmf_1
    102 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_2
    103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 scsi_tmf_2
    108 root 0 -20 0 0 0 I 0.0 0.0 0:02.43 kworker/0:1H-kblockd
    141 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/u3:0
     
  10. Steini86

    Steini86 Active Member

    What do you mean by "ispconfig"? The web interface?
    What websites are slow? Wordpress? Or "normal" sites?
    Have you enabled php-fpm?

    Can you post the summary of https://developers.google.com/speed/pagespeed/insights ? What are the limiting parts?
     
  11. zustudios

    zustudios Member

    Yes Ispconfig interface, wordpress. Yes I enabled php-fpm
     
  12. Richard Foley

    Richard Foley Member

    If you want people to help you here, you should really try to be a little more pro-active with providing helpful information, about your system, to the people who trying to help you here. We cannot read your mind.

    What is your hardware, memory, disk type/s, capacity and usage, CPU mhz, OS version, etc. etc. What is the output of various tools, like top, iostat, etc. Please post your results using the
    Code:
    CODE
    tags so that it's easier to read. And so forth...

    Cheers.
     
  13. zustudios

    zustudios Member

    I'm still a noob. I don't know what info is needed or why. But I will try.
    What info do you need to help me and how do I get it step by step.
     
  14. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    This forum thread is going to take ages to solve at current pace.
    You need to learn how to use Linux so you can understand the help you receive and make use of it. https://www.howtoforge.com/communit...or-a-first-time-linux-user.83782/#post-399369
    Then try Internet Search Engines with
    Code:
    linux running slow
    for example to find related info. Then read and apply the methods. If you are stumped, then ask this forum specific questions.
    One more thing about slow: you need to measure or otherwise get some concrete info on the slowness. One persons slow is other persons normal speed.
     
    Richard Foley and ahrasis like this.
  15. zustudios

    zustudios Member

    check out the speed of my test site zuhost.tk. I was using Cpanel. I didn't have so many problems. Just plug and play.
     
  16. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig is plug & play as well, especially when it comes to running of WordPress pages. No problems at all, perfect server, upload WordPress to web folder, and everything works out of the box, no tweaks needed and no errors.

    How many websites do you run on that server at the moment?
    Did you follow the perfect server tutorial for Debian 10 to the letter?

    Run the command "uptime" and post the result.
    Check the website error.log file for errors.

    The delay on your system is so large that it can even be a network timeout, e.g. when your site tries to reach an external service and that fails.
     
  17. zustudios

    zustudios Member

    I have one test website. Yes I followed the tutorial to the letter.
    08:52:47 up 1 day, 11:27, 1 user, load average: 0.01, 0.05, 0.08
    Where is the website error log located?
     
  18. till

    till Super Moderator Staff Member ISPConfig Developer

    ok, so it's not a load issue then.

    In the log folder of the website.
     
  19. till

    till Super Moderator Staff Member ISPConfig Developer

    And run this command on the shell:

    ping -c3 google.com

    and post the result.
     
  20. zustudios

    zustudios Member

     

    Attached Files:

Share This Page