Skip to content
/ mtop Public

a terminal-based performance monitor for apple silicon

License

Notifications You must be signed in to change notification settings

jepeake/mtop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtop

RustGitHub Release

mtop is a terminal-based performance monitor for apple silicon.

image

Features

  • 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

Installation

Install using Homebrew:

brew tap jepeake/mtop && brew install mtop

Run:

sudo mtop

Contributions

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!

Acknowledgements