On Mon, Mar 9, 2009 at 3:39 AM, Krist van Besien<krist.vanbesien@xxxxxxxxx> wrote:On Mon, Mar 9, 2009 at 2:39 AM, John Hudak <jjhudak@xxxxxxxxx> wrote: > Could someone suggest where the bottle neck might be and how to fix it? Is> there anyway to monitor the server to see where things are being blocked?? How many apache processes do you start? Is there anything running on your server that might cause a lot ofnetwork load, like a bittorrent client? Krist --krist.vanbesien@xxxxxxxxxxxxxx@vanbesien.orgBremgarten b. Bern, Switzerland ------ Per your request:Running: <ps aux |grep http|grep -v "\(root\|grep\)"|wc -l>Yielded: 0Looking specifically for 'apache' and running: <ps -lax>Resulted in: (a partial list, the relevant processes)1 0 4960 4917 20 0 2068 244 - S ? 0:00/usr/lib/courier/courier-authlib/authdaemond5 0 4981 1 20 0 6044 2516 - Ss ? 0:00/usr/sbin/cupsd1 10 6134 1 20 0 5068 1220 - Ss ? 0:00/usr/sbin/faxq 1 10 6136 1 20 0 4688 1016 - Ss ? 0:00/usr/sbin/hfaxd -i 45594 10 6144 1 20 0 5168 1900 - S ? 0:01/usr/sbin/faxgetty ttyACM04 0 6211 1 20 0 5396 1732 - Ss ? 0:06/usr/lib/postfix/master 4 107 6216 6211 20 0 5444 1684 - S ? 0:00qmgr -l -t fifo -u5 0 6228 1 20 0 6536 1376 - Ss ? 0:04/usr/sbin/nmbd -D5 0 6230 1 20 0 10124 2764 - Ss ? 0:00/usr/sbin/smbd -D1 0 6244 6230 20 0 10124 1064 - S ? 0:00/usr/sbin/smbd -D1 0 6245 1 20 0 8084 1612 - Ss ? 0:03/usr/sbin/winbindd1 0 6261 6245 20 0 8212 1752 - S ? 0:01/usr/sbin/winbindd5 0 6302 1 20 0 2072 624 - Ss ? 0:10/usr/sbin/dovecot4 0 6315 6302 20 0 9008 2224 - S ? 0:09dovecot-auth1 1 6316 1 20 0 1984 420 - Ss ? 0:00/usr/sbin/atd1 0 6327 1 20 0 2104 892 - Ss ? 0:00/usr/sbin/cron0 0 6371 1 20 0 1716 512 - Ss+ tty1 0:00/sbin/getty 38400 tty11 0 6391 6245 20 0 8084 868 - S ? 0:00/usr/sbin/winbindd1 0 6392 6245 20 0 8216 1772 - S ? 0:01/usr/sbin/winbindd5 33 11621 12988 20 0 23752 4396 - S ? 0:00/usr/sbin/apache2 -k start5 33 11624 12988 20 0 23752 4376 - S ? 0:00/usr/sbin/apache2 -k start5 33 11626 12988 20 0 23752 4384 - S ? 0:00/usr/sbin/apache2 -k start5 33 11628 12988 20 0 23752 4372 - S ? 0:00/usr/sbin/apache2 -k start5 33 11631 12988 20 0 23752 4368 - S ? 0:00/usr/sbin/apache2 -k start5 33 12669 12988 20 0 23752 4368 - S ? 0:00/usr/sbin/apache2 -k start5 33 12671 12988 20 0 23752 3888 - S ? 0:00/usr/sbin/apache2 -k start5 33 12672 12988 20 0 23752 3880 - S ? 0:00/usr/sbin/apache2 -k start5 33 12673 12988 20 0 23752 3880 - S ? 0:00/usr/sbin/apache2 -k start5 33 12674 12988 20 0 23752 3880 - S ? 0:00/usr/sbin/apache2 -k start4 0 12676 4343 20 0 11356 3776 - Ss ? 0:00sshd: jjh [priv]5 1000 12679 12676 20 0 11356 1848 - S ? 0:00sshd: jjh@pts/00 1000 12680 12679 20 0 5608 3028 - Ss pts/0 0:00 -bash4 107 12706 6211 20 0 5404 1652 - S ? 0:00pickup -l -t fifo -u -c0 1000 12753 12680 20 0 2428 816 - R+ pts/0 0:00 ps -lax0 1000 12754 12680 20 0 3156 828 - S+ pts/0 0:00 more5 0 12988 1 20 0 23752 7668 - Ss ? 0:14/usr/sbin/apache2 -k start5 0 28457 1 20 0 7600 2104 - Ssl ? 0:00/usr/sbin/console-kit-daemon4 106 28592 6302 20 0 3484 1560 - S ? 0:05 pop3-login4 106 28635 6302 20 0 3484 1556 - S ? 0:05 pop3-login4 106 28636 6302 20 0 3484 1556 - S ? 0:05 pop3-login Hope this helps....-J