Was meint ihr darüber ?

Alex33Kassel

New Member
Code:
Top
Tasks: 101 total,   2 running,  99 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   3059316k total,  3019680k used,    39636k free,   318244k buffers
Swap:   999992k total,      448k used,   999544k free,  2030940k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
21364 root      15   0 10596 1316  956 R    0  0.0   0:00.03 top
    1 root      15   0  6124  684  560 S    0  0.0   0:01.81 init
    2 root      RT   0     0    0    0 S    0  0.0   0:00.16 migration/0
    3 root      34  19     0    0    0 S    0  0.0   0:00.09 ksoftirqd/0
    4 root      RT   0     0    0    0 S    0  0.0   0:00.00 watchdog/0
    5 root      RT   0     0    0    0 S    0  0.0   0:00.06 migration/1
    6 root      34  19     0    0    0 S    0  0.0   0:00.12 ksoftirqd/1
    7 root      RT   0     0    0    0 S    0  0.0   0:00.00 watchdog/1
    8 root      10  -5     0    0    0 S    0  0.0   0:00.00 events/0
    9 root      10  -5     0    0    0 S    0  0.0   0:00.00 events/1
   10 root      10  -5     0    0    0 S    0  0.0   0:00.00 khelper
   11 root      10  -5     0    0    0 S    0  0.0   0:00.00 kthread
   16 root      10  -5     0    0    0 S    0  0.0   0:00.02 kblockd/0
   17 root      10  -5     0    0    0 S    0  0.0   0:00.01 kblockd/1
   20 root      10  -5     0    0    0 S    0  0.0   0:00.00 khubd
   22 root      10  -5     0    0    0 S    0  0.0   0:00.00 kseriod
  102 root      15   0     0    0    0 S    0  0.0   0:00.02 pdflush
  103 root      15   0     0    0    0 S    0  0.0   0:02.31 pdflush
  104 root      10  -5     0    0    0 S    0  0.0   0:01.49 kswapd0
  105 root      16  -5     0    0    0 S    0  0.0   0:00.00 aio/0
  106 root      16  -5     0    0    0 S    0  0.0   0:00.00 aio/1
  338 root      15  -5     0    0    0 S    0  0.0   0:00.00 ata/0
  339 root      15  -5     0    0    0 S    0  0.0   0:00.00 ata/1
  340 root      15  -5     0    0    0 S    0  0.0   0:00.00 ata_aux
  382 root      16  -5     0    0    0 S    0  0.0   0:00.00 scsi_eh_0
  383 root      11  -5     0    0    0 S    0  0.0   0:00.00 scsi_eh_1
  398 root      10  -5     0    0    0 S    0  0.0   0:00.00 scsi_eh_2
  399 root      10  -5     0    0    0 S    0  0.0   0:00.00 scsi_eh_3
  979 root      10  -5     0    0    0 S    0  0.0   0:15.39 kjournald
 1159 root      19  -4 10592  704  324 S    0  0.0   0:00.04 udevd
 1455 root      14  -5     0    0    0 S    0  0.0   0:00.00 kpsmoused
 1618 root      17  -5     0    0    0 S    0  0.0   0:00.00 kmirrord
 1653 root      10  -5     0    0    0 S    0  0.0   0:01.61 kjournald
 1917 root      15   0  3732  612  472 S    0  0.0   0:01.12 syslogd
 1923 root      18   0  2656  412  328 S    0  0.0   0:00.00 klogd
 1937 bind      15   0 47804 4436 2096 S    0  0.1   0:00.71 named
 1990 root      25   0 10120 1524 1188 S    0  0.0   0:00.00 mysqld_safe
 2027 mysql     15   0  401m  97m 6432 S    0  3.3   9:53.84 mysqld
 2028 root      18   0  2636  532  452 S    0  0.0   0:00.00 logger
 
Last edited by a moderator:
my.cnf
# * Fine Tuning
#

Code:
key_buffer = 8M
query_cache_size = 64M
max_allowed_packet = 1M
table_cache = 1024
thread_cache_size = 256
sort_buffer_size = 5M
join_buffer = 3M
record_buffer = 3M
myisam_sort_buffer_size = 16M
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
max_connections = 500
connect_timeout = 2
wait_timeout = 120
interactive_timeout = 120
long_query_time = 5
log_slow_queries = On

# * Query Cache Configuration
#
query_cache_limit       = 30M
query_cache_size        = 256M
 
apache2
Code:
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 150

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 1

##
## Server-Pool Size Regulation (MPM specific)
## 

# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_prefork_module>
    StartServers          5
    MinSpareServers       5
    MaxSpareServers      10
    MaxClients          150
    MaxRequestsPerChild   0
</IfModule>

# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_worker_module>
    StartServers          2
    MaxClients          150
    MinSpareThreads      25
    MaxSpareThreads      75 
    ThreadsPerChild      25
    MaxRequestsPerChild   0
</IfModule>
 
Hi.....wenn ich keinen nerve,,,wäre es klasse,,,,wenn ihr dazu mal ein par Worte schreiben würdet. Ob man noch etwas verbessern könnte.

Serverdaten:
AMD Opteron 1214,
DualCore 64 Bit,

3.072 MB DDR2-RAM

Plesk ( neuste Version )
Php,Apache ( neuste Updates )

Debian

Es ist nur 1 Seite darauf in Betrieb....und das ist Joomla CMS.


Mit freundlichen Grüßen

Alex
 
Was willst Du denn optimieren?

Dem Server gehst gut, der hat nichts zu tun und langweilt sich auf 100% idle. :)

Apache & MySQL muss man im Einsatz beobachten um sie zu optimieren, da gibt es nicht DIE optimale Einstellung.
 
Hi

Ich habe ja schon einiges geändert...gegenüber der Originalen Einstellungen.

Oder wollte auch wissen,,,,ob in diesen Einstellungen grobe Schnitzer vorhanden sind.

Die Frage ist für mich....ob man im besonderen für Joomla.....noch ein bissi Performance rauskitzeln kann.

Es ist kein Notfall oder dringender Fall.....sondern einfach mal darüber schreiben.....so als Information.

Mit freundlichen Grüßen

Alex

P.S. Bin gerne hier,,,,die Qualität und das Niveau sind besonders gut hier.
 
Last edited by a moderator:
Wie mein Vorredner schon angedeutet hat, ist die Optimierung ein dynamischer Prozess.
Alles andere ist mit Bomben nach Spatzen werfen.

Wenn der Server noch jungfräulich ist, dann installier ein Joomla.
Und dann fährst Du ein Stresstest. (Dazu kannst Du z.B. Apache's eigenen a2b nutzen.)

huschi.
 
Hi

Stresstest von 1000 Abfragen hat er nicht überlebt.....

100 Abfragen und 100% waren 3,3 sekunden

Nach Neustart lief das system wieder ohne Probleme.

Mit freundlichen Grüßen

Alex
 
Back
Top