LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Many processes running since few days (https://www.linuxquestions.org/questions/linux-newbie-8/many-processes-running-since-few-days-801501/)

narendrakumar 04-12-2010 04:07 AM

Many processes running since few days
 
We do have the following processes running since few days in our environment, please can someone let me know why these many processes are running like this. Please help. Thanks in advance.

Testuser@test001 tmp]$ ps -ef | grep logmon
root 3794 1 0 Apr09 ? 00:01:11 logmon -d -L /test
510 5949 3594 0 04:43 pts/3 00:00:00 grep logmon
root 12929 1 0 Mar30 ? 00:06:10 logmon -d -L /test
root 15446 1 0 Mar25 ? 00:08:05 logmon -d -L /test
root 20322 1 0 Apr06 ? 00:02:37 logmon -d -L /test
root 23807 1 0 Mar27 ? 00:07:48 logmon -d -L /test
root 31128 1 0 Apr03 ? 00:04:16 logmon -d -L /test

Testuser@test001 tmp]$ ps -ef | grep procmon
root 3894 1 0 Apr09 ? 00:00:23 procmon -d -L -p /test
510 6120 3594 0 04:45 pts/3 00:00:00 grep procmon
root 13055 1 0 Mar30 ? 00:02:10 procmon -d -L -p /test
root 16154 1 0 Mar25 ? 00:02:58 procmon -d -L -p /test
root 20429 1 0 Apr06 ? 00:00:54 procmon -d -L -p /test
root 23924 1 0 Mar27 ? 00:02:32 procmon -d -L -p /test
root 31251 1 0 Apr03 ? 00:01:30 procmon -d -L -p /test

TB0ne 04-12-2010 11:25 AM

Quote:

Originally Posted by narendrakumar (Post 3932620)
We do have the following processes running since few days in our environment, please can someone let me know why these many processes are running like this. Please help. Thanks in advance.

You don't say anything about your environment, version/distro of Linux, or what those processes ARE, so how can anyone here help you?

Short answer: They're running because they need to be. Longer answer: you MIGHT have a problem, but might not, but we have no way of knowing, since you don't provide any details.

modprob 04-12-2010 11:43 AM

I agree with TBOne. Provide more info.

Also, run this commande in a console

Code:

pstree
And let us know about these processes's the parent and grandparent. People here might find it useful to help you.


All times are GMT -5. The time now is 10:52 AM.