Last active
July 30, 2018 08:10
-
-
Save chenchun/1bb67bfc6b9ae2b05fd05299f8e4e6b0 to your computer and use it in GitHub Desktop.
#top
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
以前只是在 linux 机器上使用 top 命令。常用的快键键是: | |
p 键 - 按 cpu 使用率排序 | |
m 键 - 按内存使用量排序 | |
这 2 个快捷键在 mac 上都不一样。对应的是,先输入 o,然后输入 cpu 则按 cpu 使用量排序,输入 rsize 则按内存使用量排序。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment