Forum Moderators: phranque

Message Too Old, No Replies

high mysql server load

please advice about my My.cnf

         

zomber

12:20 am on Jul 7, 2011 (gmt 0)

10+ Year Member



hi
i have a busy classified ads website with some 2000 visitors per day , sometimes im seeing a very high cpu usage by mysql 14 (4cpus)

my server attributes are :

Intel Core 2 Quad
Hardware
2.33GHz Intel Core 2 Quad Q8200
4GB DDR2
1000GB SATAII
Network
10TB (10,000GB) Transfer / 100Mbps Port
Software
CentOS 5.3

and here is My.cnf

[mysqld]
#log-slow-queries = /var/log/mysql-slow.log
long_query_time = 3
#skip-name-resolve
safe-show-database
#old_passwords
back_log = 50
skip-innodb
max_connections = 1500
max_user_connections = 1000
key_buffer_size = 2084M
myisam_sort_buffer_size = 256M
myisam_max_sort_file_size = 2048M
join_buffer_size = 8M
read_buffer_size = 8M
sort_buffer_size = 8M
table_cache = 36272
thread_cache_size = 1024
wait_timeout = 1000
interactive_timeout = 500
connect_timeout = 600
tmp_table_size = 512M
max_heap_table_size = 256M
max_allowed_packet = 128M
net_buffer_length = 16384
max_connect_errors = 100000
thread_concurrency = 16
concurrent_insert = 2
table_lock_wait_timeout = 30
read_rnd_buffer_size = 8M
bulk_insert_buffer_size = 8M
query_cache_limit = 4M
query_cache_size = 128M
query_cache_type = 1
query_prealloc_size = 262144
query_alloc_block_size = 65536
range_alloc_block_size = 4096
transaction_alloc_block_size = 8192
transaction_prealloc_size = 4096
default-storage-engine = MyISAM
max_write_lock_count = 8
local-infile=0

[mysqld_safe]
nice = -10
open_files_limit = 16344

[mysqldump]
quick
max_allowed_packet = 128M

[myisamchk]
key_buffer_size = 512M
sort_buffer_size = 16M
read_buffer_size = 16M
write_buffer_size = 16M

[mysqlhotcopy]
interactive-timeout
socket = /var/lib/mysql/mysql.sock



can someone please advise me something about my.cnf, i think im mistaken something in it, i've installed nginx with apache to serve static and images without success till now

wheel

1:05 am on Jul 7, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm screwing around with trying to monitor my mysql stats right now too. Have a look at installing 'mytop'. I haven't figured out how to use it myself, but I think it may have some useful information in determining where any mysql pigs are.

d3vrandom

7:30 am on Jul 7, 2011 (gmt 0)

10+ Year Member



What's your server load?

zomber

8:30 pm on Jul 8, 2011 (gmt 0)

10+ Year Member



d3vrandom
my server load sometimes go to 14 cpus !

zomber

8:32 pm on Jul 8, 2011 (gmt 0)

10+ Year Member



after installing nginx im getting more emails from the root about the high load :

Time: Fri Jul 8 23:31:18 2011 +0300
1 Min Load Avg: 7.71
5 Min Load Avg: 6.20
15 Min Load Avg: 5.74
Running/Total Processes: 5/337

d3vrandom

7:30 am on Jul 9, 2011 (gmt 0)

10+ Year Member



Why did you install nginx? If your site is powered by php then apache is the best for you. Nginx and most other alternative web servers are best for serving static content. Now if your reverse proxying the dynamic content to apache then its ok..

Install apc. Its a php caching tool that saves a lot of CPU cycles. Also post the result of free -m when you have high server load. It maybe you're running out of memory and that is causing the high load. Finally a server load of 2x Core count i.e. 8 in your case isn't so bad. Linux can easily handle that. And peaks of 14 or whatever are ok as long as they're short lived.

zomber

2:44 am on Jul 16, 2011 (gmt 0)

10+ Year Member



d3vrandom thanks a lot for your advice , the high load come from mysql exactly not from php

zomber

8:31 am on Jul 17, 2011 (gmt 0)

10+ Year Member



do you mean this ? sorry for the long text

                  



Output from ps:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 2160 676 ? Ss Jul06 0:03 init [3]
root 2 0.0 0.0 0 0 ? S< Jul06 0:03 [migration/0]
root 3 0.0 0.0 0 0 ? SN Jul06 0:01 [ksoftirqd/0]
root 4 0.0 0.0 0 0 ? S< Jul06 0:00 [watchdog/0]
root 5 0.0 0.0 0 0 ? S< Jul06 0:03 [migration/1]
root 6 0.0 0.0 0 0 ? SN Jul06 0:01 [ksoftirqd/1]
root 7 0.0 0.0 0 0 ? S< Jul06 0:00 [watchdog/1]
root 8 0.0 0.0 0 0 ? S< Jul06 0:04 [migration/2]
root 9 0.0 0.0 0 0 ? SN Jul06 0:01 [ksoftirqd/2]
root 10 0.0 0.0 0 0 ? S< Jul06 0:00 [watchdog/2]
root 11 0.0 0.0 0 0 ? S< Jul06 0:04 [migration/3]
root 12 0.0 0.0 0 0 ? SN Jul06 0:01 [ksoftirqd/3]
root 13 0.0 0.0 0 0 ? S< Jul06 0:00 [watchdog/3]
root 14 0.0 0.0 0 0 ? S< Jul06 0:17 [events/0]
root 15 0.0 0.0 0 0 ? S< Jul06 0:30 [events/1]
root 16 0.0 0.0 0 0 ? S< Jul06 0:14 [events/2]
root 17 0.0 0.0 0 0 ? S< Jul06 0:13 [events/3]
root 18 0.0 0.0 0 0 ? S< Jul06 0:00 [khelper]
root 19 0.0 0.0 0 0 ? S< Jul06 0:00 [kthread]
root 25 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kblockd/0]
root 26 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kblockd/1]
root 27 0.0 0.0 0 0 ? S< Jul06 0:02 \_ [kblockd/2]
root 28 0.0 0.0 0 0 ? S< Jul06 0:01 \_ [kblockd/3]
root 29 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kacpid]
root 122 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [cqueue/0]
root 123 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [cqueue/1]
root 124 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [cqueue/2]
root 125 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [cqueue/3]
root 128 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [khubd]
root 130 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kseriod]
root 204 0.0 0.0 0 0 ? S Jul06 0:00 \_ [khungtaskd]
root 205 0.0 0.0 0 0 ? S Jul06 0:00 \_ [pdflush]
root 206 0.0 0.0 0 0 ? S Jul06 1:41 \_ [pdflush]
root 207 0.0 0.0 0 0 ? S< Jul06 0:10 \_ [kswapd0]
root 208 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [aio/0]
root 209 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [aio/1]
root 210 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [aio/2]
root 211 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [aio/3]
root 369 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kpsmoused]
root 414 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ata/0]
root 415 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ata/1]
root 416 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ata/2]
root 417 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ata/3]
root 418 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ata_aux]
root 424 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [scsi_eh_0]
root 425 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [scsi_eh_1]
root 441 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kstriped]
root 462 0.0 0.0 0 0 ? S< Jul06 0:23 \_ [kjournald]
root 487 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kauditd]
root 1378 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kmpathd/0]
root 1379 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kmpathd/1]
root 1380 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kmpathd/2]
root 1381 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kmpathd/3]
root 1382 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kmpath_handlerd]
root 1412 0.0 0.0 0 0 ? S< Jul06 1:08 \_ [kjournald]
root 1414 0.0 0.0 0 0 ? S< Jul06 1:07 \_ [kjournald]
root 1416 0.0 0.0 0 0 ? S< Jul06 1:31 \_ [kjournald]
root 1418 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [kjournald]
root 1420 0.0 0.0 0 0 ? S< Jul06 0:50 \_ [kjournald]
root 1756 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [iscsi_eh]
root 1843 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ib_addr]
root 1859 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ib_mcast]
root 1860 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ib_inform]
root 1861 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [local_sa]
root 1867 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [iw_cm_wq]
root 1873 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ib_cm/0]
root 1874 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ib_cm/1]
root 1875 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ib_cm/2]
root 1876 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [ib_cm/3]
root 1882 0.0 0.0 0 0 ? S< Jul06 0:00 \_ [rdma_cm]
root 520 0.0 0.0 2392 640 ? S<s Jul06 0:00 /sbin/udevd -d
root 1571 0.0 0.0 4628 1252 tty8 Ss+ Jul06 0:00 /bin/bash
root 1902 0.0 0.0 22456 432 ? Ssl Jul06 0:00 brcm_iscsiuio
root 1907 0.0 0.0 3700 428 ? Ss Jul06 0:03 iscsid
root 1908 0.0 0.1 4156 4152 ? S<Ls Jul06 0:00 iscsid
root 2138 0.0 0.0 13672 880 ? S<sl Jul06 0:03 auditd
root 2140 0.0 0.0 13196 944 ? S<sl Jul06 0:01 \_ /sbin/audispd
root 2348 0.0 0.0 1816 580 ? Ss Jul06 0:03 syslogd -m 0
root 2351 0.0 0.0 1764 408 ? Ss Jul06 0:00 klogd -x
root 2365 0.0 0.0 2560 380 ? Ss Jul06 0:12 irqbalance
dbus 2421 0.0 0.0 2848 916 ? Ss Jul06 0:00 dbus-daemon --system
root 2457 0.0 0.0 1760 544 ? Ss Jul06 0:00 /usr/sbin/acpid
root 2497 0.0 0.0 30440 1384 ? Ssl Jul06 0:07 automount
root 2527 0.0 0.0 7208 1064 ? Ss Jul06 0:00 /usr/sbin/sshd
root 2542 0.0 0.0 4628 1228 ? S Jul06 0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/server.morhost.com.pid
mysql 2569 201 12.4 2407200 514060 ? S<l Jul06 32938:15 \_ /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/server.morhost.com.pid --skip-external-locking
root 4113 0.0 0.0 7664 1188 ? Ss Jul06 0:00 pure-ftpd (SERVER)
root 4115 0.0 0.0 7132 916 ? S Jul06 0:00 /usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/sbin/pureauth
root 4128 0.0 0.0 5376 1112 ? Ss Jul06 0:02 crond
root 4281 0.0 0.1 10024 5956 ? Ss Jul06 0:32 /usr/sbin/munin-node
68 4830 0.0 0.0 5928 4012 ? Ss Jul06 0:03 hald
root 4831 0.0 0.0 3264 1116 ? S Jul06 0:00 \_ hald-runner
68 4845 0.0 0.0 2108 808 ? S Jul06 0:00 \_ hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
root 4916 0.0 0.1 10220 4784 ? Ss Jul06 0:00 watchmysql
root 4935 0.0 0.0 1772 420 ? Ss Jul06 0:00 /usr/sbin/portsentry -tcp
root 5090 0.0 0.0 3612 516 ? S Jul06 0:00 /usr/sbin/smartd -q never
root 5106 0.0 0.0 1748 444 tty1 Ss+ Jul06 0:00 /sbin/mingetty tty1
root 5107 0.0 0.0 1748 448 tty2 Ss+ Jul06 0:00 /sbin/mingetty tty2
root 5108 0.0 0.0 1748 448 tty3 Ss+ Jul06 0:00 /sbin/mingetty tty3
root 5109 0.0 0.0 1748 448 tty4 Ss+ Jul06 0:00 /sbin/mingetty tty4
root 5115 0.0 0.0 1748 444 tty5 Ss+ Jul06 0:00 /sbin/mingetty tty5
root 5122 0.0 0.0 1748 444 tty6 Ss+ Jul06 0:00 /sbin/mingetty tty6
root 5247 0.0 0.2 26020 10520 ? SN Jul06 0:00 /usr/bin/python -tt /usr/sbin/yum-updatesd
root 5257 0.0 0.0 2656 1148 ? SN Jul06 0:10 /usr/libexec/gam_server
named 15553 0.0 0.1 72348 4836 ? Ssl Jul06 2:58 /usr/sbin/named -u named
root 24269 0.0 0.0 1748 320 ? S Jul11 0:00 /usr/sbin/courierlogger -pid=/var/spool/authdaemon/pid -facility=mail -start /usr/libexec/courier-authlib/authdaemond
root 24270 0.0 0.0 2096 628 ? S Jul11 0:00 \_ /usr/libexec/courier-authlib/authdaemond
root 24271 0.0 0.0 2096 368 ? S Jul11 0:00 \_ /usr/libexec/courier-authlib/authdaemond
root 25871 0.0 0.0 6728 2892 ? S Jul15 0:00 | \_ /etc/authlib/authProg
root 24272 0.0 0.0 2096 368 ? S Jul11 0:00 \_ /usr/libexec/courier-authlib/authdaemond
root 31078 0.0 0.0 6728 2892 ? S Jul14 0:00 | \_ /etc/authlib/authProg
root 24273 0.0 0.0 2096 368 ? S Jul11 0:00 \_ /usr/libexec/courier-authlib/authdaemond
root 1491 0.0 0.0 6728 2896 ? S Jul11 0:00 | \_ /etc/authlib/authProg
root 24274 0.0 0.0 2096 368 ? S Jul11 0:00 \_ /usr/libexec/courier-authlib/authdaemond
root 28077 0.0 0.0 6728 2896 ? S Jul11 0:00 | \_ /etc/authlib/authProg
root 24275 0.0 0.0 2096 368 ? S Jul11 0:00 \_ /usr/libexec/courier-authlib/authdaemond
root 25504 0.0 0.0 6728 2896 ? S Jul11 0:00 \_ /etc/authlib/authProg
root 24281 0.0 0.0 1748 316 ? S Jul11 0:00 /usr/sbin/courierlogger -pid=/var/run/imapd.pid -start -name=imapd /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=50 -maxperip=30 -nodnslookup -noidentlookup 143 /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root 24282 0.0 0.0 1860 532 ? S Jul11 0:00 \_ /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=50 -maxperip=30 -nodnslookup -noidentlookup 143 /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root 24288 0.0 0.0 1748 320 ? S Jul11 0:00 /usr/sbin/courierlogger -pid=/var/run/imapd-ssl.pid -start -name=imapd-ssl /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=50 -maxperip=30 -nodnslookup -noidentlookup 993 /usr/lib/courier-imap/bin/couriertls -server -tcpd /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root 24289 0.0 0.0 1860 536 ? S Jul11 0:00 \_ /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=50 -maxperip=30 -nodnslookup -noidentlookup 993 /usr/lib/courier-imap/bin/couriertls -server -tcpd /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root 24294 0.0 0.0 1748 320 ? S Jul11 0:00 /usr/sbin/courierlogger -pid=/var/run/pop3d.pid -start -name=pop3d /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=50 -maxperip=30 -nodnslookup -noidentlookup 110 /usr/lib/courier-imap/sbin/pop3login /usr/lib/courier-imap/bin/pop3d Maildir
root 24295 0.0 0.0 1860 536 ? S Jul11 0:00 \_ /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=50 -maxperip=30 -nodnslookup -noidentlookup 110 /usr/lib/courier-imap/sbin/pop3login /usr/lib/courier-imap/bin/pop3d Maildir
root 24303 0.0 0.0 1748 240 ? S Jul11 0:00 /usr/sbin/courierlogger -pid=/var/run/pop3d-ssl.pid -start -name=pop3d-ssl /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=50 -maxperip=30 -nodnslookup -noidentlookup 995 /usr/lib/courier-imap/bin/couriertls -server -tcpd /usr/lib/courier-imap/sbin/pop3login /usr/lib/courier-imap/bin/pop3d Maildir
root 24304 0.0 0.0 1860 508 ? S Jul11 0:00 \_ /usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=50 -maxperip=30 -nodnslookup -noidentlookup 995 /usr/lib/courier-imap/bin/couriertls -server -tcpd /usr/lib/courier-imap/sbin/pop3login /usr/lib/courier-imap/bin/pop3d Maildir
mailnull 24951 0.0 0.0 10396 1944 ? Ss Jul11 0:02 /usr/sbin/exim -bd -q60m
root 25103 0.0 0.8 37876 35136 ? Ss Jul11 0:49 /usr/bin/spamd -d --allowed-ips=127.0.0.1 --pidfile=/var/run/spamd.pid --max-children=5
root 32658 0.0 0.8 37876 33900 ? S Jul16 0:00 \_ spamd child
root 20008 0.0 1.0 45012 42316 ? S 02:01 0:18 \_ spamd child
root 25183 0.0 0.1 12760 6416 ? Ss Jul11 0:57 /usr/local/apache/bin/httpd -k start -DSSL
root 30836 0.0 0.1 9364 6236 ? S 11:00 0:00 \_ /usr/bin/perl /usr/local/cpanel/bin/leechprotect
root 30842 0.0 0.0 12756 2676 ? S 11:00 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 4571 0.0 0.1 12892 4384 ? S 11:17 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 5097 0.0 0.1 12892 4380 ? S 11:19 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 5117 0.0 0.1 12892 4352 ? S 11:19 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 5168 0.0 0.1 12892 4324 ? S 11:19 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 5468 0.0 0.1 12892 4320 ? S 11:20 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
classifieds 6576 3.0 0.1 13288 5376 ? S 11:23 0:00 | \_ /usr/php4/bin/php /home/classifieds/public_html/product_info.php
nobody 5832 0.0 0.1 12896 4360 ? S 11:20 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 5856 0.0 0.1 12896 4348 ? S 11:20 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 5857 0.0 0.1 12892 4348 ? S 11:20 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
classifieds 6535 0.2 0.1 13292 5468 ? S 11:23 0:00 | \_ /usr/php4/bin/php /home/classifieds/public_html/advanced_search_result.php
nobody 6079 0.0 0.1 12892 4344 ? S 11:21 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6080 0.0 0.1 12892 4324 ? S 11:21 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
classifieds 6579 3.0 0.1 13060 5280 ? S 11:23 0:00 | \_ /usr/php4/bin/php /home/classifieds/public_html/advanced_search_result.php
nobody 6169 0.0 0.1 12896 4316 ? S 11:21 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6172 0.0 0.1 12892 4324 ? S 11:21 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
classifieds 6574 4.0 0.1 13424 5552 ? S 11:23 0:00 | \_ /usr/php4/bin/php /home/classifieds/public_html/product_info.php
nobody 6178 0.0 0.1 12892 4328 ? S 11:21 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6287 0.0 0.1 12896 4304 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6363 0.0 0.1 12892 4316 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6394 0.0 0.1 12896 4312 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6398 0.0 0.1 12896 4364 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
classifieds 6570 2.0 0.1 13052 5272 ? S 11:23 0:00 | \_ /usr/php4/bin/php /home/classifieds/public_html/advanced_search_result.php
nobody 6403 0.0 0.1 12892 4300 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6415 0.0 0.1 12896 4312 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6417 0.0 0.1 12892 4280 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
classifieds 6582 0.0 0.1 13336 5392 ? S 11:23 0:00 | \_ /usr/php4/bin/php /home/classifieds/public_html/product_info.php
nobody 6418 0.0 0.1 12892 4340 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
classifieds 6578 17.0 0.1 13568 5700 ? S 11:23 0:00 | \_ /usr/php4/bin/php /home/classifieds/public_html/index.php
nobody 6420 0.0 0.1 12892 4312 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6421 0.0 0.1 12892 4308 ? S 11:22 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6485 0.0 0.1 12896 4288 ? S 11:23 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6488 0.0 0.1 12896 4276 ? S 11:23 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6536 0.0 0.1 12892 4308 ? S 11:23 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6540 0.0 0.1 12896 4280 ? S 11:23 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6541 0.0 0.1 12760 4224 ? S 11:23 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody 6551 0.0 0.1 12892 4264 ? S 11:23 0:00 \_ /usr/local/apache/bin/httpd -k start -DSSL
root 16424 0.0 0.1 7416 5292 ? S Jul13 0:00 queueprocd - wait to process a task
root 16436 0.0 0.1 9540 6380 ? S Jul13 0:11 tailwatchd
root 16473 0.0 0.1 8048 4404 ? S Jul13 0:00 cPhulkd - processor
root 16489 0.0 0.1 14260 7468 ? S Jul13 0:04 cpsrvd - waiting for connections
root 16499 0.0 0.2 17828 10900 ? S Jul13 0:00 cpdavd - accepting connections on 2077 and 2078
root 16509 0.0 0.0 4992 2052 ? SN Jul13 0:00 cpanellogd - sleeping for logs
root 15961 0.0 0.3 20448 16060 ? Rs 00:00 0:08 lfd - processing
root 6583 0.0 0.3 20448 15192 ? S 11:23 0:00 \_ lfd - (child) checking load...
root 6584 0.0 0.0 4460 944 ? R 11:23 0:00 \_ /bin/ps axuf