Stats
Simple macOS system monitor in your menu bar
Installation
You can download latest version here.
Homebrew
brew cask install statsRequirements
Stats is currently supported on macOS 10.14 (Mojave) and higher.
Features
Stats is a application which allows you to monitor your macOS system.
- CPU Usage
- Memory Usage
- Disk utilization
- Sensors information (Temperature/Voltage/Power)
- Battery level
- Network usage
Troubleshoots
The application supports a few arguments which can help to work with Stats. Also, it's very helpful to debug what module is not working properly (crash).
There are 2 arguments available:
--reset: allows to reset application settings--disable: allow to disable some of the modules. A list of modules can be passed. (Example:--disable disk)
Developing
Pull requests and improvement proposals are welcome.
If you want to run the project locally you need to have carthage and XCode installed.
git clone https://github.com/exelban/stats
cd stats
make dep
open ./Stats.xcodeproj
