Created
January 6, 2018 19:39
-
-
Save yogeek/85c13208933ba392fd736eaee2afadce to your computer and use it in GitHub Desktop.
System commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List of top processes ordered by RAM and CPU use in descendant form | |
ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment