Skip to content

Instantly share code, notes, and snippets.

@zxx
Created February 23, 2020 05:29
Show Gist options
  • Save zxx/aa4c2fc6681571948e2e33f5c1fd72cb to your computer and use it in GitHub Desktop.
Save zxx/aa4c2fc6681571948e2e33f5c1fd72cb to your computer and use it in GitHub Desktop.
# top5 cpu
ps aux | sort -nrk 3,3 | head -n 5
@zxx
Copy link
Author

zxx commented Feb 23, 2020

watch "ps aux | sort -nrk 3,3 | head -n 5"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment