Finding the memory usage for a process - Linux August 01, 2014 ps aux | grep process_name - find the process id for a given process name top -p pid - find the memory usage Read more