1753846 Members
7600 Online
108807 Solutions
New Discussion юеВ

number of processes

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

number of processes

What command do I run to tell the number of processes on a system. Not number of processes running but # of proceeses on a system. Your help will be greatly appreciated.
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor

Re: number of processes

If I understand your question,

system (or kmtune, if 11x) | grep -i nproc
If it ain't broke, I can fix that.
Helen French
Honored Contributor

Re: number of processes

Mark Greene_1
Honored Contributor
Solution

Re: number of processes

This will give you the total number of processes:

ps -ef |wc -l

many of which will be system processes, not user processes, and most of which will not be running at the time you capture the list

HTH
mark
the future will be a lot like now, only later