Skip to main content

Load average

Comments

7 comments

  • 24x7ss
    Check you server for attack. If there are lots of nobody connections then there must be attack or heavy traffic. I will suggest you to check how many apache connections you are having on server by using netstat command. Also try to find out that nobody connections are coming from which IP and try to block IP in firewall or iptables.
    0
  • 000
    Check you server for attack. If there are lots of nobody connections then there must be attack or heavy traffic. I will suggest you to check how many apache connections you are having on server by using netstat command. Also try to find out that nobody connections are coming from which IP and try to block IP in firewall or iptables.

    Thanks. And... Some idea about URL: WHM > Service Configuratioin > Apache Setup ??? Please, where I can found the URL [Load Averages] ???
    0
  • 24x7ss
    WHM > Service Configuratioin > Apache Setup ???

    Yes that configuration is for tweaking the Apache settings as per your server connection. You can refer below link:
    0
  • 000
    Thanks. What you think
    root@host [~]# sar -q Linux 2.6.32-431.5.1.el6.x86_64 (host.domain.com) 03/28/2015 _x86_64_ (8 CPU) 12:00:02 AM runq-sz plist-sz ldavg-1 ldavg-5 ldavg-15 12:10:01 AM 2 266 0.12 0.19 0.33 12:20:01 AM 3 259 0.22 0.29 0.33 12:30:02 AM 4 267 0.32 0.25 0.28 12:40:01 AM 1 257 0.57 0.81 0.53 12:50:01 AM 3 258 0.12 0.22 0.33 01:00:01 AM 3 267 0.00 0.05 0.18 01:10:01 AM 4 265 0.46 0.14 0.13 01:20:01 AM 3 257 0.21 0.15 0.14 Average: 3 262 0.25 0.26 0.28 root@host [~]#
    ??? In any case, please: what is
    19477 nobody 20 0 179m 7824 3204 S 0.0 0.1 0:00.17 /usr/local/apache/bin/httpd -k start -DSSL 21158 nobody 20 0 179m 7760 3156 S 0.0 0.1 0:00.10 /usr/local/apache/bin/httpd -k start -DSSL 23059 nobody 20 0 179m 7736 3168 S 0.0 0.1 0:00.03 /usr/local/apache/bin/httpd -k start -DSSL 21658 nobody 20 0 179m 7596 2992 S 0.0 0.1 0:00.08 /usr/local/apache/bin/httpd -k start -DSSL 23455 nobody 20 0 179m 7560 2992 S 0.0 0.1 0:00.02 /usr/local/apache/bin/httpd -k start -DSSL 23618 nobody 20 0 179m 7556 2992 S 0.0 0.1 0:00.02 /usr/local/apache/bin/httpd -k start -DSSL 23464 nobody 20 0 179m 7552 2996 S 0.0 0.1 0:00.02 /usr/local/apache/bin/httpd -k start -DSSL 23494 nobody 20 0 179m 7548 2992 S 0.0 0.1 0:00.01 /usr/local/apache/bin/httpd -k start -DSSL 23760 nobody 20 0 179m 7540 2988 S 0.0 0.1 0:00.00 /usr/local/apache/bin/httpd -k start -DSSL 2372 root 20 0 85128 6896 4116 S 0.0 0.1 9:02.30 /usr/local/apache/bin/httpd -k start -DSSL
    ??? Is danger ? Or samplely is normal users in web ?
    0
  • 24x7ss
    Load average is normal for your server so no issue with it. Regarding nobody connections it can be normal users or there may be a chance that from single IP lots of connections are hitting your server. I will recommend you to check how much connections you are having on port 80 ? Are they from single IP or from multiple IP's ? If connections are from single IP then you can try blocking that IP.
    0
  • 000
    ... check how much connections you are having on port 80

    Thanks. "how I can check this number? "how I can detect #IP of X connection in particular?
    0
  • cPanelMichael
    Hello, The usage looks normal, but feel free to review the following thread if you are concerned about the load average: Troubleshooting High Loads On Linux Systems Thank you.
    0

Please sign in to leave a comment.