Skip to content
/ stats Public
forked from exelban/stats

Simple macOS system monitor in your menu bar

License

Notifications You must be signed in to change notification settings

kannicht/stats

 
 

Repository files navigation

Stats

Stats

Simple macOS system monitor in your menu bar

Installation

You can download latest version here.

Homebrew

brew cask install stats

Requirements

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

License

MIT License

About

Simple macOS system monitor in your menu bar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.2%
  • Other 0.8%