MacOS 使用 htop 查看CPU、記憶體使用量

我這台 Mac 已經是 2010年的機器,跑起來常常會卡卡的,於是來看看是 CPU 還是 RAM 不夠用的問題。

卡住時,最簡單的就是於"終端機"使用 top 來看看,除了 top 外,還有哪些工具可以使用呢?

  • top
  • htop # 需要另外安裝
  • Activity Monitor (活動監視器) # 內建,應用程式 → 工具程式 → 活動監視器

MacOS 使用 htop 查看CPU、記憶體使用量

MacOS 終端機執行的 top,有點混亂,並不是很好看,想要使用 htop 的話,可以使用下述步驟安裝:

  1. Source code:https://github.com/AndyA/htop-osx
  2. git clone git://github.com/AndyA/htop-osx.git
  3. cd htop-osx
  4. git checkout -b osx origin/osx
  5. export CFLAGS="-m32"
  6. ./autogen.sh
  7. ./configure
  8. make # 完成就已經可以使用 ./htop 來用了
  9. make install
  10. 或者使用 brew 安裝:
    brew install htop
    

註:整體使用起來,個人覺得還是內建的 Activity Monitor (活動監視器) 比較好用,排序、管理、看整體使用量都很清楚。

Activity Monitor (活動監視器) 使用說明

相關網頁

作者: Tsung

對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.

在〈MacOS 使用 htop 查看CPU、記憶體使用量〉中有 1 則留言

發表迴響

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料