Process list on Linux

To get a list of all running processes (process list) with CPU usage and Memory usage:

$> ps -waux

You can use param -r for showing only active processes.

With one more additional w (f.e.: ps –wwaux) you will get the whole command. Otherwise very long commands are cut of.

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.