-
-
Save abenezerBelachew/37f7a659d761091b42c07eb683562e72 to your computer and use it in GitHub Desktop.
top 5 processes (cpu/mem)
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
alias p5="ps -eo comm,pcpu --sort -pcpu | head -6; ps -eo comm,pmem --sort -pmem | head -6" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment