LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   number of concurrent processes per user-ID (https://www.linuxquestions.org/questions/linux-newbie-8/number-of-concurrent-processes-per-user-id-921320/)

AR75 12-31-2011 12:48 AM

number of concurrent processes per user-ID
 
I need to know how can i find out "number of concurrent processes runnig per user-ID " including threads for any user . I know we can limit this value in limit.conf or ulimit -u . Actually , my limit is set as 2048 for oracle user , but when i do ps -efl -u oracle | wc -l , only get 101 .

btmiller 12-31-2011 02:22 AM

You can grep through the output of ps and then use wc, as you've shown. I'm not sure what the problem is, since a user can always be running fewer processes than his or her limit.

AR75 12-31-2011 07:43 AM

Thanks for your response !!

Problem is users are not able to make connections ( not logon ) to the system , saying can't fork new process , and when i check number of processes running from oracle it is way below the limit .


All times are GMT -5. The time now is 05:52 PM.