mtop is a terminal-based performance monitor for apple silicon.
- CPU (P-Cores & E-Core), GPU, ANE, & Memory Utilisation
- Package, CPU, & GPU Power Monitoring
- Procss Monitoring
- Network & Disk Information
- Apple Silicon Info
- Clean UI
- Fast & Performant
Install using Homebrew:
brew tap jepeake/mtop && brew install mtop
Run:
sudo mtop
Any contributions to this open-source project are greatly appreciated.
The issues section is a good place to start for things to contribute.
To contribute:
- Fork mtop.
- Create a branch for your feature - i.e.
feature/power-util
- Implement the features & commit your changes.
- Push to the branch:
git push origin feature/power-util
- Open a Pull Request to mtop.
Thank you!