Performance monitoring CLI tool for Apple Silicon. asitop uses the built-in powermetrics utility on macOS, which allows access to a variety of hardware performance counters. Note that it requires sudo to run due to powermetrics needing root access to run. asitop is lightweight and has minimal performance impact. asitop only works on Apple Silicon Macs.
Performance monitoring CLI tool for Apple Silicon. asitop uses the built-in powermetrics utility on macOS, which allows access to a variety of hardware performance counters. Note that it requires sudo to run due to powermetrics needing root access to run. asitop is lightweight and has minimal performance impact. asitop only works on Apple Silicon Macs.
To install asitop, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install asitop
To see what files were installed by asitop, run:
port contents asitop
To later upgrade asitop, run:
sudo port selfupdate && sudo port upgrade asitop
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.