Archive for July, 2011
19th July
2011
In this way you can obtain the list of the ten oldest processes:
ps -elf | sort -r -k12 | head -n 10
To sort processes by memory usage use “Shift M” when running.
Use ‘c’ to show full path for command.
For other useful ‘top’ configurations.
0 Comments