Apache2 lastet System total aus, lässt sich aber auch nicht killen

Hallo!
Gibt es denn, in den vom Bot effektiv aufgerufenen Seiten, eine robots.txt? Gibt es Zugriffe auf die robots.txt (Berechtigungen überprüfen, kann der Bot sie überhaupt auslesen?).

Normalerweise hält sich Yahoo an den Standard. Also würde ich doch erst einmal versuchen, die über die dafür vorgesehne Methode zu realisieren:
Code:
User-Agent: Slurp
Crawl-Delay: 10
Ggf. den Delay Wert an deine Bedürfnisse anpassen.

mfG
Thorsten
 
Man beachte, dass die robots.txt. aber auch nicht ständig von den Bots gelesen wird. Wenn jeder Crawler immer erstmal die robots.txt lesen würde bevor er eine Seite zieht, wäre dies auch nicht gerade erfreulich. ;)

Aufgrund der gleichzeitigen hohen Anzahl an MySQL-Verbindungen, tippe ich darauf, dass es auch nicht am KeepAlive liegt sondern echte Scripte gezogen werden und diese die entsprechend hohe Performance fordern.
Dies könnte z.B. ein schlecht (unperformant) programmiertes Script sein, aber auch eine mangelnde MySQL-Performance.
Für letzteres einfach mal http://www.huschi.net/12_302_de-mysql-tuning.html ausprobieren.

Evtl. verrät uns Tobusa ja mal seine Domain oder zumindest welche Scripte dort so laufen. Evtl. sind es auch größere Downloads?

huschi.
 
Wordpress mit ein paar Plugins, die Download sind. ca 250 MB groß. Daran kann es aber nicht legen, da es ja den großteil des Tages geht. Domain ist wiiare.in

Yahoo ist trotz robots.txt (chmod 664) in allen public_html Ordnern weiterhin aktiv. Die IPs sind wie oben vorgeschlagen auch per Route blockiert


Die Webseite zum optimieren hab ich mir angeguckt, hier erstmal der Log des MySQLTuners
Code:
        -- MYSQL PERFORMANCE TUNING PRIMER --
             - By: Matthew Montgomery -

MySQL Version 5.0.51a-3ubuntu5.4 i486

Uptime = 1 days 22 hrs 46 min 51 sec
Avg. qps = 3
Total Questions = 571608
Threads Connected = 13

Warning: Server has not been running for at least 48hrs.
It may not be safe to use these recommendations

To find out more information on how each of these
runtime variables effects performance visit:
http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html
Visit http://www.mysql.com/products/enterprise/advisors.html
for info about MySQL's Enterprise Monitoring and Advisory Service

SLOW QUERIES
The slow query log is NOT enabled.
Current long_query_time = 10 sec.
You have 0 out of 571629 that take longer than 10 sec. to complete
Your long_query_time may be too high, I typically set this under 5 sec.

BINARY UPDATE LOG
The binary update log is NOT enabled.
You will not be able to do point in time recovery
See http://dev.mysql.com/doc/refman/5.0/en/point-in-time-recovery.html

WORKER THREADS
Current thread_cache_size = 8
Current threads_cached = 1
Current threads_per_sec = 0
Historic threads_per_sec = 0
Your thread_cache_size is fine

MAX CONNECTIONS
Current max_connections = 100
Current threads_connected = 13
Historic max_used_connections = 35
The number of used connections is 35% of the configured maximum.
Your max_connections variable seems to be fine.

MEMORY USAGE
Max Memory Ever Allocated : 133 M
Configured Max Per-thread Buffers : 262 M
Configured Max Global Buffers : 42 M
Configured Max Memory Limit : 304 M
Physical Memory : 971 M
Max memory limit seem to be within acceptable norms

KEY BUFFER
Current MyISAM index space = 4 K
Current key_buffer_size = 16 M
Key cache miss rate is 1 : 483
Key buffer free ratio = 81 %
Your key_buffer_size seems to be fine

QUERY CACHE
Query cache is enabled
Current query_cache_size = 16 M
Current query_cache_used = 13 M
Current query_cache_limit = 1 M
Current Query cache Memory fill ratio = 83.45 %
Current query_cache_min_res_unit = 4 K
However, 25316 queries have been removed from the query cache due to lack of memory
Perhaps you should raise query_cache_size
MySQL won't cache query results that are larger than query_cache_limit in size

SORT OPERATIONS
Current sort_buffer_size = 2 M
Current read_rnd_buffer_size = 256 K
Sort buffer seems to be fine

JOINS
Current join_buffer_size = 132.00 K
You have had 0 queries where a join could not use an index properly
Your joins seem to be using indexes properly

OPEN FILES LIMIT
Current open_files_limit = 1024 files
The open_files_limit should typically be set to at least 2x-3x
that of table_cache if you have heavy MyISAM usage.
Your open_files_limit value seems to be fine

TABLE CACHE
Current table_cache value = 64 tables
You have a total of 0 tables
You have 64 open tables.
Current table_cache hit rate is 7%, while 100% of your table cache is in use
You should probably increase your table_cache

TEMP TABLES
Current max_heap_table_size = 16 M
Current tmp_table_size = 32 M
Of 17729 temp tables, 27% were created on disk
Effective in-memory tmp_table_size is limited to max_heap_table_size.
Perhaps you should increase your tmp_table_size and/or max_heap_table_size
to reduce the number of disk-based temporary tables
Note! BLOB and TEXT columns are not allow in memory tables.
If you are using these columns raising these values might not impact your
ratio of on disk temp tables.

TABLE SCANS
Current read_buffer_size = 128 K
Current table scan ratio = 330 : 1
read_buffer_size seems to be fine

TABLE LOCKING
Current Lock Wait ratio = 0 : 571812
Your table locking seems to be fine


19:00 Uhr schon wieder alles zu:

top
Code:
top - 20:07:47 up 1 day, 22:39,  1 user,  load average: 75.01, 74.99, 72.50
Tasks: 155 total,  76 running,  79 sleeping,   0 stopped,   0 zombie
Cpu(s): 20.7%us,  0.7%sy,  0.0%ni, 77.9%id,  0.4%wa,  0.1%hi,  0.2%si,  0.0%st
Mem:    994632k total,   921864k used,    72768k free,     9020k buffers
Swap:   522104k total,    13344k used,   508760k free,   712632k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 8045 www-data  20   0 68252  25m  18m R  3.9  2.6   0:20.26 apache2
 8541 www-data  20   0 65480 6900 2208 R  3.9  0.7   0:18.18 apache2
 8542 www-data  20   0 65480 6928 2228 R  3.9  0.7   0:18.16 apache2
12089 www-data  20   0 65480 6932 2228 R  3.9  0.7   0:17.78 apache2
12579 www-data  20   0 65480 6924 2220 R  3.9  0.7   0:23.92 apache2
12629 www-data  20   0 65480 6924 2220 R  3.9  0.7   0:23.68 apache2
12630 www-data  20   0 65480 6900 2208 R  3.9  0.7   0:23.64 apache2
12643 www-data  20   0 65480 6924 2220 R  3.9  0.7   0:23.50 apache2
12645 www-data  20   0 65480 6924 2220 R  3.9  0.7   0:23.48 apache2
12646 www-data  20   0 65480 6932 2228 R  3.9  0.7   0:23.48 apache2
12649 www-data  20   0 65480 6924 2220 R  3.9  0.7   0:23.44 apache2
12793 www-data  20   0 65480 6928 2228 R  3.9  0.7   0:19.76 apache2
 8539 www-data  20   0 65480 7152 2440 R  2.0  0.7   1:57.76 apache2
 8543 www-data  20   0 65480 7180 2460 R  2.0  0.7   1:57.70 apache2
 8544 www-data  20   0 65480 7152 2440 R  2.0  0.7   1:57.69 apache2
11793 www-data  20   0 65480 6928 2228 R  2.0  0.7   0:36.91 apache2
11828 www-data  20   0 65480 6920 2220 R  2.0  0.7   0:36.53 apache2

ps aux
Code:
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1   2976  1864 ?        Ss   Sep01   0:01 /sbin/init
root         2  0.0  0.0      0     0 ?        S<   Sep01   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S<   Sep01   0:00 [migration/0]
root         4  0.0  0.0      0     0 ?        S<   Sep01   0:01 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        R<   Sep01   0:06 [events/0]
root         6  0.0  0.0      0     0 ?        S<   Sep01   0:00 [khelper]
root        84  0.0  0.0      0     0 ?        S<   Sep01   0:19 [kblockd/0]
root        86  0.0  0.0      0     0 ?        S<   Sep01   0:00 [kacpid]
root        87  0.0  0.0      0     0 ?        S<   Sep01   0:00 [kacpi_notify]
root       148  0.0  0.0      0     0 ?        S<   Sep01   0:00 [ata/0]
root       149  0.0  0.0      0     0 ?        S<   Sep01   0:00 [ata_aux]
root       150  0.0  0.0      0     0 ?        S<   Sep01   0:00 [ksuspend_usbd]
root       155  0.0  0.0      0     0 ?        S<   Sep01   0:00 [khubd]
root       158  0.0  0.0      0     0 ?        S<   Sep01   0:00 [kseriod]
root       193  0.0  0.0      0     0 ?        S    Sep01   0:00 [pdflush]
root       194  0.0  0.0      0     0 ?        S    Sep01   0:05 [pdflush]
root       195  0.0  0.0      0     0 ?        S<   Sep01   0:09 [kswapd0]
root       196  0.0  0.0      0     0 ?        S<   Sep01   0:00 [aio/0]
root       198  0.0  0.0      0     0 ?        S<   Sep01   0:00 [cifsoplockd]
root       199  0.0  0.0      0     0 ?        S<   Sep01   0:00 [cifsdnotifyd]
root       203  0.0  0.0      0     0 ?        S<   Sep01   0:00 [xfslogd/0]
root       204  0.0  0.0      0     0 ?        S<   Sep01   0:00 [xfsdatad/0]
root       205  0.0  0.0      0     0 ?        S<   Sep01   0:00 [xfs_mru_cache]
root       884  0.0  0.0      0     0 ?        S<   Sep01   0:00 [scsi_eh_0]
root       886  0.0  0.0      0     0 ?        S<   Sep01   0:00 [scsi_eh_1]
root       904  0.0  0.0      0     0 ?        S<   Sep01   0:00 [mtdblockd]
root       926  0.0  0.0      0     0 ?        S<   Sep01   0:00 [kpsmoused]
root       937  0.0  0.0      0     0 ?        S<   Sep01   0:00 [rpciod/0]
root       939  0.0  0.0      0     0 ?        S<   Sep01   0:10 [kjournald]
root      1133  0.0  0.0   2380   932 ?        S<s  Sep01   0:04 /sbin/udevd --daemon
root      2175  0.0  0.0   1692   168 ?        Ss   Sep01   0:03 logsave -s /var/log/fsck/checkroot fsck -C -a -t ext3 /dev/sda1
root      2234  0.0  0.0   1692   164 ?        Ss   Sep01   0:04 logsave -s /var/log/fsck/checkfs fsck -C -R -A -a
root      2258  0.0  0.0      0     0 ?        S<   Sep01   0:04 [kjournald]
daemon    2408  0.0  0.0   1832   520 ?        Ss   Sep01   0:00 /sbin/portmap
statd     2429  0.0  0.0   1896   720 ?        Ss   Sep01   0:00 /sbin/rpc.statd
root      2676  0.0  0.0   1712   484 tty4     Ss+  Sep01   0:00 /sbin/getty 38400 tty4
root      2677  0.0  0.0   1712   484 tty5     Ss+  Sep01   0:00 /sbin/getty 38400 tty5
root      2681  0.0  0.0   1712   480 tty2     Ss+  Sep01   0:00 /sbin/getty 38400 tty2
root      2682  0.0  0.0   1712   480 tty3     Ss+  Sep01   0:00 /sbin/getty 38400 tty3
root      2687  0.0  0.0   1712   480 tty6     Ss+  Sep01   0:00 /sbin/getty 38400 tty6
root      2689  0.0  0.0   1712   480 ttyS0    Ss+  Sep01   0:00 /sbin/getty 38400 ttyS0
syslog    2750  0.0  0.0   1932   676 ?        Ss   Sep01   0:02 /sbin/syslogd -u syslog
root      2806  0.0  0.0   1868   532 ?        S    Sep01   0:00 /bin/dd bs 1 if /proc/kmsg of /var/run/klogd/kmsg
klog      2809  0.0  0.1   2572  1408 ?        Ss   Sep01   0:00 /sbin/klogd -P /var/run/klogd/kmsg
107       2833  0.0  0.1   2744  1188 ?        Ss   Sep01   0:00 /usr/bin/dbus-daemon --system
root      2850  0.0  0.1   4108  1104 ?        Ss   Sep01   0:00 /usr/bin/system-tools-backends
bind      2878  0.0  1.7  44864 17084 ?        Ssl  Sep01   0:04 /usr/sbin/named -u bind
root      2907  0.0  0.1   5312  1008 ?        Ss   Sep01   0:00 /usr/sbin/sshd
avahi     2966  0.0  0.1   2868  1472 ?        Ss   Sep01   0:00 avahi-daemon: running [ks356442.local]
avahi     2967  0.0  0.0   2756   460 ?        Ss   Sep01   0:00 avahi-daemon: chroot helper
root      3021  0.0  0.1   2764  1300 ?        S    Sep01   0:00 /bin/sh /usr/bin/mysqld_safe
mysql     3063  0.1  4.3 135528 43620 ?        Sl   Sep01   5:06 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
root      3065  0.0  0.0   1696   548 ?        S    Sep01   0:00 logger -p daemon.err -t mysqld_safe -i -t mysqld
root      3169  0.0  0.2   6028  2504 ?        Ss   Sep01   0:00 /usr/sbin/cupsd
snmp      3346  0.0  0.3   8484  3760 ?        S    Sep01   0:16 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1
root      3362  0.0  0.1   8080  1260 ?        Ss   Sep01   0:00 /usr/sbin/winbindd
root      3417  0.0  0.1   8080  1144 ?        S    Sep01   0:00 /usr/sbin/winbindd
root      3446  0.0  0.1   8228  1820 ?        Ss   Sep01   0:05 sendmail: MTA: rejecting connections on daemon MSP-v4: load average: 75
root      3478  0.0  0.0   2016   756 ?        Ss   Sep01   0:05 /usr/sbin/dhcdbd --system
110       3500  0.0  0.4   6088  3992 ?        Ss   Sep01   0:01 /usr/sbin/hald
root      3503  0.0  0.2   7596  2140 ?        Ssl  Sep01   0:00 /usr/sbin/console-kit-daemon
root      3565  0.0  0.1   3232  1044 ?        S    Sep01   0:00 hald-runner
110       3594  0.0  0.0   2196   928 ?        S    Sep01   0:02 /usr/lib/hal/hald-addon-acpi
nobody    3627  0.0  0.0   2884   984 ?        Ss   Sep01   0:01 proftpd: (accepting connections)
daemon    3664  0.0  0.0   1980   416 ?        Ss   Sep01   0:00 /usr/sbin/atd
root      3680  0.0  0.0   2100   896 ?        Ss   Sep01   0:01 /usr/sbin/cron
root      3837  0.0  0.6  10408  6560 ?        Ss   Sep01   0:04 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf
root      3854  0.0  0.0   1712   480 tty1     Ss+  Sep01   0:00 /sbin/getty 38400 tty1
lordfish  4077  0.0  0.1   4104  1068 ?        Ss   Sep01   0:00 SCREEN -S xdcc
lordfish  4078  0.0  0.1   4184  1752 pts/1    Ss   Sep01   0:00 /bin/sh
lordfish  4159  0.0  0.1   2928  1388 pts/1    S+   Sep01   0:53 ./iroffer edotopia.config
lordfish  4235  0.0  1.0  19952 10160 ?        Sl   Sep01   0:40 ./eggdrop edotopia.conf
lordfish  4241  0.1  0.7  17072  7304 ?        Sl   Sep01   3:51 ./eggdrop noushi.conf
lordfish  6066  0.0  0.3  37108  3592 ?        Sl   00:05   0:00 ./murmur.x86
www-data  7154  0.6  3.7  73060 36884 ?        R    18:42   0:33 /usr/sbin/apache2 -k start
www-data  8045  0.4  2.6  68252 26192 ?        R    18:53   0:22 /usr/sbin/apache2 -k start
www-data  8050  0.5  2.7  69348 27532 ?        R    18:53   0:24 /usr/sbin/apache2 -k start
www-data  8301  0.5  3.2  69376 32328 ?        R    18:55   0:22 /usr/sbin/apache2 -k start
www-data  8406  0.4  2.3  67936 23468 ?        R    18:57   0:20 /usr/sbin/apache2 -k start
www-data  8407  0.4  2.5  68536 25812 ?        R    18:57   0:21 /usr/sbin/apache2 -k start
www-data  8540  0.4  0.6  65480  6920 ?        R    18:59   0:20 /usr/sbin/apache2 -k start
www-data  8541  0.4  0.6  65480  6900 ?        R    18:59   0:20 /usr/sbin/apache2 -k start
www-data  8542  0.4  0.6  65480  6928 ?        R    18:59   0:20 /usr/sbin/apache2 -k start
www-data  8545  0.4  0.6  65480  6928 ?        R    18:59   0:20 /usr/sbin/apache2 -k start
www-data  9317  0.5  0.6  65480  6812 ?        R    19:04   0:20 /usr/sbin/apache2 -k start
www-data  9533  0.5  0.6  65480  6900 ?        R    19:05   0:20 /usr/sbin/apache2 -k start
www-data 11793  1.8  0.6  65480  6928 ?        R    19:34   0:39 /usr/sbin/apache2 -k start
www-data 11801  1.8  0.7  65612  6980 ?        R    19:34   0:39 /usr/sbin/apache2 -k start
www-data 11806  1.8  0.6  65480  6924 ?        R    19:34   0:39 /usr/sbin/apache2 -k start
www-data 11828  1.8  0.6  65480  6920 ?        R    19:34   0:39 /usr/sbin/apache2 -k start
www-data 11843  1.7  0.6  65480  6920 ?        R    19:34   0:39 /usr/sbin/apache2 -k start
www-data 11850  1.7  0.6  65480  6920 ?        R    19:34   0:38 /usr/sbin/apache2 -k start
www-data 11853  1.7  0.6  65480  6900 ?        R    19:34   0:38 /usr/sbin/apache2 -k start
www-data 11856  1.7  0.6  65480  6900 ?        R    19:34   0:38 /usr/sbin/apache2 -k start
www-data 11873  1.7  0.6  65480  6920 ?        R    19:35   0:38 /usr/sbin/apache2 -k start
www-data 11876  1.7  0.6  65480  6920 ?        R    19:35   0:38 /usr/sbin/apache2 -k start
www-data 11897  1.7  0.6  65480  6924 ?        R    19:35   0:38 /usr/sbin/apache2 -k start
www-data 11914  1.7  0.6  65480  6924 ?        R    19:35   0:38 /usr/sbin/apache2 -k start
www-data 11917  0.9  0.6  65480  6908 ?        R    19:35   0:20 /usr/sbin/apache2 -k start
www-data 11965  0.9  0.7  65612  6992 ?        R    19:35   0:20 /usr/sbin/apache2 -k start
www-data 11967  1.7  0.6  65480  6924 ?        R    19:35   0:38 /usr/sbin/apache2 -k start
www-data 11976  1.7  0.6  65480  6924 ?        R    19:35   0:38 /usr/sbin/apache2 -k start
www-data 11978  1.7  0.6  65480  6900 ?        R    19:35   0:38 /usr/sbin/apache2 -k start
www-data 12060  0.9  0.6  65480  6928 ?        R    19:35   0:20 /usr/sbin/apache2 -k start
www-data 12064  1.6  0.6  65480  6900 ?        R    19:35   0:36 /usr/sbin/apache2 -k start
www-data 12065  1.6  0.6  65480  6924 ?        R    19:35   0:36 /usr/sbin/apache2 -k start
www-data 12069  1.6  0.6  65480  6900 ?        R    19:35   0:35 /usr/sbin/apache2 -k start
www-data 12073  1.6  0.6  65480  6924 ?        R    19:35   0:35 /usr/sbin/apache2 -k start
www-data 12078  0.9  0.6  65480  6928 ?        R    19:35   0:20 /usr/sbin/apache2 -k start
www-data 12084  1.6  0.6  65480  6900 ?        R    19:35   0:35 /usr/sbin/apache2 -k start
www-data 12086  1.6  0.6  65480  6900 ?        R    19:35   0:35 /usr/sbin/apache2 -k start
www-data 12089  0.9  0.6  65480  6932 ?        R    19:35   0:20 /usr/sbin/apache2 -k start
www-data 12565  1.4  0.6  65480  6924 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12572  1.4  0.6  65480  6916 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12573  1.4  0.6  65480  6924 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12574  1.4  0.6  65480  6928 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12575  1.4  0.6  65480  6924 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12576  1.4  0.6  65480  6924 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12577  1.4  0.6  65480  6924 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12578  1.4  0.6  65480  6796 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12579  1.4  0.6  65480  6924 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12580  1.4  0.6  65480  6932 ?        R    19:41   0:26 /usr/sbin/apache2 -k start
www-data 12629  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12630  1.5  0.6  65480  6900 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12639  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12640  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12641  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12642  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12643  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12644  1.5  0.7  65612  6980 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12645  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12646  1.5  0.6  65480  6932 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12647  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12648  1.5  0.6  65480  6900 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12649  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12650  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12651  1.5  0.6  65480  6932 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12652  1.5  0.6  65480  6924 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12654  1.5  0.7  65612  6984 ?        R    19:42   0:26 /usr/sbin/apache2 -k start
www-data 12788  1.3  0.6  65480  6924 ?        R    19:44   0:22 /usr/sbin/apache2 -k start
www-data 12789  1.3  0.6  65480  6924 ?        R    19:44   0:22 /usr/sbin/apache2 -k start
www-data 12790  1.3  0.6  65480  6924 ?        R    19:44   0:22 /usr/sbin/apache2 -k start
www-data 12791  1.3  0.6  65480  6924 ?        R    19:44   0:22 /usr/sbin/apache2 -k start
www-data 12792  1.3  0.6  65480  6900 ?        R    19:44   0:22 /usr/sbin/apache2 -k start
www-data 12793  1.3  0.6  65480  6928 ?        R    19:44   0:22 /usr/sbin/apache2 -k start
www-data 12952  1.2  0.6  65480  6924 ?        R    19:45   0:18 /usr/sbin/apache2 -k start
root     15017  0.0  0.4  11432  4012 ?        Ss   20:07   0:00 sshd: admin [priv]
admin    15020  0.0  0.2  11432  2044 ?        S    20:07   0:00 sshd: admin@pts/0
admin    15023  0.0  0.2   4680  2060 pts/0    Rs   20:07   0:00 -bash
www-data 15345  0.0  0.5  65480  5844 ?        R    20:10   0:00 /usr/sbin/apache2 -k start
www-data 15346  0.0  0.5  65480  5840 ?        D    20:10   0:00 /usr/sbin/apache2 -k start
www-data 15347  0.0  0.5  65480  5164 ?        R    20:10   0:00 /usr/sbin/apache2 -k start
admin    15396  0.0  0.1   2640  1000 pts/0    R+   20:11   0:00 ps aux
root     20975  0.0  1.1  65480 11808 ?        Ss   15:09   0:01 /usr/sbin/apache2 -k start
www-data 20980  0.0  0.5 270584  5704 ?        Sl   15:09   0:00 /usr/sbin/apache2 -k start

netstat
(zulang darum da): http://pastebin.com/m3d1c1d2d
 
Hallo!
Deine Robots.tst hat irgendwie keinen Zeilenumbruch:
Code:
User-Agent: Slurp Crawl-Delay: 5
Sollte so aussehen:
Code:
User-Agent: Slurp
Crawl-Delay: 5
Wenn du (testweise) Robots komplett aussperren willst:
Code:
User-Agent: *
Disallow: /
Ich habe die Seite gerade mal testweise aufgerufen. Reagiert aber verhältnismäßig schnell.

mfG
Thorsten
 
falsches Lineending, danke habs gerade geändert. Ich sag doch normalerweiße läuft der Server ganz rund... mal sehen ob sich nun was ändert
 
Hallo!
Eventuell noch temporär Apache mod_status aktivieren und die Apache Direktive ExtendedStatus On setzten. Dann kann man zumindest mal schauen, wass auf den Server überhaupt los ist.

mfG
Thorsten
 
sry, vorschnell gepostet ;)

Wenn also das nächste mal das Problem vorbekommt, könnte ich den log von da posten. Das wird aber nicht funktionierne, da das Apache total ausgelastet ist...
 
Last edited by a moderator:
Zu MySQL:
You have a total of 0 tables
Da scheint das Script wohl etwas falsch zu berechnen... ;)

Dennoch sind die Vorschläge ernst zu nehmen:
Code:
long_query_time = 5
query_cache_size = 32 M
table_cache = 512
open_files_limit = 2048
max_heap_table_size = 32 M

Und nicht vergessen: Regelmäßig nachsehen.

Zu den Downloads:
Du solltest zumindest die DLs in der robots.txt verbieten.

huschi.
 
In meiner my.cnf stehen einige Werte nochgarnicht drin (open_files_limit), einfach eintragen?

Jo Download sind schon verboten: Disallow: /wp-content/
 
Einfach in die [mysqld]-Sektion eintragen.
MySQL braucht danach aber einen restart. (Reload reicht bei diesen Werten nicht.)

huschi.
 
Also ich hab das Problem 1-2 mal pro Tag, Apache völlig ausgelastet. Woran es genau liegt weiß ich nicht. Doch sind die Yahoo Bots immer noch da... warum?

Code:
Aktive Internetverbindungen (ohne Server)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0me.co:www crawl-66-249-68-1:49020 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:36098 SYN_RECV   
tcp        0      0me.co:www llf531112.crawl.y:39845 SYN_RECV   
tcp        0      0me.co:www 77-23-232-75-dyni:49214 SYN_RECV   
tcp        0      0me.co:www msnbot-65-55-108-:55651 SYN_RECV   
tcp        0      0me.co:www llf531112.crawl.y:38511 SYN_RECV   
tcp        0      0me.co:www p54834115.dip.t-d:51205 SYN_RECV   
tcp        0      0me.co:www llf531112.crawl.y:42385 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:42976 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:44208 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:43114 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:45155 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:37184 SYN_RECV   
tcp        0      0me.co:www 77-23-232-75-dyni:49213 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:37301 SYN_RECV   
tcp        0      0me.co:www 42.c1.354a.static:51924 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:40869 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:35963 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:41982 SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:44005 SYN_RECV   
tcp        0      0me.co:www 65.55.108.186:39964     SYN_RECV   
tcp        0      0me.co:www llf531063.crawl.y:38504 SYN_RECV   
tcp        0      0me.co:www llf531112.crawl.y:46459 SYN_RECV   
tcp        0      0me.co:www llf531112.crawl.y:41092 SYN_RECV   
tcp      372      0me.co:www llf531063.crawl.y:56414 CLOSE_WAIT 
tcp        0      0me.co:ssh 77-23-232-75-dyni:49217 VERBUNDEN  
tcp      218      0me.co:www pD9E29062.dip.t-d:63979 CLOSE_WAIT 
tcp      384      0me.co:www 174-37-205-67.rob:38111 CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:50417 CLOSE_WAIT 
tcp      261      0me.co:www neiva.guj.de:25916      CLOSE_WAIT 
tcp      218      0me.co:www pD9E29062.dip.t-d:63143 CLOSE_WAIT 
tcp        0      0me.co:www pD9E29062.dip.t-d:65133 VERBUNDEN  
tcp      255      0me.co:www crawl-66-249-68-1:41482 CLOSE_WAIT 
tcp      846      0me.co:www 77-23-90-252-dynip:1337 CLOSE_WAIT 
tcp      384      0me.co:www 174-36-228-156.ro:51287 CLOSE_WAIT 
tcp      493      0me.co:www dhcp-077-250-247-:52012 VERBUNDEN  
tcp        1      0me.co:www intgate1-neu.hess:53070 CLOSE_WAIT 
tcp      644      0me.co:www 80.121.201.212:8557     VERBUNDEN  
tcp      551      0me.co:www 233-191-178-94.poo:1305 CLOSE_WAIT 
tcp      581      0me.co:www user-1120t7r.dsl.m:1249 CLOSE_WAIT 
tcp      210      0me.co:www pD9E29062.dip.t-d:63089 CLOSE_WAIT 
tcp      290      0me.co:www crawl-66-249-68-1:46810 CLOSE_WAIT 
tcp      210      0me.co:www pD9E29062.dip.t-d:59487 CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:56795 CLOSE_WAIT 
tcp        0      0me.co:www s238.pingdom.com:55575  CLOSE_WAIT 
tcp        0      0me.co:www crawl-66-249-68-1:57221 CLOSE_WAIT 
tcp      103      0me.co:www ev1s-207-218-231-:49225 CLOSE_WAIT 
tcp      261      0me.co:www neiva.guj.de:19064      CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:52735 CLOSE_WAIT 
tcp      290      0me.co:www crawl-66-249-68-1:56850 CLOSE_WAIT 
tcp        0      0me.:53081 irc-gw.realriot.de:ircd VERBUNDEN  
tcp      290      0me.co:www crawl-66-249-68-1:43454 CLOSE_WAIT 
tcp        0      0me.co:www server52101.uk2ne:38641 CLOSE_WAIT 
tcp      103      0me.co:www www.eastwood-stei:57995 CLOSE_WAIT 
tcp      547      0me.co:www 84.249.67.126:zebrasrv  CLOSE_WAIT 
tcp      407      0me.co:www llf531063.crawl.y:50760 CLOSE_WAIT 
tcp      547      0me.co:www 84.249.67.126:2614      CLOSE_WAIT 
tcp        0      0me.co:www p54B35208.dip.t-d:49699 VERBUNDEN  
tcp      218      0me.co:www pD9E29062.dip.t-d:62889 CLOSE_WAIT 
tcp      215      0me.co:www pD9E29062.dip.t-d:64151 CLOSE_WAIT 
tcp      599      0me.co:www 213.191.63.154:53053    CLOSE_WAIT 
tcp        0      0me.co:www s238.pingdom.com:42457  VERBUNDEN  
tcp      674      0me.co:www 80.121.201.212:30320    VERBUNDEN  
tcp      561      0me.co:www 84.249.67.126:2632      CLOSE_WAIT 
tcp        0      0me.:35019 irc-gw.realriot.de:ircd VERBUNDEN  
tcp      215      0me.co:www pD9E29062.dip.t-d:63573 CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:54178 CLOSE_WAIT 
tcp      103      0me.co:www pingdom.iweb.com:41534  CLOSE_WAIT 
tcp      218      0me.co:www pD9E29062.dip.t-d:62339 CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:57572 CLOSE_WAIT 
tcp        0      0me.co:www 95.211.87.85:50371      CLOSE_WAIT 
tcp      694      0me.co:www 195.145.212.26:16152    CLOSE_WAIT 
tcp      210      0me.co:www pD9E29062.dip.t-d:65307 CLOSE_WAIT 
tcp      312      0me.co:www crawl-66-249-68-1:40492 CLOSE_WAIT 
tcp      674      0me.co:www 80.121.201.212:57375    VERBUNDEN  
tcp       47      0me.co:www 89-19-18-66.cizgib:3481 CLOSE_WAIT 
tcp        0      0me.co:www neiva.guj.de:26476      CLOSE_WAIT 
tcp      261      0me.co:www neiva.guj.de:19786      CLOSE_WAIT 
tcp      312      0me.co:www crawl-66-249-68-1:53197 CLOSE_WAIT 
tcp        1      0me.co:www intgate1-neu.hess:53074 CLOSE_WAIT 
tcp      218      0me.co:www pD9E29062.dip.t-d:65291 CLOSE_WAIT 
tcp      312      0me.co:www crawl-66-249-68-1:47975 CLOSE_WAIT 
tcp      312      0me.co:www crawl-66-249-68-1:62054 CLOSE_WAIT 
tcp      397      0me.co:www 174-36-241-148.ro:36553 CLOSE_WAIT 
tcp        0      0me.co:www intgate1-neu.hess:53415 CLOSE_WAIT 
tcp        0      0me.co:www blfd-4d088aff.poo:14261 VERBUNDEN  
tcp      187      0me.co:www llf531063.crawl.y:33784 CLOSE_WAIT 
tcp      501      0me.co:www server19.trendict:52586 CLOSE_WAIT 
tcp        0      0me.co:www intgate1-neu.hess:53218 CLOSE_WAIT 
tcp      204      0me.co:www 65.54.160.215:8531      CLOSE_WAIT 
tcp      407      0me.co:www llf531063.crawl.y:51931 CLOSE_WAIT 
tcp      239      0me.co:www pD9E29062.dip.t-d:65151 CLOSE_WAIT 
tcp      261      0me.co:www neiva.guj.de:25180      CLOSE_WAIT 
tcp        1      0me.co:www intgate1-neu.hess:53072 CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:51634 CLOSE_WAIT 
tcp      149      0me.co:www datenbank.starkem:63509 CLOSE_WAIT 
tcp      103      0me.co:www 67.192.120.134:39516    CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:55627 CLOSE_WAIT 
tcp      312      0me.co:www crawl-66-249-68-1:37119 CLOSE_WAIT 
tcp      758      0me.co:www p5B0461D5.dip.t-di:2698 CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:54508 CLOSE_WAIT 
tcp        0      0me.co:www pD9E29062.dip.t-d:60617 CLOSE_WAIT 
tcp      546      0me.co:www ip-88-153-228-71.:51718 VERBUNDEN  
tcp       47      0me.co:www 89-19-18-66.cizgib:1355 CLOSE_WAIT 
tcp      173      0me.co:www static-208-80-195:52486 CLOSE_WAIT 
tcp      790      0me.co:www p5B0461D5.dip.t-di:2699 CLOSE_WAIT 
tcp      840      0me.co:www 77-23-90-252-dynip:1339 CLOSE_WAIT 
tcp        0      0me.co:www s238.pingdom.com:42089  CLOSE_WAIT 
tcp        1      0me.co:www intgate1-neu.hess:53113 CLOSE_WAIT 
tcp      239      0me.co:www pD9E29062.dip.t-d:59853 CLOSE_WAIT 
tcp        0      0me.co:www intgate1-neu.hess:53406 CLOSE_WAIT 
tcp      218      0me.co:www crawler.technorat:39008 CLOSE_WAIT 
tcp        0      0me.co:www neiva.guj.de:26827      CLOSE_WAIT 
tcp      329      0me.co:www rate-limited-prox:55754 CLOSE_WAIT 
tcp      252      0me.co:www crawl-66-249-68-1:56808 CLOSE_WAIT 
tcp      239      0me.co:www pD9E29062.dip.t-d:65009 CLOSE_WAIT 
tcp      840      0me.co:www 77-23-90-252-dynip:1585 CLOSE_WAIT 
tcp      780      0me.co:www 91-64-243-149-dyni:1043 VERBUNDEN  
tcp        0      0me.:37073 chupachups.lanlos.:ircd VERBUNDEN  
tcp      215      0me.co:www pD9E29062.dip.t-d:60783 CLOSE_WAIT 
tcp      149      0me.co:www datenbank.starkem:53455 CLOSE_WAIT 
tcp      217      0me.co:www 65.54.160.215:3509      CLOSE_WAIT 
tcp        1      0me.co:www intgate1-neu.hess:53075 CLOSE_WAIT 
tcp      239      0me.co:www pD9E29062.dip.t-d:64355 CLOSE_WAIT 
tcp        0      0me.co:www 217.60.180.254:51693    VERBUNDEN  
tcp      261      0me.co:www neiva.guj.de:19545      CLOSE_WAIT 
tcp      674      0me.co:www 80.121.201.212:8652     VERBUNDEN  
tcp        1      0me.co:www intgate1-neu.hess:53077 CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:49287 CLOSE_WAIT 
tcp        1      0me.co:www intgate1-neu.hess:53071 CLOSE_WAIT 
tcp      190      0me.co:www 219.239.34.56:50189     CLOSE_WAIT 
tcp      164      0me.co:www net66-219-58-34.s:64568 CLOSE_WAIT 
tcp      239      0me.co:www pD9E29062.dip.t-d:64137 CLOSE_WAIT 
tcp      261      0me.co:www neiva.guj.de:25291      CLOSE_WAIT 
tcp      407      0me.co:www llf531063.crawl.y:49546 CLOSE_WAIT 
tcp      215      0me.co:www pD9E29062.dip.t-d:63125 CLOSE_WAIT 
tcp        1      0me.co:www intgate1-neu.hess:53073 CLOSE_WAIT 
tcp      506      0me.co:www i577A5CAF.versane:49480 CLOSE_WAIT 
tcp        0      0me.co:www drms-590cd93a.pool:4560 CLOSE_WAIT 
tcp      372      0me.co:www llf531063.crawl.y:55258 CLOSE_WAIT 
tcp      261      0me.co:www neiva.guj.de:19078      CLOSE_WAIT 
tcp      215      0me.co:www pD9E29062.dip.t-d:65017 CLOSE_WAIT 
tcp      459      0me.co:www 93-82-65-97.adsl.:56097 CLOSE_WAIT 
Aktive Sockets in der UNIX-Domäne (ohne Server)
Proto RefCnt Flags       Type       State         I-Node   Pfad
unix  12     [ ]         DGRAM                    6934     /dev/log
unix  2      [ ]         DGRAM                    32       @/com/ubuntu/upstart
unix  2      [ ]         DGRAM                    432      @/org/kernel/udev/udevd
unix  2      [ ]         DGRAM                    8328     @/org/freedesktop/hal/udev_event
unix  3      [ ]         STREAM     VERBUNDEN     6931554  /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     VERBUNDEN     6931553  
unix  3      [ ]         STREAM     VERBUNDEN     6931548  /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     VERBUNDEN     6931547  
unix  3      [ ]         STREAM     VERBUNDEN     6931536  /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     VERBUNDEN     6931535  
unix  2      [ ]         DGRAM                    6931514  
unix  3      [ ]         STREAM     VERBUNDEN     6931513  
unix  3      [ ]         STREAM     VERBUNDEN     6931512  
unix  3      [ ]         STREAM     VERBUNDEN     6886030  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6886029  
unix  3      [ ]         STREAM     VERBUNDEN     6886024  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6886023  
unix  3      [ ]         STREAM     VERBUNDEN     6886022  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6886021  
unix  3      [ ]         STREAM     VERBUNDEN     6886020  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6886019  
unix  3      [ ]         STREAM     VERBUNDEN     6886018  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6886017  
unix  3      [ ]         STREAM     VERBUNDEN     6886016  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6886015  
unix  3      [ ]         STREAM     VERBUNDEN     6885875  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6885874  
unix  3      [ ]         STREAM     VERBUNDEN     6879050  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6879049  
unix  3      [ ]         STREAM     VERBUNDEN     6869944  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6869943  
unix  3      [ ]         STREAM     VERBUNDEN     6869512  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6869511  
unix  3      [ ]         STREAM     VERBUNDEN     6868988  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6868987  
unix  3      [ ]         STREAM     VERBUNDEN     6868797  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6868796  
unix  3      [ ]         STREAM     VERBUNDEN     6865273  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6865272  
unix  3      [ ]         STREAM     VERBUNDEN     6865271  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6865270  
unix  3      [ ]         STREAM     VERBUNDEN     6865222  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6865221  
unix  3      [ ]         STREAM     VERBUNDEN     6864845  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6864844  
unix  3      [ ]         STREAM     VERBUNDEN     6864716  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6864715  
unix  3      [ ]         STREAM     VERBUNDEN     6860792  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6860791  
unix  3      [ ]         STREAM     VERBUNDEN     6852754  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6852753  
unix  3      [ ]         STREAM     VERBUNDEN     6852021  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6852020  
unix  3      [ ]         STREAM     VERBUNDEN     6826879  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6826878  
unix  3      [ ]         STREAM     VERBUNDEN     6824709  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6824708  
unix  3      [ ]         STREAM     VERBUNDEN     6739994  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6739993  
unix  3      [ ]         STREAM     VERBUNDEN     6658891  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6658890  
unix  3      [ ]         STREAM     VERBUNDEN     6658059  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6658058  
unix  3      [ ]         STREAM     VERBUNDEN     6657198  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6657197  
unix  3      [ ]         STREAM     VERBUNDEN     6657146  /var/run/mysqld/mysqld.sock
unix  3      [ ]         STREAM     VERBUNDEN     6657145  
unix  2      [ ]         DGRAM                    1935257  
unix  3      [ ]         STREAM     VERBUNDEN     753151   
unix  3      [ ]         STREAM     VERBUNDEN     753150   
unix  3      [ ]         STREAM     VERBUNDEN     753149   
unix  3      [ ]         STREAM     VERBUNDEN     753148   
unix  3      [ ]         STREAM     VERBUNDEN     305852   /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     VERBUNDEN     305851   
unix  2      [ ]         DGRAM                    9004     
unix  2      [ ]         DGRAM                    8997     
unix  3      [ ]         STREAM     VERBUNDEN     8571     @/var/run/hald/dbus-a4Inr0CZRD
unix  3      [ ]         STREAM     VERBUNDEN     8570     
unix  3      [ ]         STREAM     VERBUNDEN     8319     @/var/run/hald/dbus-xfy09ECGG4
unix  3      [ ]         STREAM     VERBUNDEN     8318     
unix  3      [ ]         STREAM     VERBUNDEN     8288     /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     VERBUNDEN     8287     
unix  3      [ ]         STREAM     VERBUNDEN     8255     /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     VERBUNDEN     8254     
unix  2      [ ]         DGRAM                    8249     
unix  2      [ ]         DGRAM                    8204     
unix  3      [ ]         STREAM     VERBUNDEN     8133     
unix  3      [ ]         STREAM     VERBUNDEN     8132     
unix  2      [ ]         DGRAM                    8010     
unix  3      [ ]         STREAM     VERBUNDEN     7330     /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     VERBUNDEN     7329     
unix  3      [ ]         STREAM     VERBUNDEN     7324     
unix  3      [ ]         STREAM     VERBUNDEN     7323     
unix  2      [ ]         DGRAM                    7321     
unix  2      [ ]         DGRAM                    7135     
unix  3      [ ]         STREAM     VERBUNDEN     7098     /var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     VERBUNDEN     7097     
unix  3      [ ]         STREAM     VERBUNDEN     7072     
unix  3      [ ]         STREAM     VERBUNDEN     7071     
unix  2      [ ]         DGRAM                    7035
 
Last edited by a moderator:
Hi,

ich hab genau das gleiche Problem, konnte auch noch nicht feststellen ob ein bestimmter BOT dafür verantwortlich ist.

Aber der Server lief über 2 Jahre problemlos, jetzt seit 2 oder 3 Wochen hab ich 2x am Tag diese Spitzenzeiten, in dem die Prozessanzahl von standardmäßig ca. 180 auf 380 ansteigt.

Dann fängt Apache an halt den ganzen RAM und SWAP Speicher aufzufressen.

Ist das erledigt laggt das ganze System so brutal, dass nur noch RESET weiter hilft.

gibts einen Befehl, der die Process-Anzahl abfragt? So könnte ich versuchen bei erreichen von 300 Prozessen das System automatisiert neustarten zu lassen.

Ist zwar nicht so toll, aber wenigstens hängt es sich dann nie komplett auf. Kann ja nicht den ganzen Tag vor dem Server sitzen und ihn beobachten.

Kurz die Daten: Ubuntu 9.04, 1 GB RAM, 2 GB Swap, Apache2.2, MySQL.

Ansonsten läuft natürlich noch ein Mailserver, FTP-Server, SSH usw...

Proxy-Server und DNS Server wurden als erste Gegenmaßnahme abgeschaltet.

Wie gesagt, mit all diesen Servern lief das System 2 Jahre lang ohne Probleme.

Gruesse und Danke.
 
Dann fängt Apache an halt den ganzen RAM und SWAP Speicher aufzufressen.
Dann verhindere das! Reduzier die MaxClients entsprechend Deinem Speicher. Bei 1GB sollte der Wert bei maximal 80 liegen. Besser noch etwas weniger.

gibts einen Befehl, der die Process-Anzahl abfragt?
ps aux|wc -l

So könnte ich versuchen bei erreichen von 300 Prozessen das System automatisiert neustarten zu lassen.
Du kannst auch einen "Hau den Lukas" davor stellen... ;)
Im Ernst: es ist Linux und kein Windows!

huschi.
 
Back
Top