1835387 Members
3024 Online
110078 Solutions
New Discussion

Re: ps

 

ps

Do you know about ps
that all time I can see
Because I want to see all process that
begins.

if You know about it please tell me.

Thanks
Pleasure it.
4 REPLIES 4
Andreas Voss
Honored Contributor

Re: ps

Hi,

try the command:
top

which shows you permanently all proccesses.
The standard refresh intervall is 5 secs.
It can be set to 1 sec (the shortest time)
with:
top -s 1

Greetings

Andrew
CHRIS_ANORUO
Honored Contributor

Re: ps

You can use "man ps" on your system to read the online documentation.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Alan Riggs
Honored Contributor

Re: ps

I am not entirely clear on what you wish.

ps -e will show all processes.

ps -ef
ps -el
ps -elf will show more detail for each process.

Re: ps

I will use "ps -ef" and some script.

Thank you.
Pleasure it.