Apache manchamal langsam, der Rest schnell?

Apache, Lighttpd, nginx, Cherokee
Post Reply
mrmage
Posts: 8
Joined: 2005-07-24 13:43
 

Apache manchamal langsam, der Rest schnell?

Post by mrmage »

Hi Leute,

Ich habe da ein ziemliches Problem mit meinem Strato-RootServer M.

Der Apache wird häufig sehr langsam (30 Sek. Response Time), während FTP und Ping sowie SSH sehr schnell sind.

Ich hab auch schon an der Server-Tuning.conf rumgespielt (hat ein bisschen was geholfen) und alle Bilder bei denen es geht cachen lassen.

Hier sind meine Diagnose-Daten:

server-tuning.conf:

Code: Select all

<IfModule prefork.c>
        # number of server processes to start
        StartServers         9
        # minimum number of server processes which are kept spare
        MinSpareServers      9
        # maximum number of server processes which are kept spare
        MaxSpareServers     18
        # highest possible MaxClients setting for the lifetime of the Apache process.
        ServerLimit        200
        # maximum number of server processes allowed to start
        MaxClients         200
        # maximum number of requests a server process serves
        MaxRequestsPerChild  0
</IfModule>
free:

Code: Select all

             total       used       free     shared    buffers     cached
Mem:       1024500     835008     189492          0       4484     168132
-/+ buffers/cache:     662392     362108
Swap:      2096472     172448    1924024
uptime:

Code: Select all

  8:11pm  up 34 days 23:12,  1 user,  load average: 9.58, 7.51, 6.20
hdparm -t mit Apache aus:

Code: Select all

/dev/sda:
 Timing buffered disk reads:  188 MB in  3.00 seconds =  62.59 MB/sec
hdparm -t mit Apache an:

Code: Select all

/dev/sda:
 Timing buffered disk reads:  112 MB in  3.04 seconds =  36.80 MB/sec
ps aux:

Code: Select all

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0    724    76 ?        S    Feb06   0:03 init [3]          
root         2  0.0  0.0      0     0 ?        SN   Feb06   0:00 [ksoftirqd/0]
root         3  0.0  0.0      0     0 ?        S<   Feb06   0:00 [events/0]
root         4  0.0  0.0      0     0 ?        S<   Feb06   0:00 [khelper]
root         9  0.0  0.0      0     0 ?        S<   Feb06   0:00 [kthread]
root        19  0.0  0.0      0     0 ?        S<   Feb06   0:00 [kacpid]
root       101  0.0  0.0      0     0 ?        S<   Feb06   0:07 [kblockd/0]
root       149  0.0  0.0      0     0 ?        S<   Feb06   0:00 [aio/0]
root       148  0.0  0.0      0     0 ?        S    Feb06  10:59 [kswapd0]
root       738  0.0  0.0      0     0 ?        S    Feb06   0:00 [kseriod]
root       900  0.0  0.0      0     0 ?        S<   Feb06   0:00 [ata/0]
root       906  0.0  0.0      0     0 ?        S    Feb06   0:00 [scsi_eh_0]
root       907  0.0  0.0      0     0 ?        S    Feb06   0:00 [scsi_eh_1]
root       908  0.0  0.0      0     0 ?        S    Feb06   0:00 [scsi_eh_2]
root       909  0.0  0.0      0     0 ?        S    Feb06   0:00 [scsi_eh_3]
root      1147  0.0  0.0      0     0 ?        S    Feb06   3:09 [kjournald]
root      2122  0.0  0.0   2552   420 ?        S<s  Feb06   0:00 /sbin/udevd -d
root      2545  0.0  0.0      0     0 ?        S    Feb06   0:00 [khubd]
root      3706  0.0  0.0   2596   352 ?        S<   Feb06   0:00 [hwscand]
root      4503  0.0  0.0   3608   408 ?        Ss   Feb06   0:00 /sbin/resmgrd
root      4645  0.0  0.0   2576   408 ?        Ss   Feb06   0:00 /sbin/dhcpcd -C -H -D -N -t 999999 -h linux eth0
root      4949  0.0  0.0  28624   636 ?        Ss   Feb06   0:18 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid
ntp       4954  0.0  0.4  12348  4264 ?        SLs  Feb06   0:13 /usr/sbin/ntpd -p /var/lib/ntp/var/run/ntp/ntpd.pid -u ntp -i /var/lib/ntp
root      4967  0.0  0.1  33404  1096 ?        Ssl  Feb06   0:14 /usr/sbin/nscd
root      5051  0.0  0.0   5908   592 ?        Ss   Feb06   0:01 /usr/sbin/cron
root      5054  0.0  0.0   2992   536 tty1     Ss+  Feb06   0:00 /sbin/mingetty --noclear tty1
root      5055  0.0  0.0   2556   440 ttyS0    Ss+  Feb06   0:00 /sbin/agetty -L 57600 ttyS0
root     13171  0.0  0.0   6284   764 ?        Ss   Feb07   0:05 /sbin/syslog-ng
root     13174  0.0  0.0   2816   744 ?        Ss   Feb07   0:00 /sbin/klogd -c 1 -x -x
root     13818  0.0  0.0   8756   788 ?        Ss   Feb07   0:00 /usr/sbin/xinetd
drweb    16526  0.0  0.0  10488   336 ?        Ss   Feb07   5:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
root     10738  0.0  0.0      0     0 ?        S    Feb12   0:01 [kjournald]
root     29451  0.0  0.0   5916   532 ?        S    04:30   0:00 /usr/sbin/cron
root     29452  0.0  0.0      0     0 ?        Zs   04:30   0:00 [backup.sh] <defunct>
root     29534  0.0  0.0   2612   348 ?        S    04:30   0:00 bin/qmail-inject -H --
drweb    30271  0.0  0.0   1536    24 ?        S    04:31   0:00 bin/qmail-queue
named    30465  0.0  0.1  47792  1160 ?        Ssl  04:32   0:00 /usr/sbin/named -t /var/lib/named -u named
root     30476  0.0  0.1   7876  1044 ?        S    04:32   0:00 /bin/sh /usr/bin/mysqld_safe --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --socket=/var/lib/mysql/mysql.sock --datadir=/var/lib/mysql
mysql    30510  0.3  0.7 121364  8084 ?        Sl   04:32   3:39 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --skip-locking --port=3306 --socket=/var/lib/mysql/mysql.sock
qmails   30518  0.0  0.0   2608   492 ?        S    04:32   0:14 qmail-send
qmaill   30520  0.0  0.0   2552   472 ?        S    04:32   0:00 splogger qmail
root     30521  0.0  0.0   2592   272 ?        S    04:32   0:00 qmail-lspawn ./Maildir/
qmailr   30522  0.0  0.0   2856   436 ?        S    04:32   0:00 qmail-rspawn
qmailq   30523  0.0  0.0   2548   324 ?        S    04:32   0:00 qmail-clean
root     30551  0.0  0.0   9220   616 ?        S    04:32   0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=imapd -maxprocs=40 -maxperip=4 -pid=/var/run/imapd.pid -nodnslookup -noidentlookup 143 /usr/sbin/imaplogin /usr/lib/courier-imap/authlib/authpsa /usr/bin/imapd Maildir
root     30553  0.0  0.0   7072   584 ?        S    04:32   0:00 /usr/sbin/courierlogger imapd
root     30562  0.0  0.0   9220   616 ?        S    04:32   0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=imapd-ssl -maxprocs=40 -maxperip=4 -pid=/var/run/imapd-ssl.pid -nodnslookup -noidentlookup 993 /usr/bin/couriertls -server -tcpd /usr/sbin/imaplogin /usr/lib/courier-imap/authlib/authpsa /usr/bin/imapd Maildir
root     30564  0.0  0.0   7072   584 ?        S    04:32   0:00 /usr/sbin/courierlogger imapd-ssl
root     30571  0.0  0.0   9220   616 ?        S    04:32   0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=pop3d -maxprocs=40 -maxperip=4 -pid=/var/run/pop3d.pid -nodnslookup -noidentlookup 110 /usr/sbin/pop3login /usr/lib/courier-imap/authlib/authpsa /usr/bin/pop3d Maildir
root     30573  0.0  0.0   7072   580 ?        S    04:32   0:00 /usr/sbin/courierlogger pop3d
root     30581  0.0  0.0   9220   616 ?        S    04:32   0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=pop3d-ssl -maxprocs=40 -maxperip=4 -pid=/var/run/pop3d-ssl.pid -nodnslookup -noidentlookup 995 /usr/bin/couriertls -server -tcpd /usr/sbin/pop3login /usr/lib/courier-imap/authlib/authpsa /usr/bin/pop3d Maildir
root     30583  0.0  0.0   7072   584 ?        S    04:32   0:00 /usr/sbin/courierlogger pop3d-ssl
popuser  30637  0.0  0.0  63136   812 ?        Ss   04:32   0:00 /usr/sbin/spamd --username=popuser --daemonize --helper-home-dir=/var/qmail --max-children 5 --pidfile=/var/run/spamd/spamd_full.pid --socketpath=/tmp/spamd_full.sock --siteconfigpath=/dev/null
popuser  30639  0.0  0.0  63136   812 ?        Ss   04:32   0:00 /usr/sbin/spamd --username=popuser --daemonize --helper-home-dir=/var/qmail --max-children 5 --pidfile=/var/run/spamd/spamd_light.pid --socketpath=/tmp/spamd_light.sock --siteconfigpath=/dev/null
popuser  30667  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30668  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30669  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30671  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30672  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30673  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30670  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30675  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30674  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
popuser  30676  0.0  0.0  63136   812 ?        S    04:32   0:00 spamd child
root     30792  0.0  0.0  90400   996 ?        Ss   04:32   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   30796  0.0  0.1  95408  1076 ?        S    04:32   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   30797  0.0  0.1  93108  1064 ?        S    04:32   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   30798  0.0  0.1  97228  1132 ?        S    04:32   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   30799  0.0  0.1  94576  1080 ?        S    04:32   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   30800  0.0  0.1  93916  1068 ?        S    04:32   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   16203  0.0  0.1  94108  1072 ?        S    10:12   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   32074  0.0  0.1  97984  1060 ?        S    16:59   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   32128  0.0  0.1  91916  1044 ?        S    16:59   0:00 /usr/local/psa/admin/bin/httpsd
psaadm   32129  0.0  0.1  91852  1044 ?        S    16:59   0:00 /usr/local/psa/admin/bin/httpsd
psaadm     623  0.0  0.1  91852  1188 ?        S    16:59   0:00 /usr/local/psa/admin/bin/httpsd
root     18817  0.0  0.0      0     0 ?        S    18:58   0:00 [pdflush]
root     21976  0.0  0.0      0     0 ?        S    18:59   0:00 [pdflush]
root     25154  0.0  0.1  39520  1844 ?        Ss   19:16   0:00 sshd: root@pts/0                                   
root     25291  0.0  0.2   9536  2316 pts/0    Ss   19:16   0:00 -bash
drweb    18624  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18625  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18626  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18627  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18628  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18650  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18651  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18652  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18653  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18654  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18655  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18656  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18695  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18696  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18697  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
drweb    18698  0.0  0.0  10488   368 ?        S    19:42   0:00 /opt/drweb/drwebd -ini=/etc/drweb/drweb32.ini
root     10234  0.0  1.2 112128 12856 ?        Ss   20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10235  0.3  1.5 114868 15568 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10248  0.2  1.5 114856 15508 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10249  0.2  1.5 114760 15412 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10250  0.3  1.5 115012 15664 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10251  0.1  1.5 114772 15412 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10252  0.2  1.5 114888 15540 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10271  0.2  1.5 114880 15504 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10272  0.2  1.5 114848 15500 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10273  0.3  1.5 114840 15484 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10290  0.2  1.5 114788 15440 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10309  0.2  1.5 114836 15492 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10310  0.2  1.5 114932 15584 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10352  0.2  1.5 114912 15604 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10353  0.1  1.5 115052 15660 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10358  0.2  1.5 114864 15516 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10359  0.1  1.5 114952 15576 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10412  0.2  1.5 114764 15388 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10413  0.3  1.5 114764 15412 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10423  0.1  1.5 114780 15432 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10427  0.2  1.5 114720 15372 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10429  0.2  1.5 114940 15588 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10430  0.2  1.5 115064 15780 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10431  0.2  1.5 114864 15516 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10478  0.2  1.5 114852 15436 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10517  0.2  1.5 114924 15580 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10519  0.2  1.5 114808 15432 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10520  0.3  1.5 114852 15500 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10521  0.2  1.5 114940 15592 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10558  0.2  1.5 114856 15508 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10571  0.3  1.5 114876 15528 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10575  0.2  1.5 114900 15552 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10576  0.2  1.5 114944 15596 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10577  0.2  1.5 114772 15380 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10578  0.1  1.5 114812 15464 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10628  0.2  1.5 114808 15460 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10642  0.2  1.5 114844 15496 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10644  0.1  1.5 114876 15528 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10645  0.2  1.5 114880 15504 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10702  0.2  1.5 114832 15452 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10703  0.2  1.5 114900 15552 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10720  0.3  1.5 114892 15536 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10722  0.2  1.5 114740 15392 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10723  0.2  1.5 114800 15448 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10756  0.2  1.5 114756 15408 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10757  0.1  1.5 114852 15504 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10758  0.2  1.5 114864 15516 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10759  0.3  1.5 114772 15424 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10760  0.2  1.5 114928 15580 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10836  0.3  1.5 115024 15704 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10846  0.1  1.5 114952 15604 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10848  0.2  1.5 114772 15400 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10849  0.1  1.5 114760 15412 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10850  0.3  1.5 114884 15580 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10917  0.2  1.5 114796 15448 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10927  0.2  1.5 114960 15632 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10928  0.1  1.5 114768 15420 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10930  0.2  1.5 114868 15520 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10931  0.2  1.5 114956 15608 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10932  0.1  1.5 114900 15548 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10977  0.2  1.5 115020 15716 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10992  0.1  1.5 114764 15416 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10996  0.2  1.5 114904 15532 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10997  0.1  1.5 114752 15408 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10998  0.2  1.5 114828 15476 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   10999  0.2  1.5 114852 15548 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11012  0.2  1.5 114844 15492 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11013  0.2  1.5 114928 15624 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11030  0.3  1.5 114892 15544 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11032  0.2  1.5 114840 15496 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11033  0.2  1.5 114740 15396 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11034  0.1  1.5 114768 15420 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11065  0.2  1.5 114796 15448 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11078  0.2  1.5 114904 15556 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11082  0.1  1.5 114848 15432 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11083  0.1  1.5 114840 15492 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11084  0.2  1.5 114904 15556 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11085  0.2  1.5 114768 15420 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11121  0.2  1.5 114808 15460 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11135  0.2  1.5 114936 15588 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11139  0.2  1.5 114964 15616 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11141  0.1  1.5 114772 15424 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11142  0.2  1.5 114760 15404 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11143  0.2  1.5 114868 15520 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11188  0.3  1.5 114852 15504 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11202  0.1  1.5 114852 15504 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11203  0.1  1.5 114936 15588 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11204  0.2  1.5 114836 15484 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11205  0.2  1.5 114868 15516 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11206  0.2  1.5 114820 15472 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11231  0.2  1.5 114928 15580 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11245  0.1  1.5 114800 15452 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11249  0.1  1.5 114816 15468 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11251  0.3  1.5 114816 15440 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11253  0.2  1.5 114816 15468 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11295  0.3  1.5 114800 15456 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11305  0.2  1.5 114964 15556 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11309  0.1  1.5 114860 15512 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11310  0.1  1.5 114848 15492 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11376  0.2  1.5 114836 15488 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11377  0.2  1.5 114848 15504 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11378  0.2  1.5 114956 15612 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11380  0.3  1.5 114844 15492 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11381  0.2  1.5 114888 15548 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11382  0.2  1.5 114748 15392 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11383  0.1  1.5 114880 15532 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11384  0.1  1.5 114780 15432 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11443  0.1  1.5 114988 15684 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11456  0.2  1.5 114840 15492 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11460  0.2  1.5 114852 15504 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11461  0.2  1.5 114848 15504 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11462  0.2  1.5 114760 15416 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11463  0.2  1.5 114812 15460 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11519  0.2  1.5 114764 15416 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11529  0.2  1.5 114964 15660 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11531  0.1  1.5 114828 15452 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11533  0.3  1.5 114760 15412 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11534  0.3  1.5 114844 15496 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11535  0.2  1.5 114880 15532 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11579  0.2  1.5 114848 15472 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11593  0.2  1.5 114908 15564 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11594  0.1  1.5 114804 15476 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11596  0.1  1.5 114812 15464 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11597  0.2  1.5 114868 15520 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11629  0.2  1.5 114960 15544 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11639  0.2  1.5 114812 15460 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11640  0.2  1.5 114916 15560 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11641  0.2  1.5 114888 15532 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11642  0.1  1.5 114804 15456 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11643  0.2  1.5 114924 15552 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11693  0.2  1.5 114920 15572 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11694  0.1  1.5 114824 15476 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11698  0.2  1.5 114904 15556 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11700  0.1  1.5 114808 15428 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11701  0.6  1.4 113708 15180 ?        S    20:06   0:02 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11738  0.2  1.5 114764 15416 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11748  0.2  1.5 114900 15552 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11749  0.2  1.5 114868 15520 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11752  0.2  1.5 114936 15560 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11753  0.2  1.5 114820 15468 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11772  0.3  1.5 114844 15468 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11773  0.3  1.5 114924 15576 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11774  0.2  1.5 114860 15516 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11775  0.2  1.5 114756 15408 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11777  0.2  1.5 114812 15464 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11809  0.2  1.5 114936 15540 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11810  0.2  1.5 114920 15568 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11811  0.1  1.5 114864 15512 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11812  0.2  1.5 114856 15476 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11813  0.2  1.5 114852 15500 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11814  0.2  1.5 114760 15412 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11815  0.2  1.5 114976 15692 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11825  0.3  1.5 114904 15548 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11826  0.2  1.5 114800 15452 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11827  0.2  1.5 114804 15432 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11828  0.2  1.5 114808 15460 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11829  0.1  1.5 114816 15468 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11860  0.1  1.5 114812 15460 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11861  0.2  1.5 114800 15420 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11882  0.2  1.5 114944 15640 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11883  0.2  1.5 114848 15500 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11884  0.4  1.5 114816 15464 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11885  0.1  1.5 114964 15660 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11968  0.1  1.5 114852 15504 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11981  0.2  1.5 114812 15460 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11982  0.2  1.5 114864 15516 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11984  0.1  1.5 114836 15488 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   11985  0.2  1.5 114852 15504 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12035  0.1  1.5 114804 15440 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12045  0.2  1.5 114756 15380 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12049  0.2  1.5 114884 15536 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12050  0.2  1.5 114880 15536 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12051  0.2  1.5 114848 15504 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12052  0.2  1.5 114848 15504 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12110  0.1  1.5 114900 15536 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12111  0.2  1.5 114896 15524 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12114  0.2  1.5 114740 15388 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12115  0.2  1.5 114852 15508 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12116  0.3  1.5 114916 15564 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12150  0.1  1.5 114824 15480 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12152  0.3  1.5 114760 15424 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12159  0.2  1.5 114816 15464 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12160  0.2  1.5 114896 15548 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12162  0.2  1.5 114820 15472 ?        S    20:06   0:01 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12163  0.1  1.5 114868 15524 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12248  0.0  1.5 114828 15480 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12252  0.2  1.5 114916 15540 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   12254  0.2  1.5 114868 15524 ?        S    20:06   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   20463  0.2  1.5 114872 15524 ?        S    20:08   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   20852  0.2  1.5 114820 15468 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   20910  0.2  1.5 114852 15504 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   20911  0.2  1.5 114844 15496 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   21104  0.1  1.5 114764 15412 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   21335  0.2  1.5 114808 15460 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   21412  0.2  1.5 114840 15492 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   21413  0.2  1.5 114872 15528 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   21930  0.2  1.5 114864 15516 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   22085  0.3  1.5 114908 15552 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   22188  0.2  1.5 114744 15404 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   22189  0.2  1.5 114856 15480 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
wwwrun   22257  0.2  1.5 114884 15508 ?        S    20:09   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
root      7516  0.0  0.0   3820   896 pts/0    R+   20:13   0:00 ps aux
Das war's.

Vielen Dank für eure Hilfe

MrMage
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Apache manchamal langsam, der Rest schnell?

Post by Roger Wilco »

MrMage wrote:Der Apache wird häufig sehr langsam (30 Sek. Response Time), während FTP und Ping sowie SSH sehr schnell sind.
In der Ausgabe von ps stehen 200 Apacheprozesse, d. h. deine MaxClients von 200 sind erreicht. Du solltest den Wert erhöhen und ggf. den Umstieg auf MPM worker in Betracht ziehen.
mrmage
Posts: 8
Joined: 2005-07-24 13:43
 

Re: Apache manchamal langsam, der Rest schnell?

Post by mrmage »

Aber wenn ich den Wert erhöhe, zwingt es meinen Server dann nicht total in die Knie?
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Apache manchamal langsam, der Rest schnell?

Post by Roger Wilco »

MrMage wrote:Aber wenn ich den Wert erhöhe, zwingt es meinen Server dann nicht total in die Knie?
Ja. Zusätzlich könntest du das KeepAliveTimeout vermindern. Du solltest dir auch http://httpd.apache.org/docs/2.0/misc/perf-tuning.html zu Gemüte führen.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Apache manchamal langsam, der Rest schnell?

Post by Joe User »

Code: Select all

Timeout 30
KeepAlive On
KeepAliveTimeout 2
MaxKeepAliveRequests 100
<IfModule prefork.c>
    StartServers         5
    MinSpareServers      5
    MaxSpareServers     20
    MaxClients         250
    MaxRequestsPerChild  500
</IfModule>
UseCanonicalName On
HostnameLookups Off
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
mrmage
Posts: 8
Joined: 2005-07-24 13:43
 

Re: Apache manchamal langsam, der Rest schnell?

Post by mrmage »

Vielen Dank.

Ich habs jetzt erst mal mit folgender Konfiguration getestet, und es scheint zu klappen:

Code: Select all

<IfModule prefork.c>
    # number of server processes to start
    StartServers         12
    # minimum number of server processes which are kept spare
    MinSpareServers      12
    # maximum number of server processes which are kept spare
    MaxSpareServers     25
    # highest possible MaxClients setting for the lifetime of the Apache process.
    ServerLimit        250
    # maximum number of server processes allowed to start
    MaxClients         250
    # maximum number of requests a server process serves
    MaxRequestsPerChild  0
</IfModule>
Post Reply