Skip to content

Instantly share code, notes, and snippets.

@zulhfreelancer
Created September 10, 2024 06:34
Show Gist options
  • Save zulhfreelancer/73bc0d370f7f7b5ecbe2eced8bc8e535 to your computer and use it in GitHub Desktop.
Save zulhfreelancer/73bc0d370f7f7b5ecbe2eced8bc8e535 to your computer and use it in GitHub Desktop.
How to sort `htop` by CPU or Memory?

How to sort htop by CPU or Memory?

Sort by CPU

htop -s PERCENT_CPU

Sort by Memory / RAM

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