Skip to content

Instantly share code, notes, and snippets.

@abenezerBelachew
Created March 7, 2024 00:05
Show Gist options
  • Save abenezerBelachew/37f7a659d761091b42c07eb683562e72 to your computer and use it in GitHub Desktop.
Save abenezerBelachew/37f7a659d761091b42c07eb683562e72 to your computer and use it in GitHub Desktop.
top 5 processes (cpu/mem)
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