SEO

vBulletin Search Engine Optimization


Go Back   UnixAdminTalk.com > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008, 08:31 AM
Roman
 
Posts: n/a
Default User Processes

How can I check how many processes are used by a user?

What happens when a user reaches max user processes as specified by
maxuproc?

thanks in advance
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 08:31 AM
Friedhelm Neyer
 
Posts: n/a
Default Re: User Processes

Roman schrieb:
> How can I check how many processes are used by a user?


ps -ef | grep <username> | wc -l

> What happens when a user reaches max user processes as specified by
> maxuproc?


He can't start a new process

> thanks in advance

Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 08:31 AM
Laurenz Albe
 
Posts: n/a
Default Re: User Processes

Friedhelm Neyer <[email protected]> wrote:
>> How can I check how many processes are used by a user?

>
> ps -ef | grep <username> | wc -l


ps -fu <username> | wc -l

might be more accurate in corner cases (where the username appears somewhere
in command arguments).

Yours,
Laurenz Albe
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:24 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0