How to analyze server load
Hello,
I have E3 server with 32 GB ram. Today I am seeing load is going above to 2 but there is no such high traffic on sites. Can anyone please guide me that how can I analyze server load properly to sort out if there is something to fix.
Here are process running currently.
root@server [~]# top c
top - 12:21:48 up 4 days, 19:25, 1 user, load average: 2.92, 2.32, 2.22
Tasks: 388 total, 3 running, 377 sleeping, 0 stopped, 8 zombie
Cpu0 : 31.2%us, 8.3%sy, 0.0%ni, 58.5%id, 2.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu1 : 45.7%us, 9.0%sy, 0.0%ni, 44.3%id, 1.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu2 : 34.6%us, 5.0%sy, 0.0%ni, 47.2%id, 11.3%wa, 0.0%hi, 2.0%si, 0.0%st
Cpu3 : 39.5%us, 9.0%sy, 0.0%ni, 36.8%id, 14.7%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu4 : 36.7%us, 7.0%sy, 0.0%ni, 56.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu5 : 25.8%us, 5.3%sy, 0.0%ni, 68.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu6 : 39.5%us, 6.4%sy, 0.0%ni, 52.8%id, 1.3%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu7 : 31.0%us, 7.4%sy, 0.0%ni, 38.0%id, 23.6%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 32913540k total, 26343388k used, 6570152k free, 594252k buffers
Swap: 1046520k total, 136928k used, 909592k free, 23637968k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
3363 mysql 20 0 4208m 52m 4756 S 71.5 0.2 931:30.43 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysq
1581 bbbbbb 20 0 0 0 0 Z 15.3 0.0 0:00.46 [php]
1579 bbbbbb 20 0 0 0 0 Z 15.0 0.0 0:00.45 [php]
1586 bbbbbb 20 0 0 0 0 Z 15.0 0.0 0:00.45 [php]
1583 bbbbbb 20 0 0 0 0 Z 14.6 0.0 0:00.44 [php]
1595 aaaaaa 20 0 0 0 0 Z 13.3 0.0 0:00.40 [php]
1577 xxxxxx 20 0 0 0 0 Z 12.0 0.0 0:00.36 [php]
1602 xxxxxx 20 0 222m 64m 58m R 2.7 0.2 0:00.08 /usr/bin/php /home/xxxxxx/public_html/wp-content/plu
1600 xxxxxx 20 0 227m 17m 9120 S 2.3 0.1 0:00.07 /usr/bin/php /home/xxxxxx/public_html/wp-content/plu
32030 root 20 0 148m 12m 1352 S 1.0 0.0 0:00.32 lfd - sleeping-
From your top output, it looks like it's coming from PHP scripts. You can see in the %CPU column that MySQL is using about 71%, and you have a number of PHP scripts running at around 15% each. Keep in mind that this is percentage in terms of one CPU thread. So that 71% is 71% of one thread, and about 8.9% of your entire CPU capacity (71 divided by 8). Here's a pretty good explanation of load in easy-to-understand terms: [url=http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages]Understanding Linux CPU Load - when should you be worried? Just curious - why are you concerned about a load of 2? Your server has 8 threads. 0 -
Hello, Thanks for your explanation, I am just worried that load is going higher but there is not much traffic on sites. I am new in management so worried that server is not hacked. normal process are quite few. but from root and nobody it using too much resources. Here is process list. root@ [~]# top c top - 16:19:27 up 4 days, 23:22, 1 user, load average: 4.90, 4.44, 4.56 Tasks: 466 total, 7 running, 435 sleeping, 0 stopped, 24 zombie Cpu(s): 37.3%us, 7.8%sy, 0.0%ni, 50.4%id, 4.3%wa, 0.0%hi, 0.2%si, 0.0%st Mem: 32913540k total, 27910340k used, 5003200k free, 629168k buffers Swap: 1046520k total, 135516k used, 911004k free, 24927276k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3363 mysql 20 0 4208m 52m 4756 S 38.9 0.2 984:49.42 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib45 cricdown 20 0 0 0 0 Z 10.6 0.0 0:00.32 [php] 26683 gotest 20 0 0 0 0 Z 13.6 0.0 0:00.41 [php] 49 cricdown 20 0 247m 38m 9556 R 5.6 0.1 0:00.17 /usr/bin/php /home/cricdown/public_html/wp-comments-post.php 26725 cricdown 20 0 254m 45m 9800 R 13.6 0.1 0:00.41 /usr/bin/php /home/cricdown/public_html/index.php 30 root 20 0 149m 13m 1352 S 0.7 0.0 0:43.75 lfd - sleeping 26718 cricdown 20 0 0 0 0 Z 13.0 0.0 0:00.39 [php] 76 root 20 0 0 0 0 S 0.3 0.0 1:19.93 [kjournald] 26714 gotest 20 0 256m 47m 9628 R 10.3 0.1 0:00.31 /usr/bin/php /home/gotest/public_html/wp-admin/admin-ajax.php 15 root 0 -20 0 0 0 S 0.3 0.0 2:31.77 [kworker/7:1H] 26730 studysol 20 0 233m 27m 9320 R 9.6 0.1 0:00.29 /usr/bin/php /home/studysol/public_html/asportsnews.com/index.php 54 nobody 20 0 101m 8832 2172 S 0.3 0.0 0:00.19 /usr/local/apache/bin/httpd -k start -DSSL 26732 gotest 20 0 247m 37m 9432 R 8.6 0.1 0:00.26 /usr/bin/php /home/gotest/public_html/wp-admin/admin-ajax.php 77 nobody 20 0 101m 8840 2172 S 0.3 0.0 0:00.23 /usr/local/apache/bin/httpd -k start -DSSL 26735 gotest 20 0 234m 29m 8732 R 6.0 0.1 0:00.18 /usr/bin/php /home/gotest/public_html/index.php top - 16:25:04 up 4 days, 23:28, 1 user, load average: 5.28, 4.56, 4.55 Tasks: 488 total, 3 running, 457 sleeping, 0 stopped, 28 zombie Cpu(s): 30.0%us, 6.7%sy, 0.0%ni, 58.6%id, 4.4%wa, 0.0%hi, 0.3%si, 0.0%st Mem: 32913540k total, 28149416k used, 4764124k free, 629832k buffers Swap: 1046520k total, 135516k used, 911004k free, 25071520k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1952 cricdown 20 0 0 0 0 Z 12.6 0.0 0:00.38 [php] 3363 mysql 20 0 4208m 52m 4756 S 12.6 0.2 986:10.10 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/ 1974 xxxxxx 20 0 0 0 0 Z 10.3 0.0 0:00.31 [php] 1984 gotest 20 0 247m 43m 9244 S 8.6 0.1 0:00.26 /usr/bin/php /home/gotest/public_html/index.php 1983 xxxxxx 20 0 244m 40m 8980 S 7.0 0.1 0:00.21 /usr/bin/php /home/xxxxx/public_html/index.php 1970 xxxxxx 20 0 246m 41m 9212 S 6.3 0.1 0:00.19 /usr/bin/php /home/xxxxxx/public_html/index.php 1991 xxxxxx 20 0 220m 18m 10m R 5.6 0.1 0:00.17 /usr/bin/php /home/xxxx/public_html/wp-login.php 1992 xxxxxx 20 0 244m 34m 9520 R 4.3 0.1 0:00.13 /usr/bin/php /home/xxxxxx/public_html/wp-admin/admin-ajax.php 1980 xxxxxx 20 0 241m 31m 9364 S 4.0 0.1 0:00.12 /usr/bin/php /home/xxxxxx/public_html/index.php 3169 named 20 0 726m 133m 2524 S 3.0 0.4 23:47.77 /usr/sbin/named -u named 19197 root 20 0 15344 1676 1000 R 0.7 0.0 0:06.78 top c 29034 nobody 20 0 101m 8860 2176 S 0.7 0.0 0:00.09 /usr/local/apache/bin/httpd -k start -DSSL 29161 nobody 20 0 101m 8704 2164 S 0.7 0.0 0:00.19 /usr/local/apache/bin/httpd -k start -DSSL 1881 root 20 0 40676 5196 2168 S 0.3 0.0 0:00.01 /usr/local/cpanel/bin/dcpumon 3469 root 20 0 101m 9508 3624 S 0.3 0.0 2:55.32 /usr/local/apache/bin/httpd -k start -DSSL 28819 nobody 20 0 101m 8852 2168 S 0.3 0.0 0:00.05 /usr/local/apache/bin/httpd -k start -DSSL 28830 nobody 20 0 101m 8568 2172 S 0.3 0.0 0:00.09 /usr/local/apache/bin/httpd -k start -DSSL 28845 nobody 20 0 101m 8748 2164 S 0.3 0.0 0:00.07 /usr/local/apache/bin/httpd -k start -DSSL 28888 nobody 20 0 101m 8724 2220 S 0.3 0.0 0:00.09 /usr/local/apache/bin/httpd -k start -DSSL 28892 nobody 20 0 101m 9216 2800 S 0.3 0.0 0:00.09 /usr/local/apache/bin/httpd -k start -DSSL 28902 nobody 20 0 101m 8680 2168 S 0.3 0.0 0:00.07 /usr/local/apache/bin/httpd -k start -DSSL 28958 nobody 20 0 101m 8676 2168 S 0.3 0.0 0:00.12 /usr/local/apache/bin/httpd -k start -DSSL 28966 nobody 20 0 101m 8668 2156 S 0.3 0.0 0:00.08 /usr/local/apache/bin/httpd -k start -DSSL 28970 nobody 20 0 102m 9056 2164 S 0.3 0.0 0:00.10 /usr/local/apache/bin/httpd -k start -DSSL 28977 nobody 20 0 101m 8880 2168 D 0.3 0.0 0:00.13 /usr/local/apache/bin/httpd -k start -DSSL 29025 nobody 20 0 101m 8440 2164 S 0.3 0.0 0:00.10 /usr/local/apache/bin/httpd -k start -DSSL
Here is from WHMPid Owner Priority CPU % Memory % Command 1952 (Trace) (Kill) xxxxxxx 0 38.0 0.0 [php] 1957 (Trace) (Kill) aaaaaa 0 16.0 0.1 /usr/bin/php /home/gotest/public_html/wp-admin/admin-ajax.php 3363 (Trace) (Kill) mysql 0 13.7 0.1 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/asghar.websols.pk.err --open-files-limit=12064 --pid-file=/var/lib/mysql/asghar.websols.pk.pid 1820 (Trace) (Kill) aaaaaa 0 9.8 0.0 [php] 1825 (Trace) (Kill) aaaaaa 0 9.8 0.0 [php] 1880 (Trace) (Kill) dddddd 0 6.5 0.0 php -q /home/pkweb/public_html/billing/pipe/pop.php 1763 (Trace) (Kill) aaaaaa 0 5.8 0.0 [php] 1960 (Trace) (Kill) xxxxxx 0 5.0 0.0 /usr/bin/php /home/studysol/public_html/wp-login.php 1961 (Trace) (Kill) root 0 4.0 0.1 whostmgr2 - top ./top 1959 (Trace) (Kill) dddddd 0 4.0 0.0 /usr/bin/php /home/gotest/public_html/wp-admin/admin-ajax.php 28661 (Trace) (Kill) root 18 2.6 0.0 cpanellogd - waiting for child to process logs for wwwbolly 1862 (Trace) (Kill) vvvvv 0 2.3 0.0 /usr/bin/php /home/gotest/public_html/wp-admin/admin-ajax.php 1804 (Trace) (Kill) xxxxxxx 0 1.4 0.0 [php] 1072 (Trace) (Kill) rrrrrrrr 0 1.3 0.0 [php] 1782 (Trace) (Kill) rrrrrrrr 0 1.1 0.0 [php] 1842 (Trace) (Kill) root 0 1.0 0.1 whostmgr2 - managepid ./managepid 849 (Trace) (Kill) aaaaaa 0 1.0 0.0 [php] 985 (Trace) (Kill) aaaaaa 0 0.8 0.0 [php] 1721 (Trace) (Kill) bbbbbb 0 0.7 0.0 [php] 32103 (Trace) (Kill) bbbbbb 0 0.6 0.0 [php] 1881 (Trace) (Kill) root 0 0.5 0.0 /usr/local/cpanel/bin/dcpumon 29700 (Trace) (Kill) bbbbbb 19 0.5 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 3169 (Trace) (Kill) named 0 0.3 0.4 /usr/sbin/named -u named 19197 (Trace) (Kill) root 0 0.3 0.0 top c 32030 (Trace) (Kill) root 0 0.3 0.0 lfd - sleeping 30277 (Trace) (Kill) cricdown 0 0.2 0.0 [php] 30819 (Trace) (Kill) cricdown 0 0.2 0.0 [php] 24176 (Trace) (Kill) cricdown 0 0.1 0.0 [php] 27323 (Trace) (Kill) cricdown 0 0.1 0.0 [php] 27662 (Trace) (Kill) cricdown 0 0.1 0.0 [php] 27877 (Trace) (Kill) gotest 0 0.1 0.0 [php] 28692 (Trace) (Kill) cricdown 0 0.1 0.0 [php] 25669 (Trace) (Kill) root 0 0.0 0.7 /usr/local/cpanel/3rdparty/bin/clamd 1 (Trace) (Kill) root 0 0.0 0.0 /sbin/init 2 (Trace) (Kill) root 0 0.0 0.0 [kthreadd] 3 (Trace) (Kill) root 0 0.0 0.0 [ksoftirqd/0] 5 (Trace) (Kill) root -20 0.0 0.0 [kworker/0:0H] 7 (Trace) (Kill) root - 0.0 0.0 [migration/0] 8 (Trace) (Kill) root 0 0.0 0.0 [rcu_bh] 9 (Trace) (Kill) root 0 0.0 0.0 [rcu_sched] 10 (Trace) (Kill) root - 0.0 0.0 [migration/1] 11 (Trace) (Kill) root 0 0.0 0.0 [ksoftirqd/1] 13 (Trace) (Kill) root -20 0.0 0.0 [kworker/1:0H] 14 (Trace) (Kill) root - 0.0 0.0 [migration/2] 15 (Trace) (Kill) root 0 0.0 0.0 [ksoftirqd/2] 17 (Trace) (Kill) root -20 0.0 0.0 [kworker/2:0H] 18 (Trace) (Kill) root - 0.0 0.0 [migration/3] 19 (Trace) (Kill) root 0 0.0 0.0 [ksoftirqd/3] 21 (Trace) (Kill) root -20 0.0 0.0 [kworker/3:0H] 22 (Trace) (Kill) root - 0.0 0.0 [migration/4] 23 (Trace) (Kill) root 0 0.0 0.0 [ksoftirqd/4] 25 (Trace) (Kill) root -20 0.0 0.0 [kworker/4:0H] 26 (Trace) (Kill) root - 0.0 0.0 [migration/5] 27 (Trace) (Kill) root 0 0.0 0.0 [ksoftirqd/5] 29 (Trace) (Kill) root -20 0.0 0.0 [kworker/5:0H] 30 (Trace) (Kill) root - 0.0 0.0 [migration/6] 31 (Trace) (Kill) root 0 0.0 0.0 [ksoftirqd/6] 33 (Trace) (Kill) root -20 0.0 0.0 [kworker/6:0H] 34 (Trace) (Kill) root - 0.0 0.0 [migration/7] 35 (Trace) (Kill) root 0 0.0 0.0 [ksoftirqd/7] 37 (Trace) (Kill) root -20 0.0 0.0 [kworker/7:0H] 38 (Trace) (Kill) root -20 0.0 0.0 [khelper] 39 (Trace) (Kill) root 0 0.0 0.0 [kdevtmpfs] 40 (Trace) (Kill) root -20 0.0 0.0 [netns] 522 (Trace) (Kill) root -20 0.0 0.0 [writeback] 524 (Trace) (Kill) root -20 0.0 0.0 [kintegrityd] 525 (Trace) (Kill) root -20 0.0 0.0 [bioset] 527 (Trace) (Kill) root -20 0.0 0.0 [kblockd] 598 (Trace) (Kill) root 0 0.0 0.0 /usr/sbin/sshd 683 (Trace) (Kill) root -20 0.0 0.0 [ata_sff] 693 (Trace) (Kill) root 0 0.0 0.0 [khubd] 703 (Trace) (Kill) root -20 0.0 0.0 [md] 706 (Trace) (Kill) root -20 0.0 0.0 [edac-poller] 815 (Trace) (Kill) root -20 0.0 0.0 [rpciod] 816 (Trace) (Kill) root 0 0.0 0.0 [kworker/0:1] 817 (Trace) (Kill) root 0 0.0 0.0 [kworker/4:1] 818 (Trace) (Kill) root -20 0.0 0.0 [kvm-irqfd-clean] 927 (Trace) (Kill) root 0 0.0 0.0 [kswapd0] 928 (Trace) (Kill) root 5 0.0 0.0 [ksmd] 1054 (Trace) (Kill) root 0 0.0 0.0 [fsnotify_mark] 1094 (Trace) (Kill) root -20 0.0 0.0 [nfsiod] 1107 (Trace) (Kill) root -20 0.0 0.0 [cifsiod] 1128 (Trace) (Kill) root 0 0.0 0.0 [jfsIO] 1129 (Trace) (Kill) root 0 0.0 0.0 [jfsCommit] 1130 (Trace) (Kill) root 0 0.0 0.0 [jfsCommit] 1131 (Trace) (Kill) root 0 0.0 0.0 [jfsCommit] 1132 (Trace) (Kill) root 0 0.0 0.0 [jfsCommit] 1133 (Trace) (Kill) root 0 0.0 0.0 [jfsCommit] 1134 (Trace) (Kill) root 0 0.0 0.0 [jfsCommit] 1135 (Trace) (Kill) root 0 0.0 0.0 [jfsCommit] 1136 (Trace) (Kill) root 0 0.0 0.0 [jfsCommit] 1137 (Trace) (Kill) root 0 0.0 0.0 [jfsSync] 1151 (Trace) (Kill) root -20 0.0 0.0 [xfsalloc] 1153 (Trace) (Kill) root -20 0.0 0.0 [xfs_mru_cache] 1156 (Trace) (Kill) root -20 0.0 0.0 [xfslogd] 1163 (Trace) (Kill) root -20 0.0 0.0 [ocfs2_wq] 1166 (Trace) (Kill) root -20 0.0 0.0 [user_dlm] 1181 (Trace) (Kill) root -20 0.0 0.0 [bioset] 1191 (Trace) (Kill) root -20 0.0 0.0 [glock_workqueue] 1192 (Trace) (Kill) root -20 0.0 0.0 [delete_workqueu] 1200 (Trace) (Kill) root -20 0.0 0.0 [gfs_recovery] 1205 (Trace) (Kill) root -20 0.0 0.0 [crypto] 1237 (Trace) (Kill) root -20 0.0 0.0 [kthrotld] 1298 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 1328 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 1796 (Trace) (Kill) root 0 0.0 0.0 [kworker/5:1] 1843 (Trace) (Kill) root 0 0.0 0.0 [ps] 1844 (Trace) (Kill) root 0 0.0 0.0 strace -p 1 1876 (Trace) (Kill) root 0 0.0 0.0 CROND 1877 (Trace) (Kill) root 0 0.0 0.0 CROND 1879 (Trace) (Kill) root 0 0.0 0.0 /bin/sh -c /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1 1888 (Trace) (Kill) root -20 0.0 0.0 [bioset] 1889 (Trace) (Kill) root -20 0.0 0.0 [drbd-reissue] 1921 (Trace) (Kill) root -20 0.0 0.0 [iscsi_eh] 1964 (Trace) (Kill) root 0 0.0 0.0 /bin/ps -ewwo pid,uid,user,nice,pmem,pcpu,command 1968 (Trace) (Kill) root 0 0.0 0.0 [scsi_eh_0] 1973 (Trace) (Kill) root 0 0.0 0.0 [scsi_eh_1] 1976 (Trace) (Kill) root 0 0.0 0.0 [scsi_eh_2] 1979 (Trace) (Kill) root 0 0.0 0.0 [scsi_eh_3] 1982 (Trace) (Kill) root 0 0.0 0.0 [scsi_eh_4] 1985 (Trace) (Kill) root 0 0.0 0.0 [scsi_eh_5] 2008 (Trace) (Kill) root -20 0.0 0.0 [bond0] 2049 (Trace) (Kill) root -20 0.0 0.0 [bnx2x] 2061 (Trace) (Kill) root -20 0.0 0.0 [mlx4] 2083 (Trace) (Kill) root -20 0.0 0.0 [vfio-irqfd-clea] 2119 (Trace) (Kill) root -20 0.0 0.0 [kpsmoused] 2143 (Trace) (Kill) root -20 0.0 0.0 [dm_bufio_cache] 2146 (Trace) (Kill) root -20 0.0 0.0 [kdelayd] 2149 (Trace) (Kill) root -20 0.0 0.0 [kmpathd] 2150 (Trace) (Kill) root -20 0.0 0.0 [kmpath_handlerd] 2235 (Trace) (Kill) root -20 0.0 0.0 [deferwq] 2268 (Trace) (Kill) root -20 0.0 0.0 [bioset] 2269 (Trace) (Kill) root 0 0.0 0.0 [md3_raid1] 2273 (Trace) (Kill) root -20 0.0 0.0 [bioset] 2274 (Trace) (Kill) root 0 0.0 0.0 [md2_raid1] 2276 (Trace) (Kill) root 0 0.0 0.0 [kjournald] 2332 (Trace) (Kill) root -4 0.0 0.0 /sbin/udevd -d 2422 (Trace) (Kill) root -20 0.0 0.0 [kworker/3:1H] 2431 (Trace) (Kill) root -20 0.0 0.0 [kworker/6:1H] 2455 (Trace) (Kill) root 0 0.0 0.0 [kworker/1:0] 2699 (Trace) (Kill) root -20 0.0 0.0 [kworker/0:1H] 2721 (Trace) (Kill) root -20 0.0 0.0 [kworker/4:1H] 2723 (Trace) (Kill) root 0 0.0 0.0 [kjournald] 2853 (Trace) (Kill) root -20 0.0 0.0 [loop0] 2859 (Trace) (Kill) root 0 0.0 0.0 [kjournald] 2963 (Trace) (Kill) root -2 0.0 0.0 /sbin/udevd -d 2967 (Trace) (Kill) root -2 0.0 0.0 /sbin/udevd -d 3148 (Trace) (Kill) root 0 0.0 0.0 /sbin/rsyslogd -i /var/run/syslogd.pid -c 5 3149 (Trace) (Kill) root -20 0.0 0.0 [kworker/1:1H] 3160 (Trace) (Kill) root 0 0.0 0.0 irqbalance 3214 (Trace) (Kill) root 0 0.0 0.0 mdadm --monitor --scan -f --pid-file=/var/run/mdadm/mdadm.pid 3283 (Trace) (Kill) root 0 0.0 0.0 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/asghar.websols.pk.pid 3394 (Trace) (Kill) root -20 0.0 0.0 [kworker/5:1H] 3400 (Trace) (Kill) root -20 0.0 0.0 [kworker/2:1H] 3443 (Trace) (Kill) root 0 0.0 0.0 [kworker/3:2] 3469 (Trace) (Kill) root 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 3476 (Trace) (Kill) root 0 0.0 0.0 pure-ftpd (SERVER) 3478 (Trace) (Kill) root 0 0.0 0.0 /usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/local/cpanel/bin/pureauth 3485 (Trace) (Kill) root 0 0.0 0.0 crond 3495 (Trace) (Kill) root 0 0.0 0.0 /usr/sbin/atd 3533 (Trace) (Kill) root 0 0.0 0.0 [kworker/1:1] 3586 (Trace) (Kill) root 0 0.0 0.0 cpsrvd (SSL) - waiting for c --llu=1391688103 --listen=3,4,5,6,7,8,9,10 3815 (Trace) (Kill) root -20 0.0 0.0 [kworker/7:1H] 3932 (Trace) (Kill) root 0 0.0 0.0 /sbin/mingetty /dev/tty1 3934 (Trace) (Kill) root 0 0.0 0.0 /sbin/mingetty /dev/tty2 3936 (Trace) (Kill) root 0 0.0 0.0 /sbin/mingetty /dev/tty3 3938 (Trace) (Kill) root 0 0.0 0.0 /sbin/mingetty /dev/tty4 3942 (Trace) (Kill) root 0 0.0 0.0 /sbin/mingetty /dev/tty5 3944 (Trace) (Kill) root 0 0.0 0.0 /sbin/mingetty /dev/tty6 4699 (Trace) (Kill) root 0 0.0 0.0 sshd: root [priv] 4700 (Trace) (Kill) sshd 0 0.0 0.0 sshd: root [net] 4992 (Trace) (Kill) root 0 0.0 0.0 sshd: root [priv] 4995 (Trace) (Kill) sshd 0 0.0 0.0 sshd: root [net] 5117 (Trace) (Kill) root 0 0.0 0.0 sshd: root [priv] 5137 (Trace) (Kill) sshd 0 0.0 0.0 sshd: root [net] 7573 (Trace) (Kill) root 0 0.0 0.0 [kworker/2:2] 13077 (Trace) (Kill) root 0 0.0 0.0 [kworker/5:2] 13156 (Trace) (Kill) root 0 0.0 0.0 [kworker/2:1] 14377 (Trace) (Kill) root 0 0.0 0.0 [kworker/7:2] 14581 (Trace) (Kill) root 0 0.0 0.0 [kworker/6:1] 14762 (Trace) (Kill) root 0 0.0 0.0 [kworker/7:1] 15468 (Trace) (Kill) root 0 0.0 0.0 [kworker/4:0] 15905 (Trace) (Kill) root 0 0.0 0.0 [kworker/6:2] 16518 (Trace) (Kill) root 0 0.0 0.0 [kworker/u16:0] 17891 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 17895 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 17935 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 17945 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 17949 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 17979 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 17982 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18001 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18005 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18012 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18016 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18023 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18024 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18028 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18033 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18083 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18086 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18109 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18110 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18157 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18169 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18174 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18175 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18177 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18179 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18220 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18224 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18226 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18230 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18246 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18256 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18258 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18313 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18321 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18323 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18453 (Trace) (Kill) root 0 0.0 0.0 sshd: root@pts/0 18492 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 18916 (Trace) (Kill) root 0 0.0 0.0 [kworker/u16:2] 19069 (Trace) (Kill) root 0 0.0 0.0 -bash 19171 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 21316 (Trace) (Kill) root 0 0.0 0.0 [kworker/0:0] 21628 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 22193 (Trace) (Kill) root 0 0.0 0.0 sshd: root [priv] 22194 (Trace) (Kill) sshd 0 0.0 0.0 sshd: root [net] 22572 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 22588 (Trace) (Kill) root 0 0.0 0.0 sshd: root [priv] 22614 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 22805 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 22880 (Trace) (Kill) sshd 0 0.0 0.0 sshd: root [net] 22980 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 23076 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 23302 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 23628 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 24110 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 24112 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 24118 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 24122 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 24139 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 24144 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 24146 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 24148 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 24845 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 25508 (Trace) (Kill) root 0 0.0 0.0 /usr/sbin/dovecot 25511 (Trace) (Kill) dovenull 0 0.0 0.0 dovecot/pop3-login 25512 (Trace) (Kill) dovenull 0 0.0 0.0 dovecot/imap-login 25513 (Trace) (Kill) dovecot 0 0.0 0.0 dovecot/anvil 25514 (Trace) (Kill) root 0 0.0 0.0 dovecot/log 25516 (Trace) (Kill) root 0 0.0 0.0 dovecot/config 25517 (Trace) (Kill) dovenull 0 0.0 0.0 dovecot/pop3-login 25518 (Trace) (Kill) dovenull 0 0.0 0.0 dovecot/imap-login 25676 (Trace) (Kill) mailnull 0 0.0 0.0 /usr/sbin/exim -bd -q1h 25696 (Trace) (Kill) root 0 0.0 0.0 /usr/local/cpanel/3rdparty/perl/514/bin/spamd -d --allowed-ips=127.0.0.1 --pidfile=/var/run/spamd.pid --max-children=5 25709 (Trace) (Kill) cricdown 0 0.0 0.0 [php] 25763 (Trace) (Kill) root 0 0.0 0.0 spamd child 25764 (Trace) (Kill) root 0 0.0 0.0 spamd child 25936 (Trace) (Kill) root 0 0.0 0.0 sshd: root [priv] 25937 (Trace) (Kill) sshd 0 0.0 0.0 sshd: root [net] 26444 (Trace) (Kill) root 0 0.0 0.0 queueprocd - wait to process a task 26542 (Trace) (Kill) root 0 0.0 0.0 tailwatchd 26565 (Trace) (Kill) root 0 0.0 0.0 cPhulkd - processor 26591 (Trace) (Kill) root 0 0.0 0.0 cpdavd - accepting connections on 2077 and 2078 26595 (Trace) (Kill) root 18 0.0 0.0 cpanellogd - waiting for child to process logs 28697 (Trace) (Kill) root 0 0.0 0.0 /usr/local/cpanel/3rdparty/bin/perl /usr/local/cpanel/bin/leechprotect 28698 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28699 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28700 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28701 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28702 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28709 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28724 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28744 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28745 (Trace) (Kill) wwwbolly 18 0.0 0.0 cpanellogd - http logs for wwwbolly 28748 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28755 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28761 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28767 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28772 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28779 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28780 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28787 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28797 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28798 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28806 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28807 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28808 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28809 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28813 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28814 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28815 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28816 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28817 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28818 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28819 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28820 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28828 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28829 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28830 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28831 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28832 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28833 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28834 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28835 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28836 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28837 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28838 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28840 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28841 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28843 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28844 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28845 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28872 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28873 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28874 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28875 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28876 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28877 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28878 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28879 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28880 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28881 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28882 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28884 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28885 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28886 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28887 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28888 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28889 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28890 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28892 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28893 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28894 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28895 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28896 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28898 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28899 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28900 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28901 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28902 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28903 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28904 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28905 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28906 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28941 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28942 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28943 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28944 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28945 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28946 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28947 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28948 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28949 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28950 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28951 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28952 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28953 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28954 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28956 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28957 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28958 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28959 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28961 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28963 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28964 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28965 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28966 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28967 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28969 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28970 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28971 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28972 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28974 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28976 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28977 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 28979 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29022 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29023 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29024 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29025 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29026 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29027 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29028 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29029 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29030 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29031 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29032 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29033 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29034 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29035 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29036 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29037 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29038 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29039 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29040 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29041 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29042 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29043 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29044 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29045 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29046 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29047 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29048 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29049 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29050 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29051 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29052 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29053 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29079 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29080 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29081 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29083 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29084 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29085 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29086 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29087 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29088 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29089 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29090 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29091 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29092 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29093 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29094 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29095 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29096 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29097 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29098 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29099 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29100 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29101 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29102 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29103 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29104 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29105 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29106 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29107 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29108 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29109 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29110 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29111 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29144 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29145 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29146 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29147 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29148 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29149 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29150 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29151 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29152 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29153 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29154 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29155 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29156 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29157 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29158 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29159 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29160 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29161 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29162 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29163 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29245 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29269 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29270 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29313 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29314 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29408 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29440 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29441 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29485 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29486 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29547 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29699 (Trace) (Kill) wwwbolly 18 0.0 0.0 /usr/local/cpanel/bin/logrunner 8.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29726 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29727 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29728 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29729 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29730 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29731 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29732 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29733 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29734 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29735 (Trace) (Kill) wwwbolly 19 0.0 0.0 /usr/local/cpanel/3rdparty/bin/webalizer_lang/english -N 10 -D /home/wwwbolly/tmp/webalizer/dns_cache.db -R 250 -p -n bollywoodfox.com -o /home/wwwbolly/tmp/webalizer /usr/local/apache/domlogs/bollywoodfox.com.bkup 29771 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 29776 (Trace) (Kill) root 0 0.0 0.0 whostmgrd - serving 182.178. --llu=1391688103 --listen=3,4,5,6,7,8,9,10 29894 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 30776 (Trace) (Kill) nobody 0 0.0 0.0 /usr/local/apache/bin/httpd -k start -DSSL 31096 (Trace) (Kill) root 0 0.0 0.0 [kworker/3:0] 32377 (Trace) (Kill) root 0 0.0 0.0 whostmgrd - serving 182.178. --llu=1391688103 --listen=3,4,5,6,7,8,9,100 -
This thread may be useful to you: Troubleshooting high server loads on Linux servers - cPanel Forums 0 -
Hello, And now server is down :( Can anybody help. Thanks 0 -
Hello, What do you mean by the server is down? The entire server is down, or just Apache, or just MySQL or what?? 0 -
Hello, Server went down completely as load was boosted to 100 + but after manual reboot, it become stable again. But still load is around 3-4 which is still high according to resources and normal traffic. I tried to check httpd logs in /var/log folder but there is no httpd log file. There are too many nobody and root processes are going on I dont know what they are. 0 -
Hello, Apache log files (access_log) are stored in /usr/local/apache/domlogs folder. They are separated per account/domain. You need to also check /usr/local/apache/logs/error_log (the Apache error log file) for errors. 0 -
Thank you Peter for your replies, Can you please check my processes which I posted in my earlier posts, and guide me that what are these? why too many nobody and root processes?? Is it normal or something might be wrong? As after last down, server is up without any issues and did nothing to solve this. This is why I am confused and trying to learn more about it. 0 -
Hello, I recommend opening up a support ticket using the link in my signature. One of our analysts can investigate this for you. Be sure to post the ticket number here so that we can update this thread accordingly. 0
Please sign in to leave a comment.
Comments
9 comments