Forked from ericandrewlewis/gist:4983670c508b2f6b181703df43438c37
Created
May 15, 2018 20:43
-
-
Save dmitry-salnikov/ccea113c1d2b1d2ea77dbd16ddffb3c0 to your computer and use it in GitHub Desktop.
top cheat sheet
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
| # top (the process-inspector) cheat sheet | |
| ## Navigating | |
| * `Up` and `down` navigate through the list of processes | |
| ## Sorting | |
| * `Shift+P` sort processes by CPU usage | |
| * `Shift+M` sort processes by memory usage | |
| * `Shift+R` reverse sort order | |
| * Sort on any field: Press `f` to bring up the Field Management menu. Select the field to sort on, press `s` and then `Escape`. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment