Here's another, but I think it did the same thing.  I just ran "ps auxww >
ps2.txt" then attached the file to this email.  Did I miss something?
--
Dan

http://www.moonlightrpg.com
http://www.linkedin.com/in/danbunyard
http://www.danodemano.com
http://www.dansrandomness.com
http://www.danandshelley.com

This is not a problem that requires infinite wisdom, Benj. This is a problem
that requires enough neural organization to qualify as a vertebrate,
apparently a stretch for some folks these days.
~Cecil Adams.


On Thu, Jan 28, 2010 at 17:51, Daniel Reinhardt <crypto...@cryptodan.net>wrote:

>
> --------------------------------------------------
> From: "Dan Bunyard" <danodem...@gmail.com>
> Sent: 28 January, 2010 21:21
>
> To: <users@httpd.apache.org>
> Subject: Re: [us...@httpd] Re: Runaway Apache Process
>
>  Here is a screen shot of top.  The server is currently running just fine.
>> Load average is good a low.  The other two commands produced too much
>> information for a screen shot so I piped them to a test file and attached
>> them.  Thanks for your help!!
>> --
>> Dan
>>
>> http://www.moonlightrpg.com
>> http://www.linkedin.com/in/danbunyard
>> http://www.danodemano.com
>> http://www.dansrandomness.com
>> http://www.danandshelley.com
>>
>> This is not a problem that requires infinite wisdom, Benj. This is a
>> problem
>> that requires enough neural organization to qualify as a vertebrate,
>> apparently a stretch for some folks these days.
>> ~Cecil Adams.
>>
>>
>> On Thu, Jan 28, 2010 at 16:16, Daniel Reinhardt <crypto...@cryptodan.net
>> >wrote:
>>
>>
>>> --------------------------------------------------
>>>
>>> From: "Dan Bunyard" <danodem...@gmail.com>
>>> Sent: 28 January, 2010 19:28
>>>
>>> To: <users@httpd.apache.org>
>>> Subject: Re: [us...@httpd] Re: Runaway Apache Process
>>>
>>>
>>>  @Peter
>>>
>>>> Is there database access during this? I'm not sure, a few people
>>>> mentioned
>>>> checking this the next time it happened, so I will check
>>>>
>>>> -What external dependencies are there (if any)?
>>>>   - Databases? There are some LOCAL database calls to MySQL running on
>>>> the same server, that it all
>>>>   - External Calls?
>>>>
>>>> -Do you have high timeouts on anything?  Not sure what you mean hear,
>>>> when
>>>> this happens pages take a VERY long time to load, if at all
>>>>
>>>> -Is it just very inefficient code?  Not likely, the same code has been
>>>> used
>>>> on other machines withouh any problem.
>>>>
>>>> At this point (in my experience), if you do not see a clear indication
>>>> of
>>>> the issue in the apache logs, it's not apache.  I have enabled forensic
>>>> logging to help trace the problem the next time it happens.
>>>>
>>>> @Daniel Reinhardt
>>>> I don't really think that CPU is the issue.  As others have mentioned
>>>> the
>>>> hits are very low and I simply host a few blogs, some dev sites, and
>>>> other
>>>> misc things.  I once ran an very popular game site (getting upwards of 1
>>>> million hits a month with a database back end) on a low-end Athlon XP
>>>> processor with 768MB of RAM and it ran fine.  It was Win 2000 running
>>>> Xampp.
>>>>
>>>> I am running 64Bit Fedora currently but I don't believe that RAM is the
>>>> issue either.
>>>>
>>>> I will be sure to block that IP address.
>>>>
>>>> @Nicholas Sherlock
>>>> That is correct, I don't run anything very impressive at all, with the
>>>> exception of a few domains, most of them don't even really have much if
>>>> anything on them.  The server handles mail also (though I just put mail
>>>> on
>>>> it a week or two ago, after the first time this happened) but it just
>>>> forwarding them all to external addresses.
>>>>
>>>> @Justin Pasher
>>>> I agree, I have run MUCH higher traffic on a much lower end machine.  I
>>>> truly do not believe the system spec to be the problem as the first time
>>>> this happened there was only 2 web site on the box.
>>>>
>>>> @Eric Covener
>>>> I completely agree, this does not seem to be from a lack of resources.
>>>>
>>>>
>>>> Thanks,
>>>> --
>>>> Dan
>>>>
>>>> http://www.moonlightrpg.com
>>>> http://www.linkedin.com/in/danbunyard
>>>> http://www.danodemano.com
>>>> http://www.dansrandomness.com
>>>> http://www.danandshelley.com
>>>>
>>>> This is not a problem that requires infinite wisdom, Benj. This is a
>>>> problem
>>>> that requires enough neural organization to qualify as a vertebrate,
>>>> apparently a stretch for some folks these days.
>>>> ~Cecil Adams.
>>>>
>>>>
>>>> On Thu, Jan 28, 2010 at 12:18, <pmilan...@nypl.org> wrote:
>>>>
>>>>
>>>>  >
>>>>> > >
>>>>> > > Obviously not in this case as this person wouldn't ne here
>>>>> complaining
>>>>> about
>>>>> > > apache and its processes.  The issue here is the CPU is too weak
>>>>> even
>>>>> if it
>>>>> > > is a 2.4Ghz processor.  The E2220 isn't suitable for a server
>>>>> processor.
>>>>> > >  Its strictly for home computing.  I help remote administrate a
>>>>> server
>>>>> that
>>>>> > > supports 10 Domains and 5 E-Mail Servers that receive a whole lot
>>>>> more
>>>>> > > traffic on a P3 933Mhz and these issues are not occurring there,
>>>>> and
>>>>> the
>>>>> > > settings for Apache are default.
>>>>> >
>>>>> > Having lots of processes hanging around doesn't imply high CPU usage
>>>>> > or insufficient horsepower.
>>>>> >
>>>>>
>>>>> Is there database access during this? High load is not indicative of
>>>>> the
>>>>> CPU working hard. High load, in this case, is due to the CPU not
>>>>> getting
>>>>> answers back fast enough, and processes queueing up (eventually
>>>>> shutting
>>>>> down apache). It will consume all available threads (connections), then
>>>>> start killing the box.
>>>>>
>>>>> -What external dependencies are there (if any)?
>>>>>    - Databases?
>>>>>    - External Calls?
>>>>>
>>>>> -Do you have high timeouts on anything?
>>>>>
>>>>> -Is it just very inefficient code?
>>>>>
>>>>> At this point (in my experience), if you do not see a clear indication
>>>>> of
>>>>> the issue in the apache logs, it's not apache.
>>>>>
>>>>> Peter J. Milanese
>>>>>
>>>>> > --
>>>>> > Eric Covener
>>>>> > cove...@gmail.com
>>>>> >
>>>>> > ---------------------------------------------------------------------
>>>>> > The official User-To-User support forum of the Apache HTTP Server
>>>>> Project.
>>>>> > See <URL:http://httpd.apache.org/userslist.html> for more info.
>>>>> > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>>>> >    "   from the digest: users-digest-unsubscr...@httpd.apache.org
>>>>> > For additional commands, e-mail: users-h...@httpd.apache.org
>>>>> >
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> The official User-To-User support forum of the Apache HTTP Server
>>>>> Project.
>>>>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>>>>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>>>>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
>>>>> For additional commands, e-mail: users-h...@httpd.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>  Dan,
>>>
>>> Can you do a top and do a screenshot, and post the results here.  Can you
>>> also post a copy of netstat -anp as well as ps auxww.  This will give us
>>> a
>>> better idea of what is going on with your system.
>>>
>>> Thanks,
>>> Daniel
>>>
>>> ---------------------------------------------------------------------
>>> The official User-To-User support forum of the Apache HTTP Server
>>> Project.
>>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
>>> For additional commands, e-mail: users-h...@httpd.apache.org
>>>
>>>
>>>
>>
>
>
>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>
> Dan,
>
> The full ps print cuts off.
>
>
> Thanks,
> Daniel
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   4128   644 ?        Ss   Jan19   0:05 /sbin/init
root         2  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S<   Jan19   0:00 [migration/0]
root         4  0.0  0.0      0     0 ?        S<   Jan19   0:06 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   Jan19   0:00 [watchdog/0]
root         6  0.0  0.0      0     0 ?        S<   Jan19   0:00 [migration/1]
root         7  0.0  0.0      0     0 ?        S<   Jan19   1:16 [ksoftirqd/1]
root         8  0.0  0.0      0     0 ?        S<   Jan19   0:00 [watchdog/1]
root         9  0.0  0.0      0     0 ?        S<   Jan19   0:00 [events/0]
root        10  0.0  0.0      0     0 ?        S<   Jan19   0:00 [events/1]
root        11  0.0  0.0      0     0 ?        S<   Jan19   0:00 [cpuset]
root        12  0.0  0.0      0     0 ?        S<   Jan19   0:00 [khelper]
root        13  0.0  0.0      0     0 ?        S<   Jan19   0:00 [netns]
root        14  0.0  0.0      0     0 ?        S<   Jan19   0:00 [async/mgr]
root        15  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kintegrityd/0]
root        16  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kintegrityd/1]
root        17  0.0  0.0      0     0 ?        S<   Jan19   0:02 [kblockd/0]
root        18  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kblockd/1]
root        19  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kacpid]
root        20  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kacpi_notify]
root        21  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kacpi_hotplug]
root        22  0.0  0.0      0     0 ?        S<   Jan19   0:00 [ata/0]
root        23  0.0  0.0      0     0 ?        S<   Jan19   0:00 [ata/1]
root        24  0.0  0.0      0     0 ?        S<   Jan19   0:00 [ata_aux]
root        25  0.0  0.0      0     0 ?        S<   Jan19   0:00 [ksuspend_usbd]
root        26  0.0  0.0      0     0 ?        S<   Jan19   0:00 [khubd]
root        27  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kseriod]
root        28  0.0  0.0      0     0 ?        S    Jan19   0:00 [khungtaskd]
root        29  0.0  0.0      0     0 ?        S    Jan19   0:00 [pdflush]
root        30  0.0  0.0      0     0 ?        S    Jan19   0:22 [pdflush]
root        31  0.0  0.0      0     0 ?        S<   Jan19   0:41 [kswapd0]
root        32  0.0  0.0      0     0 ?        SN   Jan19   0:00 [ksmd]
root        33  0.0  0.0      0     0 ?        S<   Jan19   0:00 [aio/0]
root        34  0.0  0.0      0     0 ?        S<   Jan19   0:00 [aio/1]
root        35  0.0  0.0      0     0 ?        S<   Jan19   0:00 [crypto/0]
root        36  0.0  0.0      0     0 ?        S<   Jan19   0:00 [crypto/1]
root        47  0.0  0.0      0     0 ?        S<   Jan19   0:00 [scsi_eh_0]
root        48  0.0  0.0      0     0 ?        S<   Jan19   0:00 [scsi_eh_1]
root        49  0.0  0.0      0     0 ?        S<   Jan19   0:00 [scsi_eh_2]
root        50  0.0  0.0      0     0 ?        S<   Jan19   0:00 [scsi_eh_3]
root        51  0.0  0.0      0     0 ?        S<   Jan19   0:00 [scsi_eh_4]
root        52  0.0  0.0      0     0 ?        S<   Jan19   0:00 [scsi_eh_5]
root        66  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kpsmoused]
root        67  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kstriped]
root        68  0.0  0.0      0     0 ?        S<   Jan19   0:00 [ksnapd]
root        69  0.0  0.0      0     0 ?        S<   Jan19   0:00 
[usbhid_resumer]
root       126  0.0  0.0      0     0 ?        S<   Jan19   0:00 [i915/0]
root       127  0.0  0.0      0     0 ?        S<   Jan19   0:00 [i915/1]
root       203  0.0  0.0      0     0 ?        S<   Jan19   0:00 [scsi_eh_6]
root       204  0.0  0.0      0     0 ?        S<   Jan19   3:29 [usb-storage]
root       247  0.0  0.0      0     0 ?        S<   Jan19   0:14 [kdmflush]
root       249  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kdmflush]
root       266  0.0  0.0      0     0 ?        S<   Jan19   0:39 [kjournald2]
root       267  0.0  0.0      0     0 ?        S<   Jan19   0:00 
[ext4-dio-unwrit]
root       268  0.0  0.0      0     0 ?        S<   Jan19   0:00 
[ext4-dio-unwrit]
root       314  0.0  0.0      0     0 ?        S<   Jan19   0:01 [kauditd]
root       371  0.0  0.0  10836   968 ?        S<s  Jan19   0:00 /sbin/udevd -d
root       629  0.0  0.0      0     0 ?        S<   Jan19   0:00 [hd-audio0]
root       663  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kmpathd/0]
root       664  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kmpathd/1]
root       665  0.0  0.0      0     0 ?        S<   Jan19   0:00 
[kmpath_handlerd]
root       695  0.0  0.0      0     0 ?        S<   Jan19   0:00 [kjournald2]
root       696  0.0  0.0      0     0 ?        S<   Jan19   0:00 
[ext4-dio-unwrit]
root       697  0.0  0.0      0     0 ?        S<   Jan19   0:00 
[ext4-dio-unwrit]
root       878  0.0  0.0      0     0 ?        S<   Jan19   0:02 [kondemand/0]
root       879  0.0  0.0      0     0 ?        S<   Jan19   0:04 [kondemand/1]
root      1061  0.0  0.0  93040   784 ?        S<sl Jan19   0:07 auditd
root      1063  0.0  0.0  81956   920 ?        S<sl Jan19   0:04 /sbin/audispd
root      1064  0.0  0.0 103236  1300 ?        S<   Jan19   0:02 
/usr/sbin/sedispatch
root      1088  0.0  0.0 248520  1924 ?        Sl   Jan19   4:07 /sbin/rsyslogd 
-c 4
root      1153  0.0  0.0      0     0 ?        S<   Jan19   0:00 [rpciod/0]
root      1154  0.0  0.0      0     0 ?        S<   Jan19   0:00 [rpciod/1]
root      1161  0.0  0.0  28132   256 ?        Ss   Jan19   0:00 rpc.idmapd
dbus      1175  0.0  0.0  22328  2080 ?        Ss   Jan19   0:13 dbus-daemon 
--system
root      1185  0.0  0.0 180112  2588 ?        Ss   Jan19   0:00 cupsd -C 
/etc/cups/cupsd.conf
68        1209  0.0  0.0  28016  3952 ?        Ss   Jan19   0:04 hald
root      1211  0.0  0.0 1035568 2300 ?        Sl   Jan19   0:01 
/usr/sbin/console-kit-daemon --no-daemon
root      1276  0.0  0.0  20052  1076 ?        S    Jan19   0:00 hald-runner
root      1304  0.0  0.0  22172   976 ?        S    Jan19   0:13 
hald-addon-input: Listening on /dev/input/event4 /dev/input/event1 
/dev/input/event0 /dev/input/event3
root      1317  0.0  0.0  22168   984 ?        S    Jan19   0:10 
hald-addon-storage: polling /dev/sdb (every 16 sec)
root      1318  0.0  0.0  22168   984 ?        S    Jan19   0:10 
hald-addon-storage: polling /dev/sdc (every 16 sec)
root      1319  0.0  0.0  22168   980 ?        S    Jan19   0:11 
hald-addon-storage: polling /dev/sdd (every 16 sec)
root      1320  0.0  0.0  22168   984 ?        S    Jan19   0:10 
hald-addon-storage: polling /dev/sde (every 16 sec)
root      1323  0.0  0.0  22168   988 ?        S    Jan19   0:19 
hald-addon-storage: polling /dev/sr0 (every 16 sec)
68        1325  0.0  0.0  19744   916 ?        S    Jan19   0:12 
/usr/libexec/hald-addon-acpi
root      1338  0.0  0.0 195492  3324 ?        S    Jan19   2:03 
/usr/sbin/snmpd -Lsd -Lf /dev/null -p /var/run/snmpd.pid
root      1348  0.0  0.0  63540   848 ?        Ss   Jan19   0:01 /usr/sbin/sshd
ntp       1356  0.0  0.0  30004  1208 ?        Ss   Jan19   0:00 ntpd -u 
ntp:ntp -p /var/run/ntpd.pid -g
nobody    1604  0.0  0.0 165936  2744 ?        Ss   Jan19   0:09 proftpd: 
(accepting connections)
root      1636  0.0  0.0   6624   292 ?        Ss   Jan19   0:21 /usr/sbin/gpm 
-m /dev/input/mice -t exps2
root      1690  0.0  0.0 107944   896 ?        S    Jan19   0:27 /bin/bash 
/usr/sbin/ksmtuned
radiusd   1717  0.0  0.0 228000   740 ?        Ssl  Jan19   0:00 
/usr/sbin/radiusd
root      1731  0.0  0.0 111984  1092 ?        Ss   Jan19   0:09 crond
root      1756  0.0  0.1 347176  5788 ?        Sl   Jan19   1:15 
/usr/bin/python /usr/bin/fail2ban-server -b -s /var/run/fail2ban/fail2ban.sock 
-x
root      1759  0.0  0.0   9248  1108 ?        S    Jan19   0:43 
/usr/libexec/gam_server
root      1778  0.0  0.0  16588   220 ?        Ss   Jan19   0:00 /usr/sbin/atd
root      1789  0.0  0.3 225128 16308 ?        Sl   Jan19   0:00 libvirtd 
--daemon
root      1844  0.0  0.0  18440   392 ?        S    Jan19   0:00 
/usr/sbin/smartd -q never
nobody    1870  0.0  0.0   6200   404 ?        S    Jan19   0:00 
/usr/sbin/dnsmasq --strict-order --bind-interfaces 
--pid-file=/var/run/libvirt/network/default.pid --conf-file=  --listen-address 
192.168.122.1 --except-interface lo --dhcp-range 192.168.122.2,192.168.122.254
root      1887  0.0  0.1 338220  9964 ?        SN   Jan19   0:01 
/usr/bin/python -tt /usr/sbin/yum-updatesd
root      1898  0.0  0.0  81612  4920 ?        Ss   Jan19   0:07 /usr/bin/perl 
/usr/libexec/webmin/miniserv.pl /etc/webmin/miniserv.conf
root      1901  0.0  0.0 123024  1932 ?        Ss   Jan19   0:00 
/usr/sbin/gdm-binary -nodaemon
root      1902  0.0  0.0   3944   488 tty4     Ss+  Jan19   0:00 /sbin/mingetty 
tty4
root      1903  0.0  0.0   3944   484 tty5     Ss+  Jan19   0:00 /sbin/mingetty 
tty5
root      1904  0.0  0.0   3944   492 tty2     Ss+  Jan19   0:00 /sbin/mingetty 
tty2
root      1905  0.0  0.0   3944   484 tty3     Ss+  Jan19   0:00 /sbin/mingetty 
tty3
root      1906  0.0  0.0   3944   476 tty6     Ss+  Jan19   0:00 /sbin/mingetty 
tty6
root      1939  0.0  0.0 137048  2532 ?        S    Jan19   0:00 
/usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1 
--force-active-vt
root      1940  0.9  0.3 112864 18196 tty1     Ss+  Jan19 126:53 /usr/bin/Xorg 
:0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-wwUoA8/database -nolisten tcp 
vt1
gdm       1960  0.0  0.0  21976   632 ?        S    Jan19   0:00 
/usr/bin/dbus-launch --exit-with-session
root      1963  0.0  0.0 174452  2876 ?        S    Jan19   0:00 pam: 
gdm-autologin
root      1966  0.0  0.0  47040  2436 ?        S    Jan19   0:00 
/usr/libexec/devkit-power-daemon
root      2002  0.0  0.0  52200  4180 ?        S    Jan19   0:01 
/usr/libexec/polkit-1/polkitd
rtkit     2011  0.0  0.0 170392  1120 ?        SNl  Jan19   0:03 
/usr/libexec/rtkit-daemon
dbunyard  2032  0.0  0.1 247672  6592 ?        Ssl  Jan19   0:00 gnome-session
dbunyard  2041  0.0  0.0  21976   628 ?        S    Jan19   0:00 dbus-launch 
--sh-syntax --exit-with-session
dbunyard  2042  0.0  0.0  21912  1452 ?        Ss   Jan19   0:00 
/bin/dbus-daemon --fork --print-pid 7 --print-address 9 --session
dbunyard  2127  0.2  0.2 543548 11588 ?        Ssl  Jan19  34:26 
/usr/libexec/gnome-settings-daemon
dbunyard  2128  0.0  0.1 297524  8256 ?        Ss   Jan19   0:00 seahorse-daemon
dbunyard  2130  0.0  0.0 136276  2048 ?        S    Jan19   0:00 
/usr/libexec/gvfsd
dbunyard  2142  0.0  0.0 273932  2524 ?        Ssl  Jan19   0:00 
/usr/libexec//gvfs-fuse-daemon /home/dbunyard/.gvfs
dbunyard  2158  0.0  0.2 438880 12256 ?        Sl   Jan19   0:05 metacity
dbunyard  2162  1.1  0.1 449208  6192 ?        S<sl Jan19 143:24 
/usr/bin/pulseaudio --start --log-target=syslog
dbunyard  2163  0.3  0.3 343704 15672 ?        S    Jan19  43:13 gnome-panel
dbunyard  2166  0.0  0.0  92200  2436 ?        S    Jan19   0:00 
/usr/libexec/pulse/gconf-helper
dbunyard  2167  0.3  0.5 801752 28448 ?        S    Jan19  41:56 nautilus
dbunyard  2169  0.0  0.0 566940  3256 ?        Ssl  Jan19   0:00 
/usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=18
dbunyard  2171  0.0  0.2 305064 10720 ?        S    Jan19   0:00 nm-applet 
--sm-disable
dbunyard  2172  0.0  0.2 368228 10840 ?        S    Jan19   0:00 
gnome-volume-control-applet
dbunyard  2173  0.0  0.1 226264  5636 ?        S    Jan19   0:00 
/usr/libexec/polkit-gnome-authentication-agent-1
dbunyard  2175  0.0  0.1 286220  9768 ?        S    Jan19   0:16 
/usr/libexec/vino-server
dbunyard  2183  0.0  0.2 458736 10740 ?        Sl   Jan19   0:02 gpk-update-icon
dbunyard  2184  0.0  0.1 241084  6580 ?        S    Jan19   0:01 
/usr/libexec/gdu-notification-daemon
dbunyard  2187  0.0  0.1 292484 10096 ?        S    Jan19   0:06 
gnome-power-manager
dbunyard  2191  0.0  0.0 116384  3516 ?        S    Jan19   0:00 
/usr/libexec/im-settings-daemon
root      2193  0.0  0.0  42520  2760 ?        S    Jan19   0:33 
/usr/libexec/devkit-disks-daemon
root      2198  0.0  0.0  42196   604 ?        S    Jan19   3:40 
devkit-disks-daemon: polling /dev/sr0 /dev/sdd /dev/sdb /dev/sde /dev/sdc
dbunyard  2204  0.0  0.2 291944 11268 ?        S    Jan19   0:06 
/usr/libexec/notification-daemon
dbunyard  2404  0.0  0.0 260424  4116 ?        Ss   Jan19   0:04 
gnome-screensaver
dbunyard  2406  0.0  0.0  40192  2112 ?        S    Jan19   0:00 
/usr/libexec/gconf-im-settings-daemon
dbunyard  2432  0.0  0.1 315032  9500 ?        S    Jan19   0:00 
/usr/libexec/trashapplet 
--oaf-activate-iid=OAFIID:GNOME_Panel_TrashApplet_Factory --oaf-ior-fd=24
dbunyard  2433  0.0  0.2 322240 11884 ?        S    Jan19   0:11 
/usr/libexec/wnck-applet --oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory 
--oaf-ior-fd=18
dbunyard  2435  0.0  0.0 142884  2688 ?        S    Jan19   0:00 
/usr/libexec/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
dbunyard  2437  0.0  0.0 145040  2812 ?        S    Jan19   0:02 
/usr/libexec/gvfs-gdu-volume-monitor
dbunyard  2441  0.0  0.0 149792  2020 ?        S    Jan19   0:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
dbunyard  2446  0.3  0.2 309496 10628 ?        S    Jan19  43:59 
/usr/libexec/gdm-user-switch-applet 
--oaf-activate-iid=OAFIID:GNOME_FastUserSwitchApplet_Factory --oaf-ior-fd=19
dbunyard  2448  0.0  0.2 470072 13980 ?        S    Jan19   0:21 
/usr/libexec/clock-applet --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory 
--oaf-ior-fd=28
dbunyard  2450  0.0  0.1 286848  7912 ?        S    Jan19   0:00 
/usr/libexec/notification-area-applet 
--oaf-activate-iid=OAFIID:GNOME_NotificationAreaApplet_Factory --oaf-ior-fd=34
dbunyard  2456  0.0  0.0 136156  2040 ?        S    Jan19   0:00 
/usr/libexec/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
dbunyard  2458  0.0  0.0 253212  3044 ?        SLl  Jan19   0:00 
/usr/bin/gnome-keyring-daemon --start --foreground --components=keyring
dbunyard  9172  0.0  0.0 107800  1732 pts/1    Ss   03:29   0:00 bash
root      9409  0.0  0.0 163012  2668 pts/1    S    03:31   0:00 su -
root      9412  0.0  0.0 107952  1800 pts/1    S+   03:31   0:00 -bash
root     11145  0.0  0.0  97336  3852 ?        Ss   15:21   0:01 sshd: 
r...@pts/2 
root     11166  0.0  0.0 107952  1820 pts/2    Ss   15:22   0:00 -bash
named    11502  0.0  0.6 255188 34156 ?        Ssl  03:38   0:36 
/usr/sbin/named -u named
root     12883  0.0  0.0  61780  2656 ?        Ss   15:46   0:00 
/usr/libexec/postfix/master
postfix  12886  0.0  0.0  62036  2772 ?        S    15:46   0:00 qmgr -l -t 
fifo -u
sqlgrey  13217  0.0  0.3 184808 15540 ?        Ss   15:54   0:00 /usr/bin/perl 
-w /usr/sbin/sqlgrey -d
root     14596  0.0  0.1 134888  5432 ?        S    16:08   0:00 
/usr/libexec/gconfd-2
dbunyard 14598  0.0  0.1 134996  5560 ?        S    16:08   0:00 
/usr/libexec/gconfd-2
postgrey 14853  0.0  0.2 157644 13356 ?        Ss   16:11   0:00 
/usr/sbin/postgrey -d --unix=/var/spool/postfix/postgrey/socket                 
   
root     15135  0.0  0.0  97336  3856 ?        Ss   16:18   0:00 sshd: 
r...@notty 
root     15137  0.0  0.0  54896  2232 ?        Ss   16:18   0:00 
/usr/libexec/openssh/sftp-server
root     15818  0.0  0.0  10832   892 ?        S<   16:33   0:00 /sbin/udevd -d
dbunyard 17659  0.0  0.2 300368 14016 ?        Sl   Jan27   0:01 gnome-terminal
dbunyard 17660  0.0  0.0   8104   664 ?        S    Jan27   0:00 
gnome-pty-helper
dbunyard 17661  0.0  0.0 107820  1728 pts/0    Ss   Jan27   0:00 bash
root     17717  0.0  0.0 163012  2664 pts/0    S    Jan27   0:00 su -
root     17727  0.0  0.0 107952  1800 pts/0    S    Jan27   0:00 -bash
root     18990  0.1  0.1  99272  5840 ?        Ss   Jan25   6:20 sshd: 
r...@notty 
root     18992  0.0  0.0  55916  3272 ?        Ss   Jan25   0:48 
/usr/libexec/openssh/sftp-server
root     19617  0.2  0.0 261524  4848 ?        Ss   Jan27   6:10 /usr/sbin/abrtd
root     19984  0.0  0.0  51864  4272 ?        Ss   Jan20   0:01 /usr/sbin/dhcpd
root     20206  0.0  0.0 107684  1400 ?        S    Jan20   0:00 /bin/sh 
/usr/bin/mysqld_safe --datadir=/var/lib/mysql 
--socket=/var/lib/mysql/mysql.sock --pid-file=/var/run/mysqld/mysqld.pid 
--basedir=/usr --user=mysql
mysql    20296  0.2  0.8 1158932 40960 ?       Sl   Jan20  22:50 
/usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql 
--log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid 
--socket=/var/lib/mysql/mysql.sock
postfix  22802  0.0  0.0  61860  2584 ?        S    19:06   0:00 pickup -l -t 
fifo -u
root     23832  0.0  0.6 803984 31000 pts/0    Sl+  Jan27   0:13 nautilus
root     23836  0.0  0.0  21976   648 pts/0    S+   Jan27   0:00 dbus-launch 
--autolaunch 6f07530f6b9f4f8dd5a7b2cd4b1ac8db --binary-syntax --close-stderr
root     23837  0.0  0.0  21256   900 ?        Ss   Jan27   0:00 
/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
dbunyard 23886  0.0  0.0 134056  1748 ?        S    Jan27   0:00 
/usr/libexec/gvfsd-metadata
root     24195  0.0  0.0 104644   616 ?        S    19:38   0:00 sleep 60
root     24196  0.0  0.0 139520  1584 ?        S    19:39   0:00 CROND
root     24197  0.0  0.0   9100  1036 ?        Ss   19:39   0:00 /bin/bash -c 
php /var/www/html/cacti/poller.php > /dev/null 2>&1
root     24198 22.0  0.7 565644 37644 ?        S    19:39   0:00 php 
/var/www/html/cacti/poller.php
root     24202  0.0  0.0  54348  1016 ?        S    19:39   0:00 
/usr/bin/rrdtool -
root     24206  0.0  0.0 107560  1036 pts/2    R+   19:39   0:00 ps auxww
root     25332  0.0  0.3 384240 17448 pts/0    S+   Jan27   0:02 gedit 
/etc/httpd/conf/httpd.conf
root     25773  0.0  1.9 882356 101232 ?       Ss   Jan27   0:01 /usr/sbin/httpd
apache   25781  0.0  1.5 882268 78404 ?        S    Jan27   0:00 /usr/sbin/httpd
apache   25782  0.0  2.7 1014976 138352 ?      S    Jan27   0:18 /usr/sbin/httpd
apache   25783  0.0  2.6 1014248 136788 ?      S    Jan27   0:23 /usr/sbin/httpd
apache   25784  0.0  2.6 1014732 135444 ?      S    Jan27   0:17 /usr/sbin/httpd
apache   25785  0.0  2.7 1014504 140652 ?      S    Jan27   0:17 /usr/sbin/httpd
apache   25786  0.0  2.6 1014572 135812 ?      S    Jan27   0:27 /usr/sbin/httpd
apache   25787  0.0  2.6 1014948 135792 ?      S    Jan27   0:17 /usr/sbin/httpd
apache   25788  0.0  2.5 1011528 131860 ?      S    Jan27   0:13 /usr/sbin/httpd
apache   25789  0.0  2.6 1014628 136372 ?      S    Jan27   0:17 /usr/sbin/httpd
apache   26845  0.0  2.6 1014856 135228 ?      S    Jan27   0:16 /usr/sbin/httpd
apache   28207  0.0  2.3 998148 118952 ?       S    Jan27   0:17 /usr/sbin/httpd
apache   31245  0.0  2.6 1014484 135600 ?      S    Jan27   0:15 /usr/sbin/httpd
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to