我這台 Mac 已經是 2010年的機器,跑起來常常會卡卡的,於是來看看是 CPU 還是 RAM 不夠用的問題。
卡住時,最簡單的就是於"終端機"使用 top 來看看,除了 top 外,還有哪些工具可以使用呢?
- top
- htop # 需要另外安裝
- Activity Monitor (活動監視器) # 內建,應用程式 → 工具程式 → 活動監視器
MacOS 使用 htop 查看CPU、記憶體使用量
MacOS 終端機執行的 top,有點混亂,並不是很好看,想要使用 htop 的話,可以使用下述步驟安裝:
- Source code:https://github.com/AndyA/htop-osx
- git clone git://github.com/AndyA/htop-osx.git
- cd htop-osx
- git checkout -b osx origin/osx
- export CFLAGS="-m32"
- ./autogen.sh
- ./configure
- make # 完成就已經可以使用 ./htop 來用了
- make install
- 或者使用 brew 安裝:
brew install htop
註:整體使用起來,個人覺得還是內建的 Activity Monitor (活動監視器) 比較好用,排序、管理、看整體使用量都很清楚。
Activity Monitor (活動監視器) 使用說明
- 利用「活動監視器」讀取系統記憶體,並判斷已使用多少 RAM 容量(OS X Mountain Lion 和之前版本)
- Use Activity Monitor to read system memory and determine how much RAM is being used (OS X Mountain Lion and earlier)