LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-04-2004, 08:39 AM   #1
fireman949
Member
 
Registered: Dec 2003
Location: Walls
Distribution: Slackware 10.1;CentOS 4
Posts: 51

Rep: Reputation: 15
Rotatelogs - Do I have too many child processes?


After running for about 100 days, 'ps -A' shows quite a few rotatelogs processes running. IS there something I need to do, be concerned with, or just reboot?

Code:
 ps -A | pg
  PID TTY          TIME CMD
    1 ?        00:00:05 init
    2 ?        00:00:00 keventd
    3 ?        00:00:00 ksoftirqd_CPU0
    4 ?        00:00:33 kswapd
    5 ?        00:00:05 bdflush
    6 ?        00:00:03 kupdated
    7 ?        00:00:00 scsi_eh_0
    8 ?        00:00:00 mdrecoveryd
  102 ?        00:00:00 khubd
  395 ?        00:00:00 rpc.portmap
  401 ?        00:00:00 syslogd
  404 ?        00:00:00 klogd
  406 ?        00:00:00 inetd
  427 ?        00:01:20 sshd
  436 ?        00:00:00 crond
  438 ?        00:00:00 atd
  441 ?        00:00:00 sendmail
  444 ?        00:00:00 sendmail
  493 tty2     00:00:00 agetty
  494 tty3     00:00:00 agetty
  495 tty4     00:00:00 agetty
  496 tty5     00:00:00 agetty
  497 tty6     00:00:00 agetty
 2170 tty1     00:00:00 agetty
13857 ?        00:00:00 proftpd
28382 ?        00:00:00 rotatelogs
28383 ?        00:00:00 rotatelogs
28384 ?        00:00:00 rotatelogs
28385 ?        00:00:00 rotatelogs
28386 ?        00:00:00 rotatelogs
28387 ?        00:00:00 rotatelogs
28388 ?        00:00:00 rotatelogs
28389 ?        00:00:00 rotatelogs
28390 ?        00:00:00 rotatelogs
28391 ?        00:00:00 rotatelogs
28392 ?        00:00:00 rotatelogs
28393 ?        00:00:00 rotatelogs
28394 ?        00:00:00 rotatelogs
28395 ?        00:00:00 rotatelogs
28396 ?        00:00:00 rotatelogs
26573 ?        00:00:26 httpd
 6846 ?        00:00:00 mysqld_safe
 6881 ?        00:00:00 mysqld
 6883 ?        00:00:00 mysqld
 6884 ?        00:00:00 mysqld
 6885 ?        00:00:00 mysqld
 6886 ?        00:00:00 mysqld
 6887 ?        00:00:00 mysqld
 6888 ?        00:00:00 mysqld
 6889 ?        00:00:00 mysqld
 6890 ?        00:00:00 mysqld
 6891 ?        00:00:00 mysqld
14337 ?        00:00:00 rotatelogs
14338 ?        00:00:00 rotatelogs
14339 ?        00:00:00 rotatelogs
14340 ?        00:00:00 rotatelogs
14341 ?        00:00:00 rotatelogs
14342 ?        00:00:00 rotatelogs
14343 ?        00:00:00 rotatelogs
14344 ?        00:00:00 rotatelogs
14345 ?        00:00:00 rotatelogs
14346 ?        00:00:00 rotatelogs
14347 ?        00:00:00 rotatelogs
14348 ?        00:00:00 rotatelogs
14349 ?        00:00:00 rotatelogs
14350 ?        00:00:00 rotatelogs
14351 ?        00:00:00 rotatelogs
14352 ?        00:00:00 rotatelogs
14353 ?        00:00:00 rotatelogs
14354 ?        00:00:00 rotatelogs
14355 ?        00:00:00 rotatelogs
14356 ?        00:00:00 rotatelogs
14357 ?        00:00:00 rotatelogs
14358 ?        00:00:00 rotatelogs
14359 ?        00:00:00 rotatelogs
14360 ?        00:00:00 rotatelogs
14361 ?        00:00:00 rotatelogs
14362 ?        00:00:00 rotatelogs
14363 ?        00:00:00 rotatelogs
14364 ?        00:00:00 rotatelogs
14365 ?        00:00:00 rotatelogs
14366 ?        00:00:00 rotatelogs
14367 ?        00:00:00 rotatelogs
14368 ?        00:00:00 rotatelogs
22388 ?        00:00:00 smbd
22390 ?        00:00:04 nmbd
26070 ?        00:00:01 httpd
26078 ?        00:00:06 httpd
26154 ?        00:00:01 httpd
26155 ?        00:00:01 httpd
26156 ?        00:00:01 httpd
26157 ?        00:00:00 httpd
26158 ?        00:00:02 httpd
26159 ?        00:00:01 httpd
26160 ?        00:00:01 httpd
26161 ?        00:00:04 httpd
27329 ?        00:00:00 sshd
27331 pts/0    00:00:00 bash
27355 pts/0    00:00:00 ps
27356 pts/0    00:00:00 bash
 
Old 06-05-2004, 05:14 PM   #2
fireman949
Member
 
Registered: Dec 2003
Location: Walls
Distribution: Slackware 10.1;CentOS 4
Posts: 51

Original Poster
Rep: Reputation: 15
ttt
 
Old 06-08-2004, 02:04 PM   #3
fireman949
Member
 
Registered: Dec 2003
Location: Walls
Distribution: Slackware 10.1;CentOS 4
Posts: 51

Original Poster
Rep: Reputation: 15
ttt (again)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache 2 Child Processes Seg faulting! DavidHayes Linux - Software 1 04-20-2005 07:54 PM
forking 7 child processes ianomc Programming 5 11-07-2004 12:33 PM
Limiting child processes in Apache? Phaethar Linux - Software 2 11-02-2004 05:24 PM
parent and child processes skora Programming 5 11-02-2003 10:41 AM
Memory usage when spawning child processes brianvdc Programming 4 10-24-2003 06:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration