mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
v2.0.0 (#34)
* v2.0.0 * rewritten application from scratch * new Settings * new custom popup view * moved to own implementation of chart * added more option to configure a widget * now each module has own widget in the menu bar * a lot of new features...
This commit is contained in:
committed by
GitHub
parent
ee41e3ec7c
commit
4d6f759d3b
39
README.md
39
README.md
@@ -1,40 +1,39 @@
|
||||
# Stats
|
||||
Simple macOS system monitor in your menu bar
|
||||
|
||||
<p align="center"><img src="https://serhiy.s3.eu-central-1.amazonaws.com/Github_repo/stats/logo.png?raw=true" width="120"></p>
|
||||
|
||||
[](https://github.com/exelban/stats/releases)
|
||||
|
||||
Simple macOS system monitor in your menu bar
|
||||
|
||||
## Installation
|
||||
You can download latest version [here](https://github.com/exelban/stats/releases).
|
||||
|
||||
## 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
|
||||
- Sensors (Temperature/Voltage/Power)
|
||||
- Disk utilization
|
||||
- Battery level
|
||||
- Network usage
|
||||
- Black theme compatible
|
||||
|
||||
## Installation
|
||||
You can download latest version [here](https://github.com/exelban/stats/releases).
|
||||
## Developing
|
||||
|
||||
## Modules
|
||||
Pull requests and impovment proposals are welcomed.
|
||||
|
||||
| Name | Available widgets | Description |
|
||||
| --- | --- | --- |
|
||||
| **CPU** | Percentage / Chart / Chart with value / Chart Bar | Shows CPU usage |
|
||||
| **Memory** | Percentage / Chart / Chart with value / Chart Bar | Shows RAM usage |
|
||||
| **Sensors** | Text | Shows data from internal sensors |
|
||||
| **Disk** | Percentage / Chart Bar | Shows disk utilization |
|
||||
| **Battery** | Graphic / Percentage | Shows battery level and charging status |
|
||||
| **Newtork** | Dots / Upload/Download traffic | Shows network activity |
|
||||
If you want to run the project locally you need to have [carthage](https://github.com/Carthage/Carthage#installing-carthage) installed.
|
||||
|
||||
## Compatibility
|
||||
| macOS | Compatible |
|
||||
| --- | --- |
|
||||
| 10.15.3 *(Catalina)* | **true** |
|
||||
| 10.14.6 *(Mojave)* | **true** |
|
||||
| 10.13.6 *(High Sierra)* | **true** |
|
||||
```bash
|
||||
git clone https://github.com/exelban/stats
|
||||
cd stats
|
||||
make dep
|
||||
open ./Stats.xcodeproj
|
||||
```
|
||||
|
||||
## License
|
||||
[MIT License](https://github.com/exelban/stats/blob/master/LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user