macOS system monitor in your menu bar
You can download the latest version here.
This will download a file called Stats.dmg
. Open it and move the app to the application folder.
To install it using Homebrew, open the Terminal app and type:
brew install stats
Legacy version for older systems could be found here.
Stats is supported on the released macOS version starting from macOS 10.15 (Catalina).
Stats is an application that allows you to monitor your macOS system.
- CPU utilization
- GPU utilization
- Memory usage
- Disk utilization
- Network usage
- Battery level
- Fan's control (not maintained)
- Sensors information (Temperature/Voltage/Power)
- Bluetooth devices
- Multiple time zone clock
macOS decides the order of the menu bar items not Stats
- it may change after the first reboot after installing Stats.
To change the order of any menu bar icon - macOS Mojave (version 10.14) and up.
- Hold down ⌘ (command key).
- Drag the icon to the desired position on the menu bar.
- Release ⌘ (command key)
Stats tries to be efficient as it's possible. But reading some data periodically is not a cheap task. Each module has its own "price". So, if you want to reduce energy impact from the Stats you need to disable some Stats modules. The most inefficient modules are Sensors and Bluetooth. Disabling these modules could reduce CPU usage and power efficiency by up to 50% in some cases.
Fan control is in legacy mode. It does not receive any updates or fixes. It's not dropped from the app just because in the old Macs it works pretty acceptable. I'm open to accepting fixed or improvements (via PR) for this feature in case someone would like to help with that. But have no option and time to provide support for this feature.
CPU/GPU sensors are simply thermal zones (sensors) on the CPU/GPU. They have no relation to the number of cores or specific cores. For example, a CPU is typically divided into two clusters: efficiency and performance. Each cluster contains multiple temperature sensors, and Stats simply displays these sensors. However, "CPU Efficient Core 1" does not represent the temperature of a single efficient core—it only indicates one of the temperature sensors within the efficiency core cluster. Additionally, with each new SoC, Apple changes the sensor keys. As a result, it takes time to determine which SMC values correspond to the appropriate sensors. If anyone knows how to accurately match the sensors for Apple Silicon, please contact me.
First, ensure that you are using the latest version of Stats. There is a high chance that a fix preventing the crash has already been released. If you are already running the latest version, check the open issues. Only if none of the existing issues address your problem should you open a new issue.
Most probably because it's a duplicated issue and there is an answer to the question, report, or proposition. Please use a search by closed issues to get an answer. So, if your issue was closed without any response, most probably it already has a response.
Stats uses some external APIs, such as:
- https://api.mac-stats.com – For update checks and retrieving the public IP address
- https://api.github.com – Fallback for update checks
Both of these APIs are used to check for updates. Additionally, an external request is required to obtain the public IP address. I do not want to use any third-party providers for retrieving the public IP address, so I use my own server for this purpose.
If you have concerns about these requests, you have a few options:
- propose a PR that allows these features to work without an external server
- block both of these servers using any network filtering app (if you're reading this, you're likely using something like Little Snitch, so you can easily do this). In this case do not expect to receive any updates or see your public IP in the network module.
- English
- Polski
- Українська
- Русский
- 中文 (简体) (thanks to chenguokai, Tai-Zhou, and Jerry)
- Türkçe (thanks to yusufozgul)
- 한국어 (thanks to escapeanaemia and iamhslee)
- German (thanks to natterstefan and aneitel)
- 中文 (繁體) (thanks to iamch15542 and jrthsr700tmax)
- Spanish (thanks to jcconca)
- Vietnamese (thanks to HXD.VN)
- French (thanks to RomainLt)
- Italian (thanks to gmcinalli)
- Portuguese (Brazil) (thanks to marcelochaves95 and pedroserigatto)
- Norwegian Bokmål (thanks to rubjo)
- 日本語 (thanks to treastrain)
- Portuguese (Portugal) (thanks to AdamModus)
- Czech (thanks to mpl75)
- Magyar (thanks to moriczr)
- Bulgarian (thanks to zbrox)
- Romanian (thanks to razluta)
- Dutch (thanks to ngohungphuc)
- Hrvatski (thanks to milotype)
- Danish (thanks to casperes1996 and aleksanderbl29)
- Catalan (thanks to davidalonso)
- Indonesian (thanks to yooody)
- Hebrew (thanks to BadSugar)
- Slovenian (thanks to zigapovhe)
- Greek (thanks to sudoxcess and vaionicle)
- Persian (thanks to ShawnAlisson)
- Slovenský (thanks to martinbernat)
- Thai (thanks to apiphoomchu)
- Estonian (thanks to postylem)
- Hindi (thanks to patiljignesh)
- Finnish (thanks to eightscrow)
You can help by adding a new language or improving the existing translation.