Simple macOS system monitor in your menu bar
You can download latest version here.
brew cask install stats
Stats is currently supported on macOS 10.14 (Mojave) and higher.
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
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
)
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