Hello Friend,
As per my knowledge you given error it's not error is ouptut of top command. You please go to httpd.conf file and change some setting in section as per your work load. <IfModule prefork.c> 101 StartServers 8 102 MinSpareServers 5 103 MaxSpareServers 20 104 ServerLimit 256 105 MaxClients 256 106 MaxRequestsPerChild 4000 and <IfModule worker.c> 117 StartServers 2 118 MaxClients 150 119 MinSpareThreads 25 120 MaxSpareThreads 75 121 ThreadsPerChild 25 122 MaxRequestsPerChild 0 But when u start httpd service that time total 9 process will be started one process is root process means main process & another 4 process is prefor and other 4 process is worker. so you change below line. And also refer given link http://www.devside.net/articles/apache-performance-tuning Its my rnd knowledge it is wrong answer pls tell me. ========================= Thanks & Regards, Sachin Torne Mobile No: + 91 9930124695 [image: ?ui=2&view=att&th=125a1e7ee7d799a3&attid=0.1&disp=attd&realattid=ii_125a1e7ee7d799a3&zw] On Mon, Aug 23, 2010 at 6:56 PM, jaydeep chaudhari < chaudhari.jayd...@gmail.com> wrote: > > > Dear All, > > I am getting below mentioned error on my server > ( Cent OS 5.2, Arch= ia64, 8GB ram quadcore processor) > > Can anyone has faced same issue before? Please let me know if anyone has > solution for this > > top - 17:25:26 up 3 days, 5:46, 5 users, load average: 83.86, 75.80, > 73.61 > Tasks: 284 total, 32 running, 252 sleeping, 0 stopped, 0 zombie > Cpu(s): 98.2%us, 1.7%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.1%si, > 0.0%st > Mem: 8176480k total, 8125824k used, 50656k free, 308928k buffers > Swap: 16777184k total, 384k used, 16776800k free, 4593648k cached > > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 2239 apache 16 0 160m 59m 13m R 29 0.7 2:12.41 /usr/sbin/httpd > 10200 apache 25 0 158m 58m 13m R 13 0.7 0:31.80 /usr/sbin/httpd > 12633 apache 25 0 161m 61m 14m R 13 0.8 3:13.62 /usr/sbin/httpd > 13449 apache 25 0 156m 51m 11m R 13 0.6 0:19.00 /usr/sbin/httpd > 13480 apache 25 0 156m 52m 13m R 13 0.7 0:17.11 /usr/sbin/httpd > 13735 apache 25 0 162m 62m 14m R 13 0.8 4:10.05 /usr/sbin/httpd > 15008 apache 20 0 156m 52m 13m R 13 0.7 0:07.55 /usr/sbin/httpd > 15111 qmailq 25 0 144m 141m 2512 R 13 1.8 0:02.61 > /usr/bin/clamscan --tempdir=/tmp/clamav.15108 -r --no-summary - > 15443 qmailq 25 0 136m 132m 2176 R 13 1.7 0:02.20 > /usr/bin/clamscan --tempdir=/tmp/clamav.15439 -r --no-summary - > 2542 apache 25 0 156m 57m 14m R 13 0.7 2:49.90 /usr/sbin/httpd > 4171 apache 21 0 156m 55m 13m R 13 0.7 2:19.41 /usr/sbin/httpd > 10178 apache 25 0 156m 53m 13m R 13 0.7 0:37.95 /usr/sbin/httpd > 4251 apache 25 0 161m 59m 14m R 13 0.7 2:40.70 /usr/sbin/httpd > 13458 apache 25 0 156m 52m 13m R 12 0.7 0:15.14 /usr/sbin/httpd > 10181 apache 25 0 157m 54m 12m R 12 0.7 0:45.07 /usr/sbin/httpd > 23818 apache 25 0 160m 61m 14m R 11 0.8 4:13.89 /usr/sbin/httpd > 32591 apache 25 0 156m 57m 14m R 10 0.7 3:12.05 /usr/sbin/httpd > 1387 apache 25 0 156m 55m 14m R 10 0.7 1:38.51 /usr/sbin/httpd > 4507 apache 25 0 169m 68m 14m R 10 0.9 2:22.30 /usr/sbin/httpd > 13457 apache 25 0 156m 52m 13m R 10 0.7 0:20.15 /usr/sbin/httpd > 13494 apache 25 0 156m 53m 13m R 10 0.7 0:17.70 /usr/sbin/httpd > 15275 qmailq 25 0 144m 141m 2512 R 10 1.8 0:02.60 > /usr/bin/clamscan --tempdir=/tmp/clamav.15272 -r --no-summary - > 23417 apache 25 0 162m 63m 14m R 10 0.8 3:40.51 /usr/sbin/httpd > 1240 apache 25 0 156m 55m 14m S 8 0.7 1:23.50 /usr/sbin/httpd > 15056 apache 15 0 79024 34m 12m S 7 0.4 0:02.40 /usr/sbin/httpd > 15279 mysql 15 0 468m 61m 12m S 7 0.8 26:55.86 > /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --u > 648 apache 16 0 168m 68m 14m S 7 0.9 2:29.80 /usr/sbin/httpd > 15572 qmailq 25 0 68912 63m 2176 R 7 0.8 0:00.70 > /usr/bin/clamscan --tempdir=/tmp/clamav.15568 -r --no-summary - > 23781 apache 16 0 159m 59m 14m S 7 0.7 4:15.02 /usr/sbin/httpd > > -- > Regards, > Jay > 9870567672 > > [Non-text portions of this message have been removed] > > > -- ========================= Thanks & Regards, Sachin Torne Mobile No: + 91 9930124695 [Non-text portions of this message have been removed] ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Linux_Mantra/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/Linux_Mantra/join (Yahoo! ID required) <*> To change settings via email: linux_mantra-dig...@yahoogroups.com linux_mantra-fullfeatu...@yahoogroups.com <*> To unsubscribe from this group, send an email to: linux_mantra-unsubscr...@yahoogroups.com <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/