Skip to content

Instantly share code, notes, and snippets.

@rjchicago
Created May 24, 2021 18:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjchicago/86491f871505df345487e8a09128cba7 to your computer and use it in GitHub Desktop.
Save rjchicago/86491f871505df345487e8a09128cba7 to your computer and use it in GitHub Desktop.
Run HTOP on any host running Docker.
docker run --rm -it --pid host frapsoft/htop
# sort by CPU: Shift + P
# sort by Memory: Shift + M
# collapse threads: Shift + H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment