HiGhDeNsItY
New Member
Hallo zusammen, ich hoffe Ihr könnt mir weiterhelfen.
Ich habe einen Strato VServer der die letzten 4 Tage permanent unter Volllast fährt. Ich habe schon ein wenig an den Konfigurationsdateien geschraubt, wird aber nichts besser.
Ich hänge euch einfach mal meine Konfigurationsdateien an und hoffe Ihr könnt mir weiter helfen
Meine Konfiguration:
VServer M, 2GB Ram garantiert, 50GB HD, 1CPU Kern Suse 11.1
Uname:
my.cnf
server-tuning.conf
/usr/proc/beancounter
top niedrige load average
top hohe load average
Vielen Dank.
Ich habe einen Strato VServer der die letzten 4 Tage permanent unter Volllast fährt. Ich habe schon ein wenig an den Konfigurationsdateien geschraubt, wird aber nichts besser.
Ich hänge euch einfach mal meine Konfigurationsdateien an und hoffe Ihr könnt mir weiter helfen
Meine Konfiguration:
VServer M, 2GB Ram garantiert, 50GB HD, 1CPU Kern Suse 11.1
Uname:
Code:
Linux h####### 2.6.18-028stab064.7 #1 SMP Wed Aug 26 13:11:07 MSD 2009 i686 athlon i386 GNU/Linux
my.cnf
Code:
# Example MySQL config file for medium systems.
#
# This is for a system with little memory (32M - 64M) where MySQL plays
# an important part, or systems up to 128M where MySQL is used together with
# other programs (such as a web server)
#
# You can copy this file to
# /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is /var/lib/mysql) or
# ~/.my.cnf to set user-specific options.
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.
# The following options will be passed to all MySQL clients
[client]
#password = your_password
port = 3306
socket = /var/lib/mysql/mysql.sock
# Here follows entries for some specific programs
# The MySQL server
[mysqld]
set-variable=local-infile=0
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 32M
max_allowed_packet = 16M
table_cache = 1024
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
log-slow-queries = /var/log/slowquery
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking
# Replication Master Server (default)
# binary logging is required for replication
# log-bin=mysql-bin
# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id = 1
# Replication Slave (comment out master section to use this)
#
# To configure this host as a replication slave, you can choose between
# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
# the syntax is:
#
# CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
# MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
#
# where you replace <host>, <user>, <password> by quoted strings and
# <port> by the master's port number (3306 by default).
#
# Example:
#
# CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
# MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
#
# 2) Set the variables below. However, in case you choose this method, then
# start replication for the first time (even unsuccessfully, for example
# if you mistyped the password in master-password and the slave fails to
# connect), the slave will create a master.info file, and any later
# change in this file to the variables' values below will be ignored and
# overridden by the content of the master.info file, unless you shutdown
# the slave server, delete master.info and restart the slaver server.
# For that reason, you may want to leave the lines below untouched
# (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id = 2
#
# The replication master for this slave - required
#master-host = <hostname>
#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user = <username>
#
# The password the slave will authenticate with when connecting to
# the master - required
#master-password = <password>
#
# The port the master is listening on.
# optional - defaults to 3306
#master-port = <port>
#
# binary logging - not required for slaves, but recommended
#log-bin=mysql-bin
# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-update = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using BDB tables
#bdb_cache_size = 4M
#bdb_max_lock = 10000
#skip-innodb
# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
# innodb_buffer_pool_size = 16M
set-variable = innodb_buffer_pool_size=16M
# innodb_additional_mem_pool_size = 2M
set-variable = innodb_additional_mem_pool_size=500K
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
# innodb_log_buffer_size = 8M
set-variable = innodb_log_buffer_size=500K
innodb_flush_log_at_trx_commit = 2
innodb_lock_wait_timeout = 50
# The safe_mysqld script
skip-bdb
set-variable = innodb_thread_concurrency=2
[safe_mysqld]
log-error=/var/lib/mysql/mysqld.log
skip-bdb
set-variable = innodb_buffer_pool_size=2M
set-variable = innodb_additional_mem_pool_size=500K
set-variable = innodb_log_buffer_size=500K
set-variable = innodb_thread_concurrency=2
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates
[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M
[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
[mysqld_multi]
mysqld = /usr/bin/mysqld_safe
mysqladmin = /usr/bin/mysqladmin
log = /var/log/mysqld_multi.log
# user = multi_admin
# password = secret
# If you want to use mysqld_multi uncomment 1 or more mysqld sections
# below or add your own ones.
# WARNING
# --------
# If you uncomment mysqld1 than make absolutely sure, that database mysql,
# configured above, is not started. This may result in corrupted data!
# [mysqld1]
# port = 3306
# datadir = /var/lib/mysql
# pid-file = /var/lib/mysql/mysqld.pid
# socket = /var/lib/mysql/mysql.sock
# user = mysql
# [mysqld2]
# port = 3307
# datadir = /var/lib/mysql-databases/mysqld2
# pid-file = /var/lib/mysql-databases/mysqld2/mysql.pid
# socket = /var/lib/mysql-databases/mysqld2/mysql.sock
# user = mysql
# [mysqld3]
# port = 3308
# datadir = /var/lib/mysql-databases/mysqld3
# pid-file = /var/lib/mysql-databases/mysqld3/mysql.pid
# socket = /var/lib/mysql-databases/mysqld3/mysql.sock
# user = mysql
# [mysqld6]
# port = 3309
# datadir = /var/lib/mysql-databases/mysqld6
# pid-file = /var/lib/mysql-databases/mysqld6/mysql.pid
# socket = /var/lib/mysql-databases/mysqld6/mysql.sock
# user = mysql
server-tuning.conf
Code:
##
## Server-Pool Size Regulation (MPM specific)
##
# the MPM (multiprocessing module) is not a dynamically loadable module in the
# sense of other modules. It is a compile time decision which one is used. We
# provide different apache2 MPM packages, containing different httpd2 binaries
# compiled with the available MPMs. See APACHE_MPM in /etc/sysconfig/apache2.
# prefork MPM
<IfModule prefork.c>
# number of server processes to start
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#startservers
StartServers 5
# minimum number of server processes which are kept spare
# http://httpd.apache.org/docs/2.2/mod/prefork.html#minspareservers
MinSpareServers 5
# maximum number of server processes which are kept spare
# http://httpd.apache.org/docs/2.2/mod/prefork.html#maxspareservers
MaxSpareServers 10
# highest possible MaxClients setting for the lifetime of the Apache process.
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#serverlimit
ServerLimit 150
# maximum number of server processes allowed to start
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients
MaxClients 150
# maximum number of requests a server process serves
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxrequestsperchild
MaxRequestsPerChild 0
</IfModule>
# worker MPM
<IfModule worker.c>
# initial number of server processes to start
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#startservers
StartServers 3
# minimum number of worker threads which are kept spare
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#minsparethreads
MinSpareThreads 25
# maximum number of worker threads which are kept spare
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxsparethreads
MaxSpareThreads 75
# upper limit on the configurable number of threads per child process
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadlimit
ThreadLimit 64
# maximum number of simultaneous client connections
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients
MaxClients 150
# number of worker threads created by each child process
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadsperchild
ThreadsPerChild 25
# maximum number of requests a server process serves
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxrequestsperchild
# http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxrequestsperchild
MaxRequestsPerChild 0
</IfModule>
#
# 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 100
#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 2
#
# EnableMMAP: Control whether memory-mapping is used to deliver
# files (assuming that the underlying OS supports it).
# The default is on; turn this off if you serve from NFS-mounted
# filesystems. On some systems, turning it off (regardless of
# filesystem) can improve performance; for details, please see
# http://httpd.apache.org/docs-2.2/mod/core.html#enablemmap
#
#EnableMMAP off
#
# EnableSendfile: Control whether the sendfile kernel support is
# used to deliver files (assuming that the OS supports it).
# The default is on; turn this off if you serve from NFS-mounted
# filesystems. Please see
# http://httpd.apache.org/docs-2.2/mod/core.html#enablesendfile
#
#EnableSendfile off
<IfModule mod_setenvif.c>
#
# The following directives modify normal HTTP response behavior to
# handle known problems with browser implementations.
#
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
#
# The following directive disables redirects on non-GET requests for
# a directory that does not include the trailing slash. This fixes a
# problem with Microsoft WebFolders which does not appropriately handle
# redirects for folders with DAV methods.
# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully
</IfModule>
HostnameLookups Off
/usr/proc/beancounter
Code:
cat /proc/user_beancounters
Version: 2.5
uid resource held maxheld barrier limit failcnt
1643064: kmemsize 13677941 23470641 9223372036854775807 9223372036854775807 0
lockedpages 0 8 9223372036854775807 9223372036854775807 0
privvmpages 174542 283821 9223372036854775807 9223372036854775807 0
shmpages 6465 21761 9223372036854775807 9223372036854775807 0
dummy 0 0 9223372036854775807 9223372036854775807 0
numproc 62 130 9223372036854775807 9223372036854775807 0
physpages 101220 181828 9223372036854775807 9223372036854775807 0
vmguarpages 0 0 9223372036854775807 9223372036854775807 0
oomguarpages 105148 182012 9223372036854775807 9223372036854775807 0
numtcpsock 30 129 9223372036854775807 9223372036854775807 0
numflock 9 21 9223372036854775807 9223372036854775807 0
numpty 1 3 9223372036854775807 9223372036854775807 0
numsiginfo 0 36 9223372036854775807 9223372036854775807 0
tcpsndbuf 762480 5737760 9223372036854775807 9223372036854775807 0
tcprcvbuf 491520 10731920 9223372036854775807 9223372036854775807 0
othersockbuf 31696 1620672 9223372036854775807 9223372036854775807 0
dgramrcvbuf 0 301392 9223372036854775807 9223372036854775807 0
numothersock 24 122 9223372036854775807 9223372036854775807 0
dcachesize 4459591 5579818 9223372036854775807 9223372036854775807 0
numfile 5516 9233 9223372036854775807 9223372036854775807 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
numiptent 58 58 9223372036854775807 9223372036854775807 0
top niedrige load average
Code:
top - 13:47:04 up 1 day, 16:19, 1 user, load average: 0.84, 2.61, 3.28
Tasks: 47 total, 4 running, 43 sleeping, 0 stopped, 0 zombie
Cpu(s): 96.5%us, 3.5%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 4194304k total, 423968k used, 3770336k free, 0k buffers
Swap: 0k total, 0k used, 0k free, 0k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
28018 wwwrun 16 0 81132 50m 4660 R 48.0 1.2 0:22.76 httpd2-prefork
30130 mysql 15 0 168m 38m 5164 S 26.8 0.9 23:43.80 mysqld
1 root 15 0 1008 368 316 S 0.0 0.0 0:01.57 init
1817 qmailr 15 0 3760 940 724 S 0.0 0.0 0:00.03 qmail-remote.mo
1821 qmailr 15 0 3760 936 724 S 0.0 0.0 0:00.05 qmail-remote.mo
5303 wwwrun 15 0 64756 34m 3968 S 0.0 0.8 0:02.62 httpd2-prefork
5314 wwwrun 15 0 112m 84m 4000 S 0.0 2.1 0:12.34 httpd2-prefork
5315 wwwrun 15 0 64244 34m 4016 S 0.0 0.8 0:03.41 httpd2-prefork
5353 wwwrun 15 0 64784 35m 5040 S 0.0 0.9 0:03.53 httpd2-prefork
5540 popuser 15 0 3752 1088 716 S 0.0 0.0 0:00.18 pop3d
5570 wwwrun 15 0 45448 14m 2620 S 0.0 0.3 0:00.03 httpd2-prefork
5927 qmailr 15 0 3760 932 724 S 0.0 0.0 0:00.03 qmail-remote.mo
7729 popuser 15 0 6284 1328 1048 S 0.0 0.0 0:00.01 imapd
7941 qmailr 15 0 3740 924 716 S 0.0 0.0 0:00.57 qmail-remote.mo
9702 root 18 0 32872 28m 3148 S 0.0 0.7 0:02.73 spamd
9789 root 15 0 11508 3124 2380 R 0.0 0.1 0:00.45 sshd
9842 root 15 0 5240 2432 1676 S 0.0 0.1 0:00.12 bash
9879 root 15 0 2432 1080 848 R 0.0 0.0 0:03.76 top
15781 root 15 -4 3016 1120 484 S 0.0 0.0 0:00.05 udevd
17840 root 18 0 43580 1436 936 R 0.0 0.0 0:15.74 rsyslogd
17872 root 15 0 5036 760 532 S 0.0 0.0 0:00.66 couriertcpd
17874 root 18 0 3612 852 656 S 0.0 0.0 0:00.35 courierlogger
17883 root 15 0 5036 756 532 S 0.0 0.0 0:00.06 couriertcpd
17885 root 18 0 3612 852 656 S 0.0 0.0 0:00.04 courierlogger
17892 root 15 0 5036 756 532 S 0.0 0.0 0:00.92 couriertcpd
17894 root 18 0 3612 852 656 S 0.0 0.0 0:00.50 courierlogger
17903 root 15 0 5036 760 532 S 0.0 0.0 0:00.91 couriertcpd
17905 root 18 0 3612 852 656 S 0.0 0.0 0:00.58 courierlogger
17916 root 18 0 6484 1096 664 S 0.0 0.0 0:00.03 sshd
17924 root 15 0 2576 888 724 S 0.0 0.0 0:01.09 xinetd
17938 root 15 0 2336 792 628 S 0.0 0.0 0:00.35 cron
17994 named 19 0 44580 8776 2084 S 0.0 0.2 0:00.06 named
18192 qmails 16 0 1824 512 420 S 0.0 0.0 0:07.14 qmail-send
18193 qmaill 17 0 1776 488 416 S 0.0 0.0 0:00.86 splogger
18194 root 15 0 1804 392 296 S 0.0 0.0 0:01.22 qmail-lspawn
18195 qmailr 15 0 1800 396 300 S 0.0 0.0 0:00.06 qmail-rspawn
18196 qmailq 18 0 1772 364 300 S 0.0 0.0 0:00.92 qmail-clean
19493 sw-cp-se 15 0 5548 2976 1552 S 0.0 0.1 0:04.31 sw-cp-serverd
19538 root 15 0 7760 3624 1060 S 0.0 0.1 0:00.09 fail2ban-server
21768 root 15 0 45304 19m 8244 S 0.0 0.5 0:00.64 httpd2-prefork
21769 wwwrun 15 0 44312 11m 480 S 0.0 0.3 0:00.00 httpd2-prefork
21847 wwwrun 15 0 64784 35m 4860 S 0.0 0.9 0:13.66 httpd2-prefork
28099 wwwrun 15 0 65160 35m 4592 S 0.0 0.9 0:02.96 httpd2-prefork
29739 wwwrun 15 0 66396 36m 4252 S 0.0 0.9 0:05.01 httpd2-prefork
29925 popuser 15 0 42828 38m 3112 S 0.0 0.9 1:02.75 spamd
30084 root 25 0 2936 1300 1104 S 0.0 0.0 0:00.01 mysqld_safe
32609 wwwrun 15 0 65500 35m 3892 S 0.0 0.9 0:02.56 httpd2-prefork
top hohe load average
Code:
top - 13:39:40 up 1 day, 16:12, 1 user, load average: 12.32, 5.82, 3.91
Tasks: 50 total, 12 running, 38 sleeping, 0 stopped, 0 zombie
Cpu(s): 94.7%us, 5.3%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 4194304k total, 371176k used, 3823128k free, 0k buffers
Swap: 0k total, 0k used, 0k free, 0k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
32709 wwwrun 16 0 83788 54m 6348 R 34.8 1.3 2:47.62 httpd2-prefork
30130 mysql 15 0 168m 38m 5164 S 25.6 0.9 23:08.48 mysqld
32610 wwwrun 16 0 76160 46m 5092 R 9.9 1.1 0:05.35 httpd2-prefork
28018 wwwrun 15 0 77292 46m 4080 S 2.6 1.1 0:08.86 httpd2-prefork
28089 wwwrun 16 0 77972 47m 4372 R 1.3 1.2 0:13.73 httpd2-prefork
9879 root 15 0 2432 1080 848 R 0.3 0.0 0:02.94 top
28099 wwwrun 15 0 57320 27m 3836 S 0.3 0.7 0:00.56 httpd2-prefork
32605 wwwrun 15 0 45440 14m 2636 S 0.3 0.3 0:00.02 httpd2-prefork
1 root 15 0 1008 368 316 S 0.0 0.0 0:01.57 init
1620 wwwrun 18 0 45304 14m 2612 R 0.0 0.3 0:00.00 httpd2-prefork
1641 root 15 0 3804 1668 1360 S 0.0 0.0 0:00.03 couriertls
1739 root 15 0 24780 1004 784 S 0.0 0.0 0:00.00 authpsa
1817 qmailr 15 0 3760 940 724 S 0.0 0.0 0:00.03 qmail-remote.mo
1821 qmailr 15 0 3760 936 724 S 0.0 0.0 0:00.04 qmail-remote.mo
1898 jamdesig 15 0 7308 3068 2096 S 0.0 0.1 0:00.24 in.proftpd
1990 root 16 0 24780 1000 784 S 0.0 0.0 0:00.00 authpsa
5927 qmailr 15 0 3760 932 724 S 0.0 0.0 0:00.03 qmail-remote.mo
7941 qmailr 15 0 3740 924 716 S 0.0 0.0 0:00.57 qmail-remote.mo
9702 root 18 0 32872 28m 3148 R 0.0 0.7 0:02.71 spamd
9789 root 15 0 11508 3124 2380 R 0.0 0.1 0:00.36 sshd
9842 root 15 0 5240 2432 1676 S 0.0 0.1 0:00.12 bash
15781 root 15 -4 3016 1120 484 S 0.0 0.0 0:00.05 udevd
16354 wwwrun 15 0 63080 34m 6516 S 0.0 0.8 1:40.31 httpd2-prefork
17840 root 18 0 43580 1436 936 R 0.0 0.0 0:15.66 rsyslogd
17872 root 15 0 5036 760 532 S 0.0 0.0 0:00.66 couriertcpd
17874 root 18 0 3612 852 656 R 0.0 0.0 0:00.35 courierlogger
17883 root 15 0 5036 756 532 S 0.0 0.0 0:00.06 couriertcpd
17885 root 18 0 3612 852 656 S 0.0 0.0 0:00.04 courierlogger
17892 root 15 0 5036 756 532 S 0.0 0.0 0:00.92 couriertcpd
17894 root 18 0 3612 852 656 R 0.0 0.0 0:00.50 courierlogger
17903 root 15 0 5036 760 532 S 0.0 0.0 0:00.91 couriertcpd
17905 root 18 0 3612 852 656 R 0.0 0.0 0:00.58 courierlogger
17916 root 18 0 6484 1096 664 S 0.0 0.0 0:00.03 sshd
17924 root 15 0 2576 888 724 S 0.0 0.0 0:01.09 xinetd
17938 root 15 0 2336 792 628 S 0.0 0.0 0:00.35 cron
17994 named 19 0 44580 8776 2084 S 0.0 0.2 0:00.06 named
18192 qmails 16 0 1824 512 420 S 0.0 0.0 0:07.11 qmail-send
18193 qmaill 17 0 1776 488 416 S 0.0 0.0 0:00.85 splogger
18194 root 15 0 1804 392 296 S 0.0 0.0 0:01.22 qmail-lspawn
18195 qmailr 15 0 1800 396 300 S 0.0 0.0 0:00.05 qmail-rspawn
18196 qmailq 18 0 1772 364 300 S 0.0 0.0 0:00.91 qmail-clean
19493 sw-cp-se 15 0 5548 2976 1552 S 0.0 0.1 0:04.31 sw-cp-serverd
19538 root 15 0 7760 3624 1060 S 0.0 0.1 0:00.09 fail2ban-server
21768 root 18 0 45304 19m 8244 R 0.0 0.5 0:00.62 httpd2-prefork
21769 wwwrun 15 0 44312 11m 480 S 0.0 0.3 0:00.00 httpd2-prefork
21847 wwwrun 15 0 64776 35m 4856 S 0.0 0.9 0:08.98 httpd2-prefork
29739 wwwrun 15 0 56020 26m 3936 S 0.0 0.6 0:01.28 httpd2-prefork
29925 popuser 15 0 42828 38m 3112 S 0.0 0.9 1:00.80 spamd
Vielen Dank.