the_condor
Registered User
Hallo Gemeinde,
System debian etch 32 bit,ispcp rc4,php5.2.6 dot ,php4.4.9 dot, mod_sec 2.11, apache 2.2.3, mysql 5.0.67, 1GB Ram und 1 GB Swap.
Das Prob was ich in der letzen Zeit mit dem Server habe, das der Load extrem hoch geht und die Seite extrem laggy wird.
Ein Apache Bench hat folgendes Ergeben:
Also das Ergebniss ist extrem und auch erst seit heute Mittag so, zu diesem Zeitpunkt waren ca 30 Leute zur gleichen Zeit auf dem Server, das ist ja nix..
Die Top Ausgabe, leider nicht die wo extrem war:
Apache einstellung:
my.cnf
Kann mir jemand bei meinem Problem helfen? Ich finde einfach nicht die Richtige einstellung.
mfg
the_condor
System debian etch 32 bit,ispcp rc4,php5.2.6 dot ,php4.4.9 dot, mod_sec 2.11, apache 2.2.3, mysql 5.0.67, 1GB Ram und 1 GB Swap.
Das Prob was ich in der letzen Zeit mit dem Server habe, das der Load extrem hoch geht und die Seite extrem laggy wird.
Ein Apache Bench hat folgendes Ergeben:
Code:
Server Software: Apache
Server Hostname: plapla
Server Port: 80
Document Path: /index.php
Document Length: 175127 bytes
Concurrency Level: 100
Time taken for tests: 1116.368964 seconds
Complete requests: 1000
Failed requests: 998
(Connect: 0, Length: 998, Exceptions: 0)
Write errors: 0
Non-2xx responses: 26
Keep-Alive requests: 0
Total transferred: 160550798 bytes
HTML transferred: 160321071 bytes
Requests per second: 0.90 [#/sec] (mean)
Time per request: 111636.902 [ms] (mean)
Time per request: 1116.369 [ms] (mean, across all concurrent requests)
Transfer rate: 140.44 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 3 9.6 0 34
Processing: 12367 105740 27953.7 110346 156789
Waiting: 12207 105600 27948.4 110189 156757
Total: 12383 105743 27948.0 110346 156789
Percentage of the requests served within a certain time (ms)
50% 110346
66% 118784
75% 124019
80% 127563
90% 138710
95% 145746
98% 149226
99% 152212
100% 156789 (longest request)
plapla:/usr/src/#
Also das Ergebniss ist extrem und auch erst seit heute Mittag so, zu diesem Zeitpunkt waren ca 30 Leute zur gleichen Zeit auf dem Server, das ist ja nix..
Die Top Ausgabe, leider nicht die wo extrem war:
Code:
top - 17:18:55 up 48 days, 19:28, 2 users, load average: 8.77, 5.01, 5.87
Tasks: 106 total, 7 running, 99 sleeping, 0 stopped, 0 zombie
Cpu(s): 88.6%us, 11.4%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 994476k total, 708544k used, 285932k free, 98012k buffers
Swap: 1044208k total, 4k used, 1044204k free, 393984k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
12092 mysql 20 0 55984 33m 4776 S 33.3 3.5 12:01.17 mysqld
24312 vu2002 20 0 25432 10m 3132 S 8.0 1.1 0:00.24 php5-cgi
24046 vu2002 20 0 25700 11m 3384 R 6.7 1.1 0:10.42 php5-cgi
21257 vu2002 20 0 20928 6460 3420 R 6.0 0.6 0:43.75 php5-cgi
24055 vu2002 20 0 23244 8980 3344 S 6.0 0.9 0:09.88 php5-cgi
21260 vu2002 20 0 25932 11m 3528 R 5.7 1.2 0:51.32 php5-cgi
24047 vu2002 20 0 25700 11m 3324 S 5.3 1.1 0:10.38 php5-cgi
24112 vu2002 20 0 25440 10m 3324 R 5.3 1.1 0:09.28 php5-cgi
24056 vu2002 20 0 25440 10m 3324 S 4.0 1.1 0:09.44 php5-cgi
24113 vu2002 20 0 25440 10m 3324 S 4.0 1.1 0:08.84 php5-cgi
24185 vu2002 20 0 25440 10m 3324 S 3.3 1.1 0:04.82 php5-cgi
24313 vu2002 20 0 25060 10m 3020 R 2.7 1.0 0:00.08 php5-cgi
24311 vu2002 20 0 19644 6000 4176 S 1.3 0.6 0:00.04 php5-cgi
23024 teamspea 20 0 81208 2648 1548 S 1.0 0.3 83:35.35 server_linux
23953 root 20 0 8836 2988 1860 S 0.7 0.3 0:00.28 ab
5096 root 20 0 90192 3960 1412 S 0.3 0.4 38:16.46 python2.4
Apache einstellung:
Code:
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
ServerLimit 1024
MaxClients 512
MaxRequestsPerChild 0
</IfModule>
my.cnf
Code:
# * Fine Tuning
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 128K
thread_cache_size = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
#max_connections = 100
table_cache = 580
sort_buffer_size = 1M
read_rnd_buffer_size = 128k
max_heap_table_size = 25M
low_priority_updates=1
concurrent_insert=2
# * Query Cache Configuration
#
query_cache_limit = 7M
query_cache_size = 8M
#
# * Logging and Replication
#
log-slow-queries = /var/log/mysql/slow-query.log
long_query_time = 4
log-queries-not-using-indexes
skip_innodb
Kann mir jemand bei meinem Problem helfen? Ich finde einfach nicht die Richtige einstellung.
mfg
the_condor